summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 8abd9e8..6796f16 100644
--- a/Rakefile
+++ b/Rakefile
@@ -51,6 +51,11 @@ task 'jruby19' do
end
task :j19 => :jruby19
+task 'jruby-nailgun' do
+ RUBY.replace 'jruby --ng'
+end
+task :jng => :'jruby-nailgun'
+
task 'rubinius' do
RUBY.replace 'rbx'
end