[ruby/readline-ext] Use rake/extensiokntask to build

https://github.com/ruby/readline-ext/commit/b0b5f709bd
This commit is contained in:
aycabta 2020-02-09 20:14:32 +09:00
parent 108a288079
commit f3471174bb
1 changed files with 4 additions and 0 deletions

View File

@ -19,4 +19,8 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake-compiler"
end