mirror of
https://github.com/junegunn/fzf.git
synced 2024-11-13 12:21:41 +03:00
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.executables = 'fzf'
|
||||
|
||||
spec.add_runtime_dependency 'curses', '~> 1.0.0'
|
||||
spec.extensions += ['ext/mkrf_conf.rb']
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user