1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/Rakefile

12 lines
203 B
Ruby
Raw Normal View History

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