fauxhai-ng 8.1.0 → 8.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/.DS_Store +0 -0
- data/lib/fauxhai/.DS_Store +0 -0
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/centos/7.5.1804.json +1 -0
- data/lib/fauxhai/platforms/centos/7.7.1908.json +1449 -7508
- data/lib/fauxhai/platforms/debian/10.json +405 -204
- data/lib/fauxhai/platforms/fedora/30.json +1 -0
- data/lib/fauxhai/platforms/fedora/32.json +3546 -0
- data/lib/fauxhai/platforms/redhat/7.5.json +1 -0
- data/lib/fauxhai/platforms/redhat/8.json +930 -907
- data/lib/fauxhai/platforms/suse/12.3.json +1 -0
- data/lib/fauxhai/platforms/suse/12.5.json +5921 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +4 -2
data/lib/fauxhai/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai-ng
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.
|
4
|
+
version: 8.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-05-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -152,6 +152,7 @@ files:
|
|
152
152
|
- lib/fauxhai/platforms/fedora/29.json
|
153
153
|
- lib/fauxhai/platforms/fedora/30.json
|
154
154
|
- lib/fauxhai/platforms/fedora/31.json
|
155
|
+
- lib/fauxhai/platforms/fedora/32.json
|
155
156
|
- lib/fauxhai/platforms/freebsd/11.1.json
|
156
157
|
- lib/fauxhai/platforms/freebsd/11.2.json
|
157
158
|
- lib/fauxhai/platforms/freebsd/12.1.json
|
@@ -186,6 +187,7 @@ files:
|
|
186
187
|
- lib/fauxhai/platforms/suse/.DS_Store
|
187
188
|
- lib/fauxhai/platforms/suse/12.3.json
|
188
189
|
- lib/fauxhai/platforms/suse/12.4.json
|
190
|
+
- lib/fauxhai/platforms/suse/12.5.json
|
189
191
|
- lib/fauxhai/platforms/suse/15.json
|
190
192
|
- lib/fauxhai/platforms/ubuntu/.DS_Store
|
191
193
|
- lib/fauxhai/platforms/ubuntu/14.04.json
|