Skip to content

Commit

Permalink
set is also dual licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 22, 2020
1 parent e56a5ed commit fc24457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc24457

Please sign in to comment.