8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df99d1 commit 8c33abbCopy full SHA for 8c33abb
readline-ext.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
spec.description = %q{Provides an interface for GNU Readline and Edit Line (libedit).}
9
spec.homepage = "https://github.com/ruby/readline-ext"
10
spec.license = "BSD-2-Clause"
11
+ spec.extensions = %w[ext/readline/extconf.rb]
12
13
spec.metadata["homepage_uri"] = spec.homepage
14
spec.metadata["source_code_uri"] = spec.homepage
0 commit comments