summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-01-01 13:57:08 +0000
committermurphy <murphy@rubychan.de>2009-01-01 13:57:08 +0000
commitde0fc10606a67c95c27bcadd2f8daaf6820ef1ea (patch)
tree0321b517e19386aa80df646344a65fe38bf83054 /Rakefile
parent71c86e1e632865c5dceb51161753c529c36e191d (diff)
downloadcoderay-de0fc10606a67c95c27bcadd2f8daaf6820ef1ea.tar.gz
Made plugin ids case-insensitive.
With this change, upper case lang names are allowed like 'C'.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9e61f8e..086a674 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,7 +13,7 @@ def EXTRA_FILES.in folder
end
end
-task :default => :test
+task :default => ['19', :test]
task :upload => %w( gem:upload doc:upload example:upload )