ruby-changes:62633
From: Hiroshi <ko1@a...>
Date: Tue, 18 Aug 2020 20:26:57 +0900 (JST)
Subject: [ruby-changes:62633] a114869905 (master): Fixed the attribute name for multiple licenses.
https://git.ruby-lang.org/ruby.git/commit/?id=a114869905 From a114869905f787ce7e085f60e62bf038df9b84de Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 18 Aug 2020 20:06:00 +0900 Subject: Fixed the attribute name for multiple licenses. diff --git a/ext/io/nonblock/io-nonblock.gemspec b/ext/io/nonblock/io-nonblock.gemspec index e87fb73..2ef41d7 100644 --- a/ext/io/nonblock/io-nonblock.gemspec +++ b/ext/io/nonblock/io-nonblock.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/io/nonblock/io-nonblock.gemspec#L7 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 08ca47c..ca227b6 100644 --- a/ext/io/wait/io-wait.gemspec +++ b/ext/io/wait/io-wait.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/io/wait/io-wait.gemspec#L7 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/