kitchenplan 2.1.8 → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b9f64ad12dc9eda67be05ccd2fd55a8ed8c8f75
4
- data.tar.gz: 863f745ed44f5ae3c39f5e29b1a821497b154894
3
+ metadata.gz: edb5baefec67ec3bc2817db58b9e3cd5cc29ebca
4
+ data.tar.gz: 56f80c24b8f3841029a930be6ccbb67984c72440
5
5
  SHA512:
6
- metadata.gz: 2810dad6457a4670d6dce081155f78943762b5eb3fc373c087641d70d9beffae6a7e79b5934bef8e9984e42995eceacae16f53403ce100bf0e539e1f3843c9cb
7
- data.tar.gz: 915a3e3e604af68625bbd155302a3febf6e88ebb0de3d07f94ffb3d50087a635382e34a1decceb960b24eb688fed7c8e781d58f0c14908a3f0d608040a9eb2b3
6
+ metadata.gz: 7b8a3548c6ab517844a7fe22ba87c58fb497b39c0e2534a5967697fd8895ee19bdecf286f5eccdd90b1777c82d04097547247620462e98170db6d61219f54ecd
7
+ data.tar.gz: f362855b8adde47f032f6a7fd0ac0e8aceaa26a1ee078165fca29a96cc0a0cbdbcbb2f9862413b3d4ca23aef0c17e091488065aeac7091db9da98ac0a95f074a
@@ -202,7 +202,8 @@ module Kitchenplan
202
202
  end
203
203
  dorun('touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress')
204
204
  prod = dorun('softwareupdate -l | grep -B 1 "Developer" | head -n 1 | awk -F"*" \'{print $2}\'', true)
205
- dorun("softwareupdate -i #{prod} -v")
205
+ dorun("softwareupdate -i #{prod.chomp} -v")
206
+ dorun("sudo xcodebuild -license")
206
207
  else
207
208
  dmg = nil
208
209
  if osx_ver == 7
@@ -1,10 +1,10 @@
1
1
  site "http://community.opscode.com/api/v1"
2
2
 
3
- cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.4"
4
- cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.1"
5
- cookbook "applications", :github => "kitchenplan/chef-applications", :ref => "v2.0.2"
3
+ cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.6"
4
+ cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.2"
5
+ cookbook "applications", :github => "kitchenplan/chef-applications", :ref => "v2.0.3"
6
6
  cookbook "osxdefaults", :github => "kitchenplan/chef-osxdefaults", :ref => "v1.0.2"
7
- cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles", :ref => "v1.1"
7
+ cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles", :ref => "v1.2"
8
8
  cookbook "drivers", :github => "kitchenplan/chef-drivers", :ref => "v1.0"
9
9
  cookbook "sudoalt", :github => "kitchenplan/chef-sudoalt", :ref => "v2.4"
10
10
  cookbook "dmg", :github => "opscode-cookbooks/dmg", :ref => "v2.1.4"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchenplan
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.8
4
+ version: 2.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roderik van der Veer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-10 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor