diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ task 'jruby' do RUBY.replace 'jruby' end +task 'jruby19' do + RUBY.replace 'jruby --1.9' +end + task 'rubinius' do RUBY.replace 'rbx' end |