summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3fba8f6..b3e8b91 100644
--- a/Rakefile
+++ b/Rakefile
@@ -104,7 +104,8 @@ end
# FIXME: need a rake task to update the git submodule and need to do that before shipping
desc "Build it and ship it"
-task :ship => [:clean, :prep, :gem] do
+#task :ship => [:clean, :prep, :gem] do
+task :ship do
sh("git tag #{Libyajl2::VERSION}")
sh("git push --tags")
Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem|