summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-12-25 01:22:30 +0000
committermurphy <murphy@rubychan.de>2008-12-25 01:22:30 +0000
commit79a313948f2277cf0f2e238d5765a71fee03e089 (patch)
tree7f6c2de879231f1b7a30d9ba481984e79fede9c1 /Rakefile
parentbca06f1ec361537c4c7f1368ca8838be2940dafe (diff)
downloadcoderay-79a313948f2277cf0f2e238d5765a71fee03e089.tar.gz
Fixes for Ruby 1.9.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8894a7d..6c34589 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ task '19' do
end
task '18' do
- RUBY.replace 'ruby'
+ RUBY.replace 'ruby18'
end
task '187' do