summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-10-19 17:41:43 +0000
committermurphy <murphy@rubychan.de>2009-10-19 17:41:43 +0000
commit33e60373f5e19a70b3e5b7b6af29308555c628ec (patch)
tree1397416b2f9dcd2b3f2523652ad3e432b025b295 /Rakefile
parent0201cedb3a449510082a6fc084702d62391f2555 (diff)
downloadcoderay-33e60373f5e19a70b3e5b7b6af29308555c628ec.tar.gz
Default rake task uses default Ruby version again.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b1cdcb1..8abd9e8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,7 +13,7 @@ def EXTRA_FILES.in folder
end
end
-task :default => ['19', :test]
+task :default => :test
task :upload => %w( gem:upload doc:upload example:upload )