fauxhai-ng 9.0.0 → 9.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fauxhai/mocker.rb +1 -1
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/debian/11.json +3142 -0
- data/lib/fauxhai/platforms/smartos/5.11.json +1 -0
- data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +5 -3
Binary file
|
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.0.
|
4
|
+
version: 9.0.1
|
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: 2021-
|
12
|
+
date: 2021-11-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -134,6 +134,7 @@ files:
|
|
134
134
|
- lib/fauxhai/platforms/clearos/7.4.json
|
135
135
|
- lib/fauxhai/platforms/debian/.DS_Store
|
136
136
|
- lib/fauxhai/platforms/debian/10.json
|
137
|
+
- lib/fauxhai/platforms/debian/11.json
|
137
138
|
- lib/fauxhai/platforms/debian/9.11.json
|
138
139
|
- lib/fauxhai/platforms/debian/9.12.json
|
139
140
|
- lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json
|
@@ -170,6 +171,7 @@ files:
|
|
170
171
|
- lib/fauxhai/platforms/ubuntu/16.04.json
|
171
172
|
- lib/fauxhai/platforms/ubuntu/18.04.json
|
172
173
|
- lib/fauxhai/platforms/ubuntu/20.04.json
|
174
|
+
- lib/fauxhai/platforms/windows/.DS_Store
|
173
175
|
- lib/fauxhai/platforms/windows/10.json
|
174
176
|
- lib/fauxhai/platforms/windows/2012.json
|
175
177
|
- lib/fauxhai/platforms/windows/2012R2.json
|
@@ -199,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
201
|
- !ruby/object:Gem::Version
|
200
202
|
version: '0'
|
201
203
|
requirements: []
|
202
|
-
rubygems_version: 3.2.
|
204
|
+
rubygems_version: 3.2.22
|
203
205
|
signing_key:
|
204
206
|
specification_version: 4
|
205
207
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|