fauxhai-ng 8.3.1 → 8.4.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 +571 -560
- data/lib/fauxhai/platforms/amazon/2016.03.json +109 -109
- data/lib/fauxhai/platforms/amazon/2016.09.json +105 -105
- data/lib/fauxhai/platforms/amazon/2017.03.json +98 -98
- data/lib/fauxhai/platforms/amazon/2017.09.json +88 -88
- data/lib/fauxhai/platforms/amazon/2018.03.json +498 -505
- data/lib/fauxhai/platforms/centos/7.7.1908.json +104 -49
- data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
- data/lib/fauxhai/platforms/centos/8.json +47 -36
- data/lib/fauxhai/platforms/debian/10.json +44 -33
- data/lib/fauxhai/platforms/debian/9.11.json +52 -41
- data/lib/fauxhai/platforms/debian/9.12.json +47 -36
- data/lib/fauxhai/platforms/debian/9.8.json +46 -35
- data/lib/fauxhai/platforms/debian/9.9.json +47 -36
- data/lib/fauxhai/platforms/fedora/31.json +672 -657
- data/lib/fauxhai/platforms/fedora/32.json +670 -669
- data/lib/fauxhai/platforms/opensuse/15.1.json +48 -48
- data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
- data/lib/fauxhai/platforms/redhat/6.10.json +40 -31
- data/lib/fauxhai/platforms/redhat/6.9.json +49 -40
- data/lib/fauxhai/platforms/redhat/7.4.json +54 -45
- data/lib/fauxhai/platforms/redhat/7.5.json +56 -47
- data/lib/fauxhai/platforms/redhat/7.6.json +510 -659
- data/lib/fauxhai/platforms/redhat/7.7.json +54 -45
- data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
- data/lib/fauxhai/platforms/redhat/8.json +61 -50
- data/lib/fauxhai/platforms/ubuntu/16.04.json +154 -139
- data/lib/fauxhai/platforms/ubuntu/18.04.json +250 -239
- data/lib/fauxhai/platforms/ubuntu/20.04.json +221 -460
- data/lib/fauxhai/version.rb +1 -1
- metadata +6 -3
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.4.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-11-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -136,6 +136,7 @@ files:
|
|
136
136
|
- lib/fauxhai/platforms/centos/7.5.1804.json
|
137
137
|
- lib/fauxhai/platforms/centos/7.6.1810.json
|
138
138
|
- lib/fauxhai/platforms/centos/7.7.1908.json
|
139
|
+
- lib/fauxhai/platforms/centos/7.8.2003.json
|
139
140
|
- lib/fauxhai/platforms/centos/8.json
|
140
141
|
- lib/fauxhai/platforms/chefspec/0.6.1.json
|
141
142
|
- lib/fauxhai/platforms/clearos/7.4.json
|
@@ -165,6 +166,7 @@ files:
|
|
165
166
|
- lib/fauxhai/platforms/opensuse/.DS_Store
|
166
167
|
- lib/fauxhai/platforms/opensuse/15.0.json
|
167
168
|
- lib/fauxhai/platforms/opensuse/15.1.json
|
169
|
+
- lib/fauxhai/platforms/opensuse/15.2.json
|
168
170
|
- lib/fauxhai/platforms/oracle/.DS_Store
|
169
171
|
- lib/fauxhai/platforms/oracle/5.11.json
|
170
172
|
- lib/fauxhai/platforms/oracle/6.10.json
|
@@ -180,6 +182,7 @@ files:
|
|
180
182
|
- lib/fauxhai/platforms/redhat/7.5.json
|
181
183
|
- lib/fauxhai/platforms/redhat/7.6.json
|
182
184
|
- lib/fauxhai/platforms/redhat/7.7.json
|
185
|
+
- lib/fauxhai/platforms/redhat/7.8.json
|
183
186
|
- lib/fauxhai/platforms/redhat/8.json
|
184
187
|
- lib/fauxhai/platforms/smartos/5.11.json
|
185
188
|
- lib/fauxhai/platforms/solaris2/5.11.json
|
@@ -223,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
226
|
- !ruby/object:Gem::Version
|
224
227
|
version: '0'
|
225
228
|
requirements: []
|
226
|
-
rubygems_version: 3.1.
|
229
|
+
rubygems_version: 3.1.4
|
227
230
|
signing_key:
|
228
231
|
specification_version: 4
|
229
232
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|