summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-08-28 04:55:59 +0000
committermurphy <murphy@rubychan.de>2008-08-28 04:55:59 +0000
commit59532a9fd20fa906367310932cf87680cc9ecbea (patch)
tree9c68fd7ee698e3a0996673cf32ddf7cea1b343b1 /Rakefile
parent0e5dd1d44197d1b22ecb1828bbd289a8a3198875 (diff)
downloadcoderay-59532a9fd20fa906367310932cf87680cc9ecbea.tar.gz
Added CodeRay.for_redcloth with test and documentation.
* Tested with RedCloth 4.0.3. * Also added :ee task for the Ruby Enterprise Edition (rubyee).
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 5482cd9..8894a7d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -51,6 +51,10 @@ task 'rubinius' do
RUBY.replace 'rbx'
end
+task 'ee' do
+ RUBY.replace 'rubyee'
+end
+
for task_file in Dir['rake_tasks/*.rake']
load task_file
end