summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-07-29 16:51:44 +0000
committermurphy <murphy@rubychan.de>2008-07-29 16:51:44 +0000
commitf01dd70e76c89025d09436a5157e71b283d03c37 (patch)
tree08b631075fd74d1dddbc474a842ce4f908f9a210 /Rakefile
parent13d7eac0b77f3ca280e12422104753d7651ab047 (diff)
downloadcoderay-f01dd70e76c89025d09436a5157e71b283d03c37.tar.gz
[KK] Just a little code cleanup and new task 187.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bd859c5..5482cd9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,6 +35,10 @@ task '18' do
RUBY.replace 'ruby'
end
+task '187' do
+ RUBY.replace 'ruby187'
+end
+
task 'yarv' do
RUBY.replace 'ruby-yarv'
end