fauxhai 5.4.0 → 5.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -1
- data/lib/fauxhai/platforms/amazon/2017.09.json +666 -0
- data/lib/fauxhai/platforms/debian/9.2.json +3089 -0
- data/lib/fauxhai/platforms/mac_os_x/10.13.json +1358 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +5 -2
data/lib/fauxhai/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -102,6 +102,7 @@ files:
|
|
102
102
|
- lib/fauxhai/platforms/amazon/2016.03.json
|
103
103
|
- lib/fauxhai/platforms/amazon/2016.09.json
|
104
104
|
- lib/fauxhai/platforms/amazon/2017.03.json
|
105
|
+
- lib/fauxhai/platforms/amazon/2017.09.json
|
105
106
|
- lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json
|
106
107
|
- lib/fauxhai/platforms/arch/4.5.4-1-ARCH.json
|
107
108
|
- lib/fauxhai/platforms/arch/4.9.11-1-ARCH.json
|
@@ -157,6 +158,7 @@ files:
|
|
157
158
|
- lib/fauxhai/platforms/debian/8.9.json
|
158
159
|
- lib/fauxhai/platforms/debian/9.0.json
|
159
160
|
- lib/fauxhai/platforms/debian/9.1.json
|
161
|
+
- lib/fauxhai/platforms/debian/9.2.json
|
160
162
|
- lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json
|
161
163
|
- lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json
|
162
164
|
- lib/fauxhai/platforms/fedora/21.json
|
@@ -179,6 +181,7 @@ files:
|
|
179
181
|
- lib/fauxhai/platforms/mac_os_x/10.11.1.json
|
180
182
|
- lib/fauxhai/platforms/mac_os_x/10.11.json
|
181
183
|
- lib/fauxhai/platforms/mac_os_x/10.12.json
|
184
|
+
- lib/fauxhai/platforms/mac_os_x/10.13.json
|
182
185
|
- lib/fauxhai/platforms/mac_os_x/10.9.2.json
|
183
186
|
- lib/fauxhai/platforms/nexus/5.json
|
184
187
|
- lib/fauxhai/platforms/omnios/151014.json
|