fauxhai-ng 8.6.0 → 9.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -0
  3. data/fauxhai-ng.gemspec +28 -0
  4. data/lib/.DS_Store +0 -0
  5. data/lib/fauxhai/.DS_Store +0 -0
  6. data/lib/fauxhai/mocker.rb +1 -1
  7. data/lib/fauxhai/platforms/.DS_Store +0 -0
  8. data/lib/fauxhai/platforms/debian/11.json +3142 -0
  9. data/lib/fauxhai/platforms/smartos/5.11.json +1 -0
  10. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
  11. data/lib/fauxhai/platforms/{oracle → windows}/.DS_Store +0 -0
  12. data/lib/fauxhai/runner.rb +1 -0
  13. data/lib/fauxhai/version.rb +1 -1
  14. metadata +7 -35
  15. data/lib/fauxhai/platforms/aix/6.1.json +0 -731
  16. data/lib/fauxhai/platforms/amazon/2015.03.json +0 -3328
  17. data/lib/fauxhai/platforms/amazon/2015.09.json +0 -3386
  18. data/lib/fauxhai/platforms/amazon/2016.03.json +0 -3377
  19. data/lib/fauxhai/platforms/amazon/2016.09.json +0 -3384
  20. data/lib/fauxhai/platforms/amazon/2017.03.json +0 -3388
  21. data/lib/fauxhai/platforms/amazon/2017.09.json +0 -3409
  22. data/lib/fauxhai/platforms/centos/5.11.json +0 -4920
  23. data/lib/fauxhai/platforms/centos/6.9.json +0 -2693
  24. data/lib/fauxhai/platforms/centos/7.5.1804.json +0 -3795
  25. data/lib/fauxhai/platforms/centos/7.6.1810.json +0 -3809
  26. data/lib/fauxhai/platforms/debian/8.11.json +0 -3596
  27. data/lib/fauxhai/platforms/debian/9.8.json +0 -2938
  28. data/lib/fauxhai/platforms/debian/9.9.json +0 -2938
  29. data/lib/fauxhai/platforms/fedora/29.json +0 -3831
  30. data/lib/fauxhai/platforms/fedora/30.json +0 -3906
  31. data/lib/fauxhai/platforms/freebsd/11.1.json +0 -426
  32. data/lib/fauxhai/platforms/linuxmint/18.3.json +0 -10350
  33. data/lib/fauxhai/platforms/mac_os_x/10.13.json +0 -1339
  34. data/lib/fauxhai/platforms/opensuse/15.0.json +0 -6060
  35. data/lib/fauxhai/platforms/opensuse/15.1.json +0 -5775
  36. data/lib/fauxhai/platforms/oracle/5.11.json +0 -7029
  37. data/lib/fauxhai/platforms/oracle/6.9.json +0 -4177
  38. data/lib/fauxhai/platforms/redhat/5.11.json +0 -6682
  39. data/lib/fauxhai/platforms/redhat/6.9.json +0 -5817
  40. data/lib/fauxhai/platforms/redhat/7.4.json +0 -3886
  41. data/lib/fauxhai/platforms/redhat/7.5.json +0 -3947
  42. data/lib/fauxhai/platforms/redhat/7.6.json +0 -3803
  43. data/lib/fauxhai/platforms/suse/12.3.json +0 -5808
  44. data/lib/fauxhai/platforms/ubuntu/14.04.json +0 -2998
  45. data/lib/fauxhai/platforms/windows/2008R2.json +0 -444
@@ -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
  },
Binary file
File without changes
@@ -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 = "8.6.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: 8.6.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: 2020-12-01 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
@@ -104,8 +104,10 @@ executables:
104
104
  extensions: []
105
105
  extra_rdoc_files: []
106
106
  files:
107
+ - Gemfile
107
108
  - LICENSE
108
109
  - bin/fauxhai
110
+ - fauxhai-ng.gemspec
109
111
  - lib/.DS_Store
110
112
  - lib/fauxhai.rb
111
113
  - lib/fauxhai/.DS_Store
@@ -117,25 +119,14 @@ files:
117
119
  - lib/fauxhai/keys/id_rsa.pub
118
120
  - lib/fauxhai/mocker.rb
119
121
  - lib/fauxhai/platforms/.DS_Store
120
- - lib/fauxhai/platforms/aix/6.1.json
121
122
  - lib/fauxhai/platforms/aix/7.1.json
122
123
  - lib/fauxhai/platforms/aix/7.2.json
123
124
  - lib/fauxhai/platforms/amazon/.DS_Store
124
125
  - lib/fauxhai/platforms/amazon/2.json
125
- - lib/fauxhai/platforms/amazon/2015.03.json
126
- - lib/fauxhai/platforms/amazon/2015.09.json
127
- - lib/fauxhai/platforms/amazon/2016.03.json
128
- - lib/fauxhai/platforms/amazon/2016.09.json
129
- - lib/fauxhai/platforms/amazon/2017.03.json
130
- - lib/fauxhai/platforms/amazon/2017.09.json
131
126
  - lib/fauxhai/platforms/amazon/2018.03.json
132
127
  - lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json
133
128
  - lib/fauxhai/platforms/centos/.DS_Store
134
- - lib/fauxhai/platforms/centos/5.11.json
135
129
  - lib/fauxhai/platforms/centos/6.10.json
136
- - lib/fauxhai/platforms/centos/6.9.json
137
- - lib/fauxhai/platforms/centos/7.5.1804.json
138
- - lib/fauxhai/platforms/centos/7.6.1810.json
139
130
  - lib/fauxhai/platforms/centos/7.7.1908.json
140
131
  - lib/fauxhai/platforms/centos/7.8.2003.json
141
132
  - lib/fauxhai/platforms/centos/8.json
@@ -143,64 +134,45 @@ files:
143
134
  - lib/fauxhai/platforms/clearos/7.4.json
144
135
  - lib/fauxhai/platforms/debian/.DS_Store
145
136
  - lib/fauxhai/platforms/debian/10.json
146
- - lib/fauxhai/platforms/debian/8.11.json
137
+ - lib/fauxhai/platforms/debian/11.json
147
138
  - lib/fauxhai/platforms/debian/9.11.json
148
139
  - lib/fauxhai/platforms/debian/9.12.json
149
- - lib/fauxhai/platforms/debian/9.8.json
150
- - lib/fauxhai/platforms/debian/9.9.json
151
140
  - lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json
152
141
  - lib/fauxhai/platforms/fedora/.DS_Store
153
- - lib/fauxhai/platforms/fedora/29.json
154
- - lib/fauxhai/platforms/fedora/30.json
155
142
  - lib/fauxhai/platforms/fedora/31.json
156
143
  - lib/fauxhai/platforms/fedora/32.json
157
- - lib/fauxhai/platforms/freebsd/11.1.json
158
144
  - lib/fauxhai/platforms/freebsd/11.2.json
159
145
  - lib/fauxhai/platforms/freebsd/12.1.json
160
146
  - lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json
161
- - lib/fauxhai/platforms/linuxmint/18.3.json
162
147
  - lib/fauxhai/platforms/linuxmint/19.0.json
163
148
  - lib/fauxhai/platforms/mac_os_x/.DS_Store
164
- - lib/fauxhai/platforms/mac_os_x/10.13.json
165
149
  - lib/fauxhai/platforms/mac_os_x/10.14.json
166
150
  - lib/fauxhai/platforms/mac_os_x/10.15.json
167
151
  - lib/fauxhai/platforms/mac_os_x/11.0.json
168
152
  - lib/fauxhai/platforms/openbsd/6.2.json
169
153
  - lib/fauxhai/platforms/opensuse/.DS_Store
170
- - lib/fauxhai/platforms/opensuse/15.0.json
171
- - lib/fauxhai/platforms/opensuse/15.1.json
172
154
  - lib/fauxhai/platforms/opensuse/15.2.json
173
- - lib/fauxhai/platforms/oracle/.DS_Store
174
- - lib/fauxhai/platforms/oracle/5.11.json
175
155
  - lib/fauxhai/platforms/oracle/6.10.json
176
- - lib/fauxhai/platforms/oracle/6.9.json
177
156
  - lib/fauxhai/platforms/oracle/7.5.json
178
157
  - lib/fauxhai/platforms/oracle/7.6.json
179
158
  - lib/fauxhai/platforms/raspbian/10.json
180
159
  - lib/fauxhai/platforms/redhat/.DS_Store
181
- - lib/fauxhai/platforms/redhat/5.11.json
182
160
  - lib/fauxhai/platforms/redhat/6.10.json
183
- - lib/fauxhai/platforms/redhat/6.9.json
184
- - lib/fauxhai/platforms/redhat/7.4.json
185
- - lib/fauxhai/platforms/redhat/7.5.json
186
- - lib/fauxhai/platforms/redhat/7.6.json
187
161
  - lib/fauxhai/platforms/redhat/7.7.json
188
162
  - lib/fauxhai/platforms/redhat/7.8.json
189
163
  - lib/fauxhai/platforms/redhat/8.json
190
164
  - lib/fauxhai/platforms/smartos/5.11.json
191
165
  - lib/fauxhai/platforms/solaris2/5.11.json
192
166
  - lib/fauxhai/platforms/suse/.DS_Store
193
- - lib/fauxhai/platforms/suse/12.3.json
194
167
  - lib/fauxhai/platforms/suse/12.4.json
195
168
  - lib/fauxhai/platforms/suse/12.5.json
196
169
  - lib/fauxhai/platforms/suse/15.json
197
170
  - lib/fauxhai/platforms/ubuntu/.DS_Store
198
- - lib/fauxhai/platforms/ubuntu/14.04.json
199
171
  - lib/fauxhai/platforms/ubuntu/16.04.json
200
172
  - lib/fauxhai/platforms/ubuntu/18.04.json
201
173
  - lib/fauxhai/platforms/ubuntu/20.04.json
174
+ - lib/fauxhai/platforms/windows/.DS_Store
202
175
  - lib/fauxhai/platforms/windows/10.json
203
- - lib/fauxhai/platforms/windows/2008R2.json
204
176
  - lib/fauxhai/platforms/windows/2012.json
205
177
  - lib/fauxhai/platforms/windows/2012R2.json
206
178
  - lib/fauxhai/platforms/windows/2016.json
@@ -229,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
229
201
  - !ruby/object:Gem::Version
230
202
  version: '0'
231
203
  requirements: []
232
- rubygems_version: 3.1.4
204
+ rubygems_version: 3.2.22
233
205
  signing_key:
234
206
  specification_version: 4
235
207
  summary: Fauxhai provides an easy way to mock out your ohai data for testing with