summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )