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