fauxhai-chef 9.3.8 → 9.3.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +5 -0
- data/fauxhai-chef.gemspec +1 -1
- data/lib/fauxhai/mocker.rb +6 -5
- data/lib/fauxhai/platforms/amazon/2023.json +5179 -0
- data/lib/fauxhai/platforms/debian/12.json +3063 -0
- data/lib/fauxhai/platforms/redhat/9.json +4860 -0
- data/lib/fauxhai/platforms/ubuntu/22.04.json +4578 -0
- data/lib/fauxhai/platforms/ubuntu/24.04.json +4498 -0
- data/lib/fauxhai/platforms/windows/2022.json +743 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +12 -6
data/lib/fauxhai/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai-chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.3.
|
4
|
+
version: 9.3.26
|
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: 2025-05-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -26,13 +26,13 @@ dependencies:
|
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: '0'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
|
-
name:
|
29
|
+
name: ohai
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
32
|
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: '13.0'
|
35
|
-
type: :
|
35
|
+
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
@@ -40,7 +40,7 @@ dependencies:
|
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '13.0'
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
|
-
name:
|
43
|
+
name: chef
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - ">="
|
@@ -122,6 +122,7 @@ files:
|
|
122
122
|
- lib/fauxhai/platforms/almalinux/9.json
|
123
123
|
- lib/fauxhai/platforms/amazon/2.json
|
124
124
|
- lib/fauxhai/platforms/amazon/2018.03.json
|
125
|
+
- lib/fauxhai/platforms/amazon/2023.json
|
125
126
|
- lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json
|
126
127
|
- lib/fauxhai/platforms/centos-stream/8.json
|
127
128
|
- lib/fauxhai/platforms/centos-stream/9.json
|
@@ -133,6 +134,7 @@ files:
|
|
133
134
|
- lib/fauxhai/platforms/clearos/7.4.json
|
134
135
|
- lib/fauxhai/platforms/debian/10.json
|
135
136
|
- lib/fauxhai/platforms/debian/11.json
|
137
|
+
- lib/fauxhai/platforms/debian/12.json
|
136
138
|
- lib/fauxhai/platforms/debian/9.11.json
|
137
139
|
- lib/fauxhai/platforms/debian/9.12.json
|
138
140
|
- lib/fauxhai/platforms/debian/9.13.json
|
@@ -162,6 +164,7 @@ files:
|
|
162
164
|
- lib/fauxhai/platforms/redhat/7.8.json
|
163
165
|
- lib/fauxhai/platforms/redhat/7.9.json
|
164
166
|
- lib/fauxhai/platforms/redhat/8.json
|
167
|
+
- lib/fauxhai/platforms/redhat/9.json
|
165
168
|
- lib/fauxhai/platforms/rocky/8.json
|
166
169
|
- lib/fauxhai/platforms/rocky/9.json
|
167
170
|
- lib/fauxhai/platforms/smartos/5.11.json
|
@@ -172,11 +175,14 @@ files:
|
|
172
175
|
- lib/fauxhai/platforms/ubuntu/16.04.json
|
173
176
|
- lib/fauxhai/platforms/ubuntu/18.04.json
|
174
177
|
- lib/fauxhai/platforms/ubuntu/20.04.json
|
178
|
+
- lib/fauxhai/platforms/ubuntu/22.04.json
|
179
|
+
- lib/fauxhai/platforms/ubuntu/24.04.json
|
175
180
|
- lib/fauxhai/platforms/windows/10.json
|
176
181
|
- lib/fauxhai/platforms/windows/2012.json
|
177
182
|
- lib/fauxhai/platforms/windows/2012R2.json
|
178
183
|
- lib/fauxhai/platforms/windows/2016.json
|
179
184
|
- lib/fauxhai/platforms/windows/2019.json
|
185
|
+
- lib/fauxhai/platforms/windows/2022.json
|
180
186
|
- lib/fauxhai/platforms/windows/8.1.json
|
181
187
|
- lib/fauxhai/runner.rb
|
182
188
|
- lib/fauxhai/runner/default.rb
|
@@ -201,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
201
207
|
- !ruby/object:Gem::Version
|
202
208
|
version: '0'
|
203
209
|
requirements: []
|
204
|
-
rubygems_version: 3.
|
210
|
+
rubygems_version: 3.3.27
|
205
211
|
signing_key:
|
206
212
|
specification_version: 4
|
207
213
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|