aboutsummaryrefslogtreecommitdiffstats
path: root/openssl.gemspec
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-10-28 17:51:27 -0700
committerZachary Scott <e@zzak.io>2014-10-28 17:51:27 -0700
commit33431579f8d6c6233d5f24d7a52bfa91467a77ed (patch)
tree898c613498e76afd297d3953afed1a041c663d6a /openssl.gemspec
parentb3f89ec269012c05aa53884cd105a6513ce2d8eb (diff)
downloadruby-openssl-33431579f8d6c6233d5f24d7a52bfa91467a77ed.tar.gz
Update authors, add summary and description, email and website should
use ruby-lang.org.
Diffstat (limited to 'openssl.gemspec')
-rw-r--r--openssl.gemspec10
1 files changed, 5 insertions, 5 deletions
diff --git a/openssl.gemspec b/openssl.gemspec
index 042e2b25..5644f803 100644
--- a/openssl.gemspec
+++ b/openssl.gemspec
@@ -6,11 +6,11 @@ require 'openssl/version'
Gem::Specification.new do |spec|
spec.name = "openssl"
spec.version = OpenSSL::VERSION
- spec.authors = ["SHIBATA Hiroshi"]
- spec.email = ["hsbt@ruby-lang.org"]
- spec.summary = %q{Write a short summary. Required.}
- spec.description = %q{Write a longer description. Optional.}
- spec.homepage = ""
+ spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott"]
+ spec.email = ["ruby-core@ruby-lang.org"]
+ spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
+ spec.description = %q{It wraps the OpenSSL library.}
+ spec.homepage = "http://www.ruby-lang.org/"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }