mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update the license for the default gems to dual licenses
This commit is contained in:
parent
0bb8bd7623
commit
8fb02b7a97
37 changed files with 37 additions and 37 deletions
|
@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|||
spec.summary = %q{Provides delegation of specified methods to a designated object.}
|
||||
spec.description = %q{Provides delegation of specified methods to a designated object.}
|
||||
spec.homepage = "https://github.com/ruby/forwardable"
|
||||
spec.license = "BSD-2-Clause"
|
||||
spec.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
||||
spec.files = ["forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb", "lib/forwardable/version.rb"]
|
||||
spec.bindir = "exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue