kitchenplan 2.1.5 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 678624ca6bad13110e6ddfb78136e19f9d1c7dba
4
- data.tar.gz: 2190de585f81775b3b36a7a2b168b8ffb5df9252
3
+ metadata.gz: 75c41982e89ff63e63cc5aff5f65b4591ed81b5c
4
+ data.tar.gz: 647c396ba3f88a9fee159351446a48c46a113cce
5
5
  SHA512:
6
- metadata.gz: dec125bf9addcabc20da6293072a6f9e9560e0f97436ea157d6603912413918199e74383ea7bb9ed348e87a5ccca785351f12b0aa32f1cdd062e3ae32845ee66
7
- data.tar.gz: e644d8a6c5f62766c8b203dcd8b05bdc70cc3873fe4ce07d37213b08fe64a8a0b04823586977521bfab8390f0f33f705b69b535f851fb65e503836d59f04aad8
6
+ metadata.gz: 8ec0e3ca075cb5cd41e3fec93db1471f165fab8ebe37e420843af6520efca0a9406db73605e1cfb4a13f4009eab34608049f7e032929b21da4194898b70b50ae
7
+ data.tar.gz: 48bcbbab583ae9d6ecd414a2c12f1daeea7317ba3934a4d8b19832969787909d2fdc85179e32a8cc55daf9dfb3f67747bcf331492a85c70063be5b92b5af01a1
@@ -14,7 +14,7 @@ module Kitchenplan
14
14
  LONGDESC
15
15
  def setup(gitrepo=nil, targetdir='/opt')
16
16
  logo
17
- install_clt unless `xcode-select --print-path`
17
+ install_clt unless `pkgutil --pkg-info=com.apple.pkg.CLTools_Executables`
18
18
  if gitrepo
19
19
  fetch(gitrepo, targetdir)
20
20
  else
@@ -108,7 +108,7 @@ module Kitchenplan
108
108
 
109
109
  def send_ping
110
110
  print_step('Sending a ping to Google Analytics')
111
- require 'Gabba'
111
+ require 'gabba'
112
112
  Gabba::Gabba.new('UA-46288146-1', 'github.com').event('Kitchenplan', 'Run', ENV['USER'])
113
113
  end
114
114
 
@@ -1,6 +1,6 @@
1
1
  site "http://community.opscode.com/api/v1"
2
2
 
3
- cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.3"
3
+ cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.4"
4
4
  cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.1"
5
5
  cookbook "applications", :github => "kitchenplan/chef-applications", :ref => "v2.0.2"
6
6
  cookbook "osxdefaults", :github => "kitchenplan/chef-osxdefaults", :ref => "v1.0.2"
@@ -10,6 +10,8 @@ attributes:
10
10
  - git
11
11
  cask_apps:
12
12
  - google-chrome
13
+ cask_fonts:
14
+ - inconsolata
13
15
  nodejs:
14
16
  apps:
15
- - bower
17
+ - bower
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.5
4
+ version: 2.1.6
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-04-17 00:00:00.000000000 Z
11
+ date: 2014-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
- rubygems_version: 2.0.3
171
+ rubygems_version: 2.0.14
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Kitchenplan is a small tool to fully automate the installation and configuration