summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2007-11-22 15:27:01 +0000
committermurphy <murphy@rubychan.de>2007-11-22 15:27:01 +0000
commit5122b3d9eb3d9abfaf68b89442ce514c85f4d143 (patch)
tree788bbd7928479561544de7c8c26997a351c3029e /Rakefile
parentfce733bc0566b191932663dcb9e70b6bf7de2590 (diff)
downloadcoderay-5122b3d9eb3d9abfaf68b89442ce514c85f4d143.tar.gz
- Ruby 1.9 fixes
- rake commands for jruby and rubinius - absolutized CodeRay::Tokens::ClassOfKind
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