aboutsummaryrefslogtreecommitdiffstats
path: root/openssl.gemspec
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2016-02-02 21:33:23 +0900
committerZachary Scott <e@zzak.io>2016-02-02 21:33:23 +0900
commit204450d3cbd667a18671b570a9c00254f7d68bb5 (patch)
tree2dba9182a113f97bbdcff4c38db772f38630bb13 /openssl.gemspec
parent73a4f252694066e795abe56db08cd9e2dd75520d (diff)
downloadruby-openssl-204450d3cbd667a18671b570a9c00254f7d68bb5.tar.gz
Try using 'Ruby' as license to silence the SPDX warning
Diffstat (limited to 'openssl.gemspec')
-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) }