fauxhai 5.1.0 → 5.2.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 +20 -0
- data/PLATFORMS.md +3 -11
- data/Rakefile +9 -2
- data/lib/fauxhai/platforms/gentoo/2.2.json +2 -1
- data/lib/fauxhai/platforms/gentoo/4.9.6-gentoo-r1.json +1306 -0
- data/lib/fauxhai/platforms/openbsd/5.4.json +2 -1
- data/lib/fauxhai/platforms/redhat/5.10.json +6433 -2537
- data/lib/fauxhai/platforms/redhat/5.11.json +6687 -0
- data/lib/fauxhai/platforms/redhat/5.9.json +1 -0
- data/lib/fauxhai/platforms/redhat/6.7.json +1 -0
- data/lib/fauxhai/platforms/redhat/6.8.json +5921 -585
- data/lib/fauxhai/platforms/redhat/6.9.json +6050 -0
- data/lib/fauxhai/platforms/redhat/7.2.json +3885 -548
- data/lib/fauxhai/platforms/redhat/7.3.json +3994 -578
- data/lib/fauxhai/platforms/slackware/14.1.json +1 -0
- data/lib/fauxhai/platforms/solaris2/5.10.json +1018 -1513
- data/lib/fauxhai/platforms/suse/11.4.json +6133 -362
- 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.2.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-06-
|
11
|
+
date: 2017-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -171,6 +171,7 @@ files:
|
|
171
171
|
- lib/fauxhai/platforms/freebsd/11.0.json
|
172
172
|
- lib/fauxhai/platforms/freebsd/9.3.json
|
173
173
|
- lib/fauxhai/platforms/gentoo/2.2.json
|
174
|
+
- lib/fauxhai/platforms/gentoo/4.9.6-gentoo-r1.json
|
174
175
|
- lib/fauxhai/platforms/ios_xr/6.0.0.14I.json
|
175
176
|
- lib/fauxhai/platforms/linuxmint/18.1.json
|
176
177
|
- lib/fauxhai/platforms/mac_os_x/10.10.json
|
@@ -200,6 +201,7 @@ files:
|
|
200
201
|
- lib/fauxhai/platforms/oracle/7.3.json
|
201
202
|
- lib/fauxhai/platforms/raspbian/8.0.json
|
202
203
|
- lib/fauxhai/platforms/redhat/5.10.json
|
204
|
+
- lib/fauxhai/platforms/redhat/5.11.json
|
203
205
|
- lib/fauxhai/platforms/redhat/5.6.json
|
204
206
|
- lib/fauxhai/platforms/redhat/5.7.json
|
205
207
|
- lib/fauxhai/platforms/redhat/5.8.json
|
@@ -213,6 +215,7 @@ files:
|
|
213
215
|
- lib/fauxhai/platforms/redhat/6.6.json
|
214
216
|
- lib/fauxhai/platforms/redhat/6.7.json
|
215
217
|
- lib/fauxhai/platforms/redhat/6.8.json
|
218
|
+
- lib/fauxhai/platforms/redhat/6.9.json
|
216
219
|
- lib/fauxhai/platforms/redhat/7.0.json
|
217
220
|
- lib/fauxhai/platforms/redhat/7.1.json
|
218
221
|
- lib/fauxhai/platforms/redhat/7.2.json
|