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 +4 -4
- data/lib/kitchenplan/cli.rb +2 -2
- data/templates/Cheffile.erb +1 -1
- data/templates/default.yml.erb +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75c41982e89ff63e63cc5aff5f65b4591ed81b5c
|
|
4
|
+
data.tar.gz: 647c396ba3f88a9fee159351446a48c46a113cce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ec0e3ca075cb5cd41e3fec93db1471f165fab8ebe37e420843af6520efca0a9406db73605e1cfb4a13f4009eab34608049f7e032929b21da4194898b70b50ae
|
|
7
|
+
data.tar.gz: 48bcbbab583ae9d6ecd414a2c12f1daeea7317ba3934a4d8b19832969787909d2fdc85179e32a8cc55daf9dfb3f67747bcf331492a85c70063be5b92b5af01a1
|
data/lib/kitchenplan/cli.rb
CHANGED
|
@@ -14,7 +14,7 @@ module Kitchenplan
|
|
|
14
14
|
LONGDESC
|
|
15
15
|
def setup(gitrepo=nil, targetdir='/opt')
|
|
16
16
|
logo
|
|
17
|
-
install_clt unless `
|
|
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 '
|
|
111
|
+
require 'gabba'
|
|
112
112
|
Gabba::Gabba.new('UA-46288146-1', 'github.com').event('Kitchenplan', 'Run', ENV['USER'])
|
|
113
113
|
end
|
|
114
114
|
|
data/templates/Cheffile.erb
CHANGED
|
@@ -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
|
+
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"
|
data/templates/default.yml.erb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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
|