mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/readline-ext] Add spec.extensions
https://github.com/ruby/readline-ext/commit/8c33abb13c
This commit is contained in:
parent
fd6746c7a6
commit
108a288079
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue