aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-09-16 11:36:44 +0900
committernagachika <nagachika@ruby-lang.org>2020-09-16 21:09:17 +0900
commit21c1b676c4e9075549978918304206218478c459 (patch)
tree9426861fdb4f56f6bc80a609883624f8fea0a83a /ext
parent2159798f4c0f71007db733cddd82b99186c8e424 (diff)
downloadruby-21c1b676c4e9075549978918304206218478c459.tar.gz
Merge latest readline-ext
Diffstat (limited to 'ext')
-rw-r--r--ext/readline/readline-ext.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/readline-ext.gemspec b/ext/readline/readline-ext.gemspec
index b85e07dd93..66db14d14a 100644
--- a/ext/readline/readline-ext.gemspec
+++ b/ext/readline/readline-ext.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Provides an interface for GNU Readline and Edit Line (libedit).}
spec.description = %q{Provides an interface for GNU Readline and Edit Line (libedit).}
spec.homepage = "https://github.com/ruby/readline-ext"
- spec.license = "BSD-2-Clause"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.extensions = %w[ext/readline/extconf.rb]
spec.metadata["homepage_uri"] = spec.homepage