fauxhai-ng 9.0.1 → 9.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fauxhai/.DS_Store +0 -0
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/2.json +861 -774
- data/lib/fauxhai/platforms/amazon/2018.03.json +641 -547
- data/lib/fauxhai/platforms/centos/7.7.1908.json +1 -0
- data/lib/fauxhai/platforms/debian/10.json +316 -300
- data/lib/fauxhai/platforms/debian/11.json +1579 -1977
- data/lib/fauxhai/platforms/debian/9.11.json +12 -6
- data/lib/fauxhai/platforms/debian/9.12.json +11 -6
- data/lib/fauxhai/platforms/debian/9.13.json +2959 -0
- data/lib/fauxhai/platforms/fedora/31.json +1 -0
- data/lib/fauxhai/platforms/oracle/7.5.json +1 -0
- data/lib/fauxhai/platforms/redhat/6.10.json +728 -722
- data/lib/fauxhai/platforms/redhat/7.7.json +16 -8
- data/lib/fauxhai/platforms/redhat/7.8.json +61 -57
- data/lib/fauxhai/platforms/redhat/7.9.json +3959 -0
- data/lib/fauxhai/platforms/redhat/8.json +1024 -1021
- data/lib/fauxhai/platforms/solaris2/5.11.json +8896 -7503
- data/lib/fauxhai/platforms/suse/12.4.json +60 -57
- data/lib/fauxhai/platforms/suse/12.5.json +1159 -2069
- data/lib/fauxhai/platforms/suse/15.json +1594 -1447
- data/lib/fauxhai/platforms/ubuntu/16.04.json +382 -276
- data/lib/fauxhai/platforms/ubuntu/18.04.json +437 -328
- data/lib/fauxhai/platforms/ubuntu/20.04.json +851 -382
- data/lib/fauxhai/version.rb +1 -1
- metadata +3 -1
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: 9.0
|
4
|
+
version: 9.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
@@ -137,6 +137,7 @@ files:
|
|
137
137
|
- lib/fauxhai/platforms/debian/11.json
|
138
138
|
- lib/fauxhai/platforms/debian/9.11.json
|
139
139
|
- lib/fauxhai/platforms/debian/9.12.json
|
140
|
+
- lib/fauxhai/platforms/debian/9.13.json
|
140
141
|
- lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json
|
141
142
|
- lib/fauxhai/platforms/fedora/.DS_Store
|
142
143
|
- lib/fauxhai/platforms/fedora/31.json
|
@@ -160,6 +161,7 @@ files:
|
|
160
161
|
- lib/fauxhai/platforms/redhat/6.10.json
|
161
162
|
- lib/fauxhai/platforms/redhat/7.7.json
|
162
163
|
- lib/fauxhai/platforms/redhat/7.8.json
|
164
|
+
- lib/fauxhai/platforms/redhat/7.9.json
|
163
165
|
- lib/fauxhai/platforms/redhat/8.json
|
164
166
|
- lib/fauxhai/platforms/smartos/5.11.json
|
165
167
|
- lib/fauxhai/platforms/solaris2/5.11.json
|