mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed the attribute name for multiple licenses.
This commit is contained in:
parent
4f697bcf73
commit
a114869905
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|||
spec.summary = %q{Enables non-blocking mode with IO class}
|
||||
spec.description = %q{Enables non-blocking mode with IO class}
|
||||
spec.homepage = "https://github.com/ruby/io-nonblock"
|
||||
spec.license = ["Ruby", "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
|
||||
|
|
|
@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|||
spec.summary = %q{Waits until IO is readable or writable without blocking.}
|
||||
spec.description = %q{Waits until IO is readable or writable without blocking.}
|
||||
spec.homepage = "https://github.com/ruby/io-wait"
|
||||
spec.license = ["Ruby", "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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue