[ruby/bigdecimal] Updated to use the correct spec for muilti license

https://github.com/ruby/bigdecimal/commit/13165b29b8
This commit is contained in:
Thomas Winsnes 2022-08-02 02:23:34 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель f33b2ae918
Коммит 8a1be433e8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.license = ["Ruby", "bsd-2-clause"]
s.licenses = ["Ruby", "bsd-2-clause"]
s.require_paths = %w[lib]
s.extensions = %w[ext/bigdecimal/extconf.rb]