From d3b2c1a17585ad30fb297ab489da0505e8b9b97a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 18 Aug 2020 20:22:07 +0900 Subject: Fixed the invalid SPDX identifier on gemspec --- ext/bigdecimal/bigdecimal.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec index 240428787c..5cf0726e1e 100644 --- a/ext/bigdecimal/bigdecimal.gemspec +++ b/ext/bigdecimal/bigdecimal.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.summary = "Arbitrary-precision decimal floating-point number library." s.description = "This library provides arbitrary-precision decimal floating-point number class." s.homepage = "https://github.com/ruby/bigdecimal" - s.license = "ruby" + s.license = "Ruby" s.require_paths = %w[lib] s.extensions = %w[ext/bigdecimal/extconf.rb] -- cgit v1.2.3