boxen 2.7.2 → 2.8.0
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/boxen.gemspec +3 -3
- data/lib/boxen/preflight/os.rb +1 -1
- metadata +7 -5
data/boxen.gemspec
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "boxen"
|
|
5
|
-
gem.version = "2.
|
|
6
|
-
gem.authors = ["John Barnette", "Will Farrington", "David Goodlad"]
|
|
7
|
-
gem.email = ["jbarnette@github.com", "wfarr@github.com", "dgoodlad@github.com"]
|
|
5
|
+
gem.version = "2.8.0"
|
|
6
|
+
gem.authors = ["John Barnette", "Will Farrington", "David Goodlad", "Mike McQuaid"]
|
|
7
|
+
gem.email = ["jbarnette@github.com", "wfarr@github.com", "dgoodlad@github.com", "mikemcquaid@github.com"]
|
|
8
8
|
gem.description = "Manage Mac development boxes with love (and Puppet)."
|
|
9
9
|
gem.summary = "You know, for laptops and stuff."
|
|
10
10
|
gem.homepage = "https://github.com/boxen/boxen"
|
data/lib/boxen/preflight/os.rb
CHANGED
metadata
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boxen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 47
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 2.
|
|
8
|
+
- 8
|
|
9
|
+
- 0
|
|
10
|
+
version: 2.8.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- John Barnette
|
|
14
14
|
- Will Farrington
|
|
15
15
|
- David Goodlad
|
|
16
|
+
- Mike McQuaid
|
|
16
17
|
autorequire:
|
|
17
18
|
bindir: bin
|
|
18
19
|
cert_chain: []
|
|
19
20
|
|
|
20
|
-
date: 2015-
|
|
21
|
+
date: 2015-06-22 00:00:00 +01:00
|
|
21
22
|
default_executable:
|
|
22
23
|
dependencies:
|
|
23
24
|
- !ruby/object:Gem::Dependency
|
|
@@ -179,6 +180,7 @@ email:
|
|
|
179
180
|
- jbarnette@github.com
|
|
180
181
|
- wfarr@github.com
|
|
181
182
|
- dgoodlad@github.com
|
|
183
|
+
- mikemcquaid@github.com
|
|
182
184
|
executables: []
|
|
183
185
|
|
|
184
186
|
extensions: []
|