summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-04-21 12:43:49 -0400
committerBryan McLellan <btm@chef.io>2015-05-01 18:43:35 -0400
commitb49faa5611ec56ff545e05dd896e6bba858c8916 (patch)
tree54ec3588f89fedc83d46a53648c6abc6f03bd7bf /Rakefile
parentef6eedf4a7dbc1046c72e21dc4270915c02de9d4 (diff)
downloadchef-b49faa5611ec56ff545e05dd896e6bba858c8916.tar.gz
Switch over Windows builds to universal builds.
Updated dependencies and refactored platform gemspecs.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 70a45d94c0..e9e345dbf8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,7 +40,7 @@ task :uninstall do
end
desc "Build it, tag it and ship it"
-task :ship => :gem do
+task :ship => [:clobber_package, :gem] do
sh("git tag #{Chef::VERSION}")
sh("git push opscode --tags")
Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem|