Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13165b2

Browse files
authored
Updated to use the correct spec for muilti license
1 parent c55480b commit 13165b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigdecimal.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Arbitrary-precision decimal floating-point number library."
1010
s.description = "This library provides arbitrary-precision decimal floating-point number class."
1111
s.homepage = "https://github.com/ruby/bigdecimal"
12-
s.license = ["Ruby", "bsd-2-clause"]
12+
s.licenses = ["Ruby", "bsd-2-clause"]
1313

1414
s.require_paths = %w[lib]
1515
s.extensions = %w[ext/bigdecimal/extconf.rb]

0 commit comments

Comments
 (0)