diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-04-21 12:43:49 -0400 |
---|---|---|
committer | Bryan McLellan <btm@chef.io> | 2015-05-01 18:43:35 -0400 |
commit | b49faa5611ec56ff545e05dd896e6bba858c8916 (patch) | |
tree | 54ec3588f89fedc83d46a53648c6abc6f03bd7bf /Rakefile | |
parent | ef6eedf4a7dbc1046c72e21dc4270915c02de9d4 (diff) | |
download | chef-b49faa5611ec56ff545e05dd896e6bba858c8916.tar.gz |
Switch over Windows builds to universal builds.
Updated dependencies and refactored platform gemspecs.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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| |