boxen 0.2.0 → 0.2.1

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.
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  /.bundle
2
2
  /.rbenv-version
3
+ /Gemfile.lock
3
4
  /bin
4
5
  /boxen-*.gem
data/boxen.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "boxen"
5
- gem.version = "0.2.0"
5
+ gem.version = "0.2.1"
6
6
  gem.authors = ["John Barnette", "Will Farrington"]
7
7
  gem.email = ["jbarnette@github.com", "wfarr@github.com"]
8
8
  gem.description = "Manage Mac development boxes with love (and Puppet)."
@@ -23,6 +23,7 @@ module Boxen
23
23
  flags = []
24
24
  root = File.expand_path "../../..", __FILE__
25
25
 
26
+ flags << ["--group", "admin"]
26
27
  flags << ["--confdir", "#{config.puppetdir}/conf"]
27
28
  flags << ["--vardir", "#{config.puppetdir}/var"]
28
29
  flags << ["--libdir", "#{config.repodir}/lib"]#:#{root}/lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -166,7 +166,6 @@ extra_rdoc_files: []
166
166
  files:
167
167
  - .gitignore
168
168
  - Gemfile
169
- - Gemfile.lock
170
169
  - LICENSE
171
170
  - README.md
172
171
  - boxen.gemspec
data/Gemfile.lock DELETED
@@ -1,54 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- boxen (0.1.0)
5
- ansi (~> 1.4)
6
- hiera (~> 1.0.0)
7
- highline (~> 1.6)
8
- json_pure (~> 1.7)
9
- librarian-puppet (~> 0.9)
10
- octokit (~> 1.15)
11
- puppet (~> 3.0)
12
-
13
- GEM
14
- remote: http://rubygems.org/
15
- specs:
16
- addressable (2.3.2)
17
- ansi (1.4.3)
18
- facter (1.6.12)
19
- faraday (0.8.4)
20
- multipart-post (~> 1.1)
21
- faraday_middleware (0.8.8)
22
- faraday (>= 0.7.4, < 0.9)
23
- hashie (1.2.0)
24
- hiera (1.0.0)
25
- highline (1.6.15)
26
- json_pure (1.7.5)
27
- librarian-puppet (0.9.6)
28
- json_pure
29
- puppet
30
- thor (~> 0.15)
31
- metaclass (0.0.1)
32
- minitest (3.5.0)
33
- mocha (0.12.6)
34
- metaclass (~> 0.0.1)
35
- multi_json (1.3.6)
36
- multipart-post (1.1.5)
37
- octokit (1.15.1)
38
- addressable (~> 2.2)
39
- faraday (~> 0.8)
40
- faraday_middleware (~> 0.8)
41
- hashie (~> 1.2)
42
- multi_json (~> 1.3)
43
- puppet (3.0.0)
44
- facter (>= 1.6.11)
45
- hiera (>= 1.0.0rc)
46
- thor (0.16.0)
47
-
48
- PLATFORMS
49
- ruby
50
-
51
- DEPENDENCIES
52
- boxen!
53
- minitest (= 3.5.0)
54
- mocha (~> 0.12)