summaryrefslogtreecommitdiff
path: root/ext/io/wait/io-wait.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-18 20:06:00 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-18 20:26:39 +0900
commita114869905f787ce7e085f60e62bf038df9b84de (patch)
tree4852f6f8f83fe9ad6365a078e5cc1f8a6b5a7405 /ext/io/wait/io-wait.gemspec
parent4f697bcf734fc9f667b812846d15ac0525455bb1 (diff)
Fixed the attribute name for multiple licenses.
Diffstat (limited to 'ext/io/wait/io-wait.gemspec')
-rw-r--r--ext/io/wait/io-wait.gemspec2
1 files changed, 1 insertions, 1 deletions
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