summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 13de5d7..9ba14ea 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,6 +31,14 @@ task 'yarv' do
RUBY.replace 'ruby-yarv'
end
+task 'jruby' do
+ RUBY.replace 'jruby'
+end
+
+task 'rubinius' do
+ RUBY.replace 'rbx'
+end
+
if ruby = ENV['ruby']
RUBY.replace ruby
end \ No newline at end of file