summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-19 18:54:43 +0900
committergit <svn-admin@ruby-lang.org>2023-02-19 09:58:31 +0000
commitba1b9d31044cdf31b975b6583dd39552ac576113 (patch)
tree0ff5663a1e5378e8348f2a0897e2e01e02a9f5b0 /ext
parent4dc2cb3c1a6d1ee2456cdb0c78d6189b5686f013 (diff)
downloadruby-ba1b9d31044cdf31b975b6583dd39552ac576113.tar.gz
[ruby/bigdecimal] Fix the license name [ci skip]
``` $ gem build bigdecimal.gemspec WARNING: license value 'BSD-2-clause' is invalid. Use a license identifier from http://spdx.org/licenses or 'Nonstandard' for a nonstandard license. Did you mean 'BSD-2-Clause'? WARNING: See https://guides.rubygems.org/specification-reference/ for help ``` https://github.com/ruby/bigdecimal/commit/36b77a2d2f
Diffstat (limited to 'ext')
-rw-r--r--ext/bigdecimal/bigdecimal.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec
index b05b2b0891..a72205f517 100644
--- a/ext/bigdecimal/bigdecimal.gemspec
+++ b/ext/bigdecimal/bigdecimal.gemspec
@@ -9,7 +9,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.licenses = ["Ruby", "bsd-2-clause"]
+ s.licenses = ["Ruby", "BSD-2-Clause"]
s.require_paths = %w[lib]
s.files = %w[