fauxhai-ng 9.0.0 → 9.3.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/mocker.rb +1 -1
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/aix/7.1.json +11 -6
- data/lib/fauxhai/platforms/aix/7.2.json +11 -6
- data/lib/fauxhai/platforms/almalinux/8.json +5754 -0
- data/lib/fauxhai/platforms/amazon/2.json +861 -774
- data/lib/fauxhai/platforms/amazon/2018.03.json +641 -547
- data/lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json +21 -11
- data/lib/fauxhai/platforms/centos/6.10.json +13 -7
- data/lib/fauxhai/platforms/centos/7.7.1908.json +14 -7
- data/lib/fauxhai/platforms/centos/7.8.2003.json +13 -7
- data/lib/fauxhai/platforms/centos/8.json +15 -8
- data/lib/fauxhai/platforms/chefspec/0.6.1.json +1 -1
- data/lib/fauxhai/platforms/clearos/7.4.json +19 -10
- data/lib/fauxhai/platforms/debian/10.json +316 -300
- data/lib/fauxhai/platforms/debian/11.json +2744 -0
- 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/dragonfly4/4.8-RELEASE.json +11 -6
- data/lib/fauxhai/platforms/fedora/31.json +16 -8
- data/lib/fauxhai/platforms/fedora/32.json +15 -8
- data/lib/fauxhai/platforms/freebsd/11.2.json +10 -5
- data/lib/fauxhai/platforms/freebsd/12.1.json +346 -348
- data/lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json +19 -10
- data/lib/fauxhai/platforms/linuxmint/19.0.json +13 -7
- data/lib/fauxhai/platforms/mac_os_x/10.14.json +11 -6
- data/lib/fauxhai/platforms/mac_os_x/10.15.json +11 -6
- data/lib/fauxhai/platforms/mac_os_x/11.0.json +13 -628
- data/lib/fauxhai/platforms/mac_os_x/11.json +2820 -0
- data/lib/fauxhai/platforms/mac_os_x/12.json +3546 -0
- data/lib/fauxhai/platforms/openbsd/6.2.json +11 -6
- data/lib/fauxhai/platforms/opensuse/15.2.json +13 -7
- data/lib/fauxhai/platforms/oracle/6.10.json +15 -8
- data/lib/fauxhai/platforms/oracle/7.5.json +14 -7
- data/lib/fauxhai/platforms/oracle/7.6.json +13 -7
- data/lib/fauxhai/platforms/raspbian/10.json +15 -8
- 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/rocky/8.json +5768 -0
- data/lib/fauxhai/platforms/smartos/5.11.json +6 -3
- data/lib/fauxhai/platforms/solaris2/5.11.json +8792 -7404
- 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/platforms/windows/.DS_Store +0 -0
- data/lib/fauxhai/platforms/windows/10.json +431 -423
- data/lib/fauxhai/platforms/windows/2012.json +17 -9
- data/lib/fauxhai/platforms/windows/2012R2.json +17 -9
- data/lib/fauxhai/platforms/windows/2016.json +17 -9
- data/lib/fauxhai/platforms/windows/2019.json +17 -9
- data/lib/fauxhai/platforms/windows/8.1.json +416 -408
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +11 -3
data/lib/fauxhai/runner.rb
CHANGED
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.
|
4
|
+
version: 9.3.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:
|
12
|
+
date: 2022-01-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -121,6 +121,7 @@ files:
|
|
121
121
|
- lib/fauxhai/platforms/.DS_Store
|
122
122
|
- lib/fauxhai/platforms/aix/7.1.json
|
123
123
|
- lib/fauxhai/platforms/aix/7.2.json
|
124
|
+
- lib/fauxhai/platforms/almalinux/8.json
|
124
125
|
- lib/fauxhai/platforms/amazon/.DS_Store
|
125
126
|
- lib/fauxhai/platforms/amazon/2.json
|
126
127
|
- lib/fauxhai/platforms/amazon/2018.03.json
|
@@ -134,8 +135,10 @@ files:
|
|
134
135
|
- lib/fauxhai/platforms/clearos/7.4.json
|
135
136
|
- lib/fauxhai/platforms/debian/.DS_Store
|
136
137
|
- lib/fauxhai/platforms/debian/10.json
|
138
|
+
- lib/fauxhai/platforms/debian/11.json
|
137
139
|
- lib/fauxhai/platforms/debian/9.11.json
|
138
140
|
- lib/fauxhai/platforms/debian/9.12.json
|
141
|
+
- lib/fauxhai/platforms/debian/9.13.json
|
139
142
|
- lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json
|
140
143
|
- lib/fauxhai/platforms/fedora/.DS_Store
|
141
144
|
- lib/fauxhai/platforms/fedora/31.json
|
@@ -148,6 +151,8 @@ files:
|
|
148
151
|
- lib/fauxhai/platforms/mac_os_x/10.14.json
|
149
152
|
- lib/fauxhai/platforms/mac_os_x/10.15.json
|
150
153
|
- lib/fauxhai/platforms/mac_os_x/11.0.json
|
154
|
+
- lib/fauxhai/platforms/mac_os_x/11.json
|
155
|
+
- lib/fauxhai/platforms/mac_os_x/12.json
|
151
156
|
- lib/fauxhai/platforms/openbsd/6.2.json
|
152
157
|
- lib/fauxhai/platforms/opensuse/.DS_Store
|
153
158
|
- lib/fauxhai/platforms/opensuse/15.2.json
|
@@ -159,7 +164,9 @@ files:
|
|
159
164
|
- lib/fauxhai/platforms/redhat/6.10.json
|
160
165
|
- lib/fauxhai/platforms/redhat/7.7.json
|
161
166
|
- lib/fauxhai/platforms/redhat/7.8.json
|
167
|
+
- lib/fauxhai/platforms/redhat/7.9.json
|
162
168
|
- lib/fauxhai/platforms/redhat/8.json
|
169
|
+
- lib/fauxhai/platforms/rocky/8.json
|
163
170
|
- lib/fauxhai/platforms/smartos/5.11.json
|
164
171
|
- lib/fauxhai/platforms/solaris2/5.11.json
|
165
172
|
- lib/fauxhai/platforms/suse/.DS_Store
|
@@ -170,6 +177,7 @@ files:
|
|
170
177
|
- lib/fauxhai/platforms/ubuntu/16.04.json
|
171
178
|
- lib/fauxhai/platforms/ubuntu/18.04.json
|
172
179
|
- lib/fauxhai/platforms/ubuntu/20.04.json
|
180
|
+
- lib/fauxhai/platforms/windows/.DS_Store
|
173
181
|
- lib/fauxhai/platforms/windows/10.json
|
174
182
|
- lib/fauxhai/platforms/windows/2012.json
|
175
183
|
- lib/fauxhai/platforms/windows/2012R2.json
|
@@ -199,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
207
|
- !ruby/object:Gem::Version
|
200
208
|
version: '0'
|
201
209
|
requirements: []
|
202
|
-
rubygems_version: 3.2.
|
210
|
+
rubygems_version: 3.2.32
|
203
211
|
signing_key:
|
204
212
|
specification_version: 4
|
205
213
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|