From 8a1be433e8cac6ca5ded095f6fefbdc1009102b9 Mon Sep 17 00:00:00 2001 From: Thomas Winsnes Date: Tue, 2 Aug 2022 02:23:34 +0200 Subject: [ruby/bigdecimal] Updated to use the correct spec for muilti license https://github.com/ruby/bigdecimal/commit/13165b29b8 --- 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 96e1aa83f1..1feed332f6 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.license = ["Ruby", "bsd-2-clause"] + s.licenses = ["Ruby", "bsd-2-clause"] s.require_paths = %w[lib] s.extensions = %w[ext/bigdecimal/extconf.rb] -- cgit v1.2.3