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.
@@ -9,6 +9,7 @@
9
9
  "version": "6.20.0"
10
10
  }
11
11
  },
12
+ "deprecated": true,
12
13
  "command": {
13
14
  "ps": "ps -ef"
14
15
  },
@@ -38,6 +38,7 @@ module Fauxhai
38
38
  "time" => time
39
39
  )
40
40
 
41
+ require "json" unless defined?(JSON)
41
42
  puts JSON.pretty_generate(result.sort.to_h)
42
43
  end
43
44
  end
@@ -1,3 +1,3 @@
1
1
  module Fauxhai
2
- VERSION = "9.0.0".freeze
2
+ VERSION = "9.0.1".freeze
3
3
  end
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.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-04-07 00:00:00.000000000 Z
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.15
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