summaryrefslogtreecommitdiffstats
path: root/ext/mkrf_conf.rb
blob: 8e7bf466ad34b25673d006d7abd49eff29cd60fe (plain)
1
2
3
4
5
6
7
8
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