diff options
-rw-r--r-- | ext/io/nonblock/io-nonblock.gemspec | 2 | ||||
-rw-r--r-- | ext/io/wait/io-wait.gemspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/io/nonblock/io-nonblock.gemspec b/ext/io/nonblock/io-nonblock.gemspec index e87fb73410..2ef41d780b 100644 --- a/ext/io/nonblock/io-nonblock.gemspec +++ b/ext/io/nonblock/io-nonblock.gemspec @@ -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 diff --git a/ext/io/wait/io-wait.gemspec b/ext/io/wait/io-wait.gemspec index 08ca47c23b..ca227b6972 100644 --- a/ext/io/wait/io-wait.gemspec +++ b/ext/io/wait/io-wait.gemspec @@ -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 |