diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-12-22 21:08:09 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-05-10 16:08:30 +0900 |
commit | ce5779d8cc30f28031c8d0f42836f8afae75c40b (patch) | |
tree | b93dfdce49d19c494f427f7befec75e0db44bcee | |
parent | 94d858f81a6c8e23e720b01fb7e24614f9a4d3df (diff) |
[ruby/set] set is also dual licenses
https://github.com/ruby/set/commit/fc24457e53
-rw-r--r-- | lib/set/set.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/set/set.gemspec b/lib/set/set.gemspec index 53b614ba22..2be9aa9e3d 100644 --- a/lib/set/set.gemspec +++ b/lib/set/set.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| 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 |