aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openssl.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.gemspec b/openssl.gemspec
index e2fe947d..9ebc8e56 100644
--- a/openssl.gemspec
+++ b/openssl.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
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.license = "ruby"
+ spec.license = "Ruby"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }