summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 0537521..b1cdcb1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,10 +44,12 @@ end
task 'jruby' do
RUBY.replace 'jruby'
end
+task :j => :jruby
task 'jruby19' do
RUBY.replace 'jruby --1.9'
end
+task :j19 => :jruby19
task 'rubinius' do
RUBY.replace 'rbx'