parent
2c8a256b13
commit
1ba50eba98
9
ext/mkrf_conf.rb
Normal file
9
ext/mkrf_conf.rb
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
require 'rubygems/dependency_installer'
|
||||||
|
|
||||||
|
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.1.0')
|
||||||
|
Gem::DependencyInstaller.new.install 'curses', '~> 1.0'
|
||||||
|
end
|
||||||
|
|
||||||
|
File.open(File.expand_path('../Rakefile', __FILE__), 'w') do |f|
|
||||||
|
f.puts 'task :default'
|
||||||
|
end
|
@ -13,5 +13,5 @@ Gem::Specification.new do |spec|
|
|||||||
spec.files = %w[fzf.gemspec]
|
spec.files = %w[fzf.gemspec]
|
||||||
spec.executables = 'fzf'
|
spec.executables = 'fzf'
|
||||||
|
|
||||||
spec.add_runtime_dependency 'curses', '~> 1.0.0'
|
spec.extensions += ['ext/mkrf_conf.rb']
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user