summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 753508e..5e555e9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,3 +15,5 @@ for task_file in Dir['rake_tasks/*.rake']
end
task :default => 'gem:make'
+
+task :upload => %w( gem:upload doc:upload example:upload )