therubyrhino/Rakefile

12 lines
203 B
Ruby
Raw Normal View History

2011-11-28 21:21:09 +00:00
require 'java'
2011-01-10 13:59:17 +00:00
require 'bundler/setup'
Bundler::GemHelper.install_tasks
2010-05-24 22:04:34 +00:00
2011-01-10 13:59:17 +00:00
desc "remove all build artifacts"
2010-08-10 17:15:04 +00:00
task :clean do
2011-01-10 13:59:17 +00:00
sh "rm -rf pkg/"
2010-08-10 17:15:04 +00:00
end
2011-11-28 21:21:09 +00:00
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new