Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55480b commit 13165b2Copy full SHA for 13165b2
bigdecimal.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
s.summary = "Arbitrary-precision decimal floating-point number library."
10
s.description = "This library provides arbitrary-precision decimal floating-point number class."
11
s.homepage = "https://github.com/ruby/bigdecimal"
12
- s.license = ["Ruby", "bsd-2-clause"]
+ s.licenses = ["Ruby", "bsd-2-clause"]
13
14
s.require_paths = %w[lib]
15
s.extensions = %w[ext/bigdecimal/extconf.rb]
0 commit comments