We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f2360 commit 4115abdCopy full SHA for 4115abd
stringio.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
s.extensions = ["ext/stringio/extconf.rb"]
23
s.files = ["README.md", "ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
24
s.homepage = "https://github.com/ruby/stringio"
25
- s.licenses = ["BSD-2-Clause"]
+ s.licenses = ["Ruby", "BSD-2-Clause"]
26
s.required_ruby_version = ">= 2.5"
27
s.summary = "Pseudo IO on String"
28
0 commit comments