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
|
|
@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|||
s.extensions = ["ext/stringio/extconf.rb"]
|
||||
s.files = ["README.md", "ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
|
||||
s.homepage = "https://github.com/ruby/stringio"
|
||||
s.licenses = ["BSD-2-Clause"]
|
||||
s.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
s.required_ruby_version = ">= 2.5"
|
||||
s.summary = "Pseudo IO on String"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue