diff options
author | murphy <murphy@rubychan.de> | 2009-10-19 17:41:43 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-10-19 17:41:43 +0000 |
commit | 33e60373f5e19a70b3e5b7b6af29308555c628ec (patch) | |
tree | 1397416b2f9dcd2b3f2523652ad3e432b025b295 | |
parent | 0201cedb3a449510082a6fc084702d62391f2555 (diff) | |
download | coderay-33e60373f5e19a70b3e5b7b6af29308555c628ec.tar.gz |
Default rake task uses default Ruby version again.
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |