summaryrefslogtreecommitdiff
path: root/ext/readline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-02-09 20:00:58 +0900
committeraycabta <aycabta@gmail.com>2020-02-09 20:22:12 +0900
commit108a2880793867b9270931c508143d6757d6a0f9 (patch)
tree1cef87a1cfa67e1187f435f6d2892fca2d7f05b8 /ext/readline
parentfd6746c7a651d4a504073726d56be610e1081b78 (diff)
[ruby/readline-ext] Add spec.extensions
https://github.com/ruby/readline-ext/commit/8c33abb13c
Diffstat (limited to 'ext/readline')
-rw-r--r--ext/readline/readline-ext.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/readline/readline-ext.gemspec b/ext/readline/readline-ext.gemspec
index a611a8ea9a..be682eaa4f 100644
--- a/ext/readline/readline-ext.gemspec
+++ b/ext/readline/readline-ext.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
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.extensions = %w[ext/readline/extconf.rb]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage