[前][次][番号順一覧][スレッド一覧]

ruby-changes:66116

From: Hiroshi <ko1@a...>
Date: Mon, 10 May 2021 16:08:58 +0900 (JST)
Subject: [ruby-changes:66116] ce5779d8cc (master): [ruby/set] set is also dual licenses

https://git.ruby-lang.org/ruby.git/commit/?id=ce5779d8cc

From ce5779d8cc30f28031c8d0f42836f8afae75c40b Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 22 Dec 2020 21:08:09 +0900
Subject: [ruby/set] set is also dual licenses

https://github.com/ruby/set/commit/fc24457e53
---
 lib/set/set.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/set/set.gemspec b/lib/set/set.gemspec
index 53b614b..2be9aa9 100644
--- a/lib/set/set.gemspec
+++ b/lib/set/set.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/set/set.gemspec#L7
   spec.summary       = %q{Provides a class to deal with collections of unordered, unique values}
   spec.description   = %q{Provides a class to deal with collections of unordered, unique values}
   spec.homepage      = "https://github.com/ruby/set"
-  spec.license       = "BSD-2-Clause"
+  spec.licenses      = ["Ruby", "BSD-2-Clause"]
   spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
 
   spec.metadata["homepage_uri"] = spec.homepage
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]