fauxhai 6.7.0 → 6.8.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 +13 -0
- data/PLATFORMS.md +2 -2
- data/lib/fauxhai/platforms/mac_os_x/10.10.json +1 -0
- data/lib/fauxhai/platforms/mac_os_x/10.13.json +0 -6
- data/lib/fauxhai/platforms/mac_os_x/10.14.json +1344 -0
- data/lib/fauxhai/platforms/solaris2/5.10.json +1 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +3984 -6259
- data/lib/fauxhai/platforms/suse/15.json +5949 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +4 -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: 6.
|
4
|
+
version: 6.8.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: 2018-
|
11
|
+
date: 2018-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -181,6 +181,7 @@ files:
|
|
181
181
|
- lib/fauxhai/platforms/mac_os_x/10.11.json
|
182
182
|
- lib/fauxhai/platforms/mac_os_x/10.12.json
|
183
183
|
- lib/fauxhai/platforms/mac_os_x/10.13.json
|
184
|
+
- lib/fauxhai/platforms/mac_os_x/10.14.json
|
184
185
|
- lib/fauxhai/platforms/nexus/5.json
|
185
186
|
- lib/fauxhai/platforms/omnios/151018.json
|
186
187
|
- lib/fauxhai/platforms/openbsd/6.2.json
|
@@ -211,6 +212,7 @@ files:
|
|
211
212
|
- lib/fauxhai/platforms/suse/12.1.json
|
212
213
|
- lib/fauxhai/platforms/suse/12.2.json
|
213
214
|
- lib/fauxhai/platforms/suse/12.3.json
|
215
|
+
- lib/fauxhai/platforms/suse/15.json
|
214
216
|
- lib/fauxhai/platforms/ubuntu/14.04.json
|
215
217
|
- lib/fauxhai/platforms/ubuntu/16.04.json
|
216
218
|
- lib/fauxhai/platforms/ubuntu/17.10.json
|