summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-02-18 19:39:26 +0000
committermurphy <murphy@rubychan.de>2009-02-18 19:39:26 +0000
commitdf8bccf987e636d442e43f8c704d750f6519bd3f (patch)
tree392bef3e25fc876b94bb5cc552033f3d9e24d5d3 /Rakefile
parent89c23fd2685f0a99993877ad7a0a576d56e75c62 (diff)
downloadcoderay-df8bccf987e636d442e43f8c704d750f6519bd3f.tar.gz
Fixed a bug in for_redcloth.rb (closes #87).
* No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 0537521..b1cdcb1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,10 +44,12 @@ end
task 'jruby' do
RUBY.replace 'jruby'
end
+task :j => :jruby
task 'jruby19' do
RUBY.replace 'jruby --1.9'
end
+task :j19 => :jruby19
task 'rubinius' do
RUBY.replace 'rbx'