From 204450d3cbd667a18671b570a9c00254f7d68bb5 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Tue, 2 Feb 2016 21:33:23 +0900 Subject: Try using 'Ruby' as license to silence the SPDX warning --- openssl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl.gemspec') 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) } -- cgit v1.2.3