fauxhai-ng 8.3.1 → 8.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) 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/platforms/.DS_Store +0 -0
  7. data/lib/fauxhai/platforms/aix/6.1.json +1 -1
  8. data/lib/fauxhai/platforms/aix/7.1.json +781 -2025
  9. data/lib/fauxhai/platforms/aix/7.2.json +5284 -0
  10. data/lib/fauxhai/platforms/amazon/2.json +571 -560
  11. data/lib/fauxhai/platforms/amazon/2016.03.json +110 -109
  12. data/lib/fauxhai/platforms/amazon/2016.09.json +106 -105
  13. data/lib/fauxhai/platforms/amazon/2017.03.json +99 -98
  14. data/lib/fauxhai/platforms/amazon/2017.09.json +89 -88
  15. data/lib/fauxhai/platforms/amazon/2018.03.json +498 -505
  16. data/lib/fauxhai/platforms/centos/7.6.1810.json +1 -0
  17. data/lib/fauxhai/platforms/centos/7.7.1908.json +104 -49
  18. data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
  19. data/lib/fauxhai/platforms/centos/8.json +47 -36
  20. data/lib/fauxhai/platforms/debian/10.json +44 -33
  21. data/lib/fauxhai/platforms/debian/9.11.json +52 -41
  22. data/lib/fauxhai/platforms/debian/9.12.json +47 -36
  23. data/lib/fauxhai/platforms/debian/9.8.json +46 -35
  24. data/lib/fauxhai/platforms/debian/9.9.json +47 -36
  25. data/lib/fauxhai/platforms/fedora/31.json +672 -657
  26. data/lib/fauxhai/platforms/fedora/32.json +670 -669
  27. data/lib/fauxhai/platforms/linuxmint/18.3.json +1 -0
  28. data/lib/fauxhai/platforms/{oracle → mac_os_x}/.DS_Store +0 -0
  29. data/lib/fauxhai/platforms/mac_os_x/10.13.json +1 -0
  30. data/lib/fauxhai/platforms/mac_os_x/11.0.json +3436 -0
  31. data/lib/fauxhai/platforms/opensuse/15.1.json +49 -48
  32. data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
  33. data/lib/fauxhai/platforms/redhat/6.10.json +40 -31
  34. data/lib/fauxhai/platforms/redhat/6.9.json +49 -40
  35. data/lib/fauxhai/platforms/redhat/7.4.json +54 -45
  36. data/lib/fauxhai/platforms/redhat/7.5.json +56 -47
  37. data/lib/fauxhai/platforms/redhat/7.6.json +511 -659
  38. data/lib/fauxhai/platforms/redhat/7.7.json +54 -45
  39. data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
  40. data/lib/fauxhai/platforms/redhat/8.json +61 -50
  41. data/lib/fauxhai/platforms/ubuntu/16.04.json +154 -139
  42. data/lib/fauxhai/platforms/ubuntu/18.04.json +250 -239
  43. data/lib/fauxhai/platforms/ubuntu/20.04.json +221 -460
  44. data/lib/fauxhai/version.rb +1 -1
  45. metadata +11 -5
  46. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
@@ -1,3 +1,3 @@
1
1
  module Fauxhai
2
- VERSION = "8.3.1".freeze
2
+ VERSION = "8.7.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.3.1
4
+ version: 8.7.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-08-17 00:00:00.000000000 Z
12
+ date: 2021-04-04 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
@@ -119,6 +121,7 @@ files:
119
121
  - lib/fauxhai/platforms/.DS_Store
120
122
  - lib/fauxhai/platforms/aix/6.1.json
121
123
  - lib/fauxhai/platforms/aix/7.1.json
124
+ - lib/fauxhai/platforms/aix/7.2.json
122
125
  - lib/fauxhai/platforms/amazon/.DS_Store
123
126
  - lib/fauxhai/platforms/amazon/2.json
124
127
  - lib/fauxhai/platforms/amazon/2015.03.json
@@ -136,6 +139,7 @@ files:
136
139
  - lib/fauxhai/platforms/centos/7.5.1804.json
137
140
  - lib/fauxhai/platforms/centos/7.6.1810.json
138
141
  - lib/fauxhai/platforms/centos/7.7.1908.json
142
+ - lib/fauxhai/platforms/centos/7.8.2003.json
139
143
  - lib/fauxhai/platforms/centos/8.json
140
144
  - lib/fauxhai/platforms/chefspec/0.6.1.json
141
145
  - lib/fauxhai/platforms/clearos/7.4.json
@@ -158,14 +162,16 @@ files:
158
162
  - lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json
159
163
  - lib/fauxhai/platforms/linuxmint/18.3.json
160
164
  - lib/fauxhai/platforms/linuxmint/19.0.json
165
+ - lib/fauxhai/platforms/mac_os_x/.DS_Store
161
166
  - lib/fauxhai/platforms/mac_os_x/10.13.json
162
167
  - lib/fauxhai/platforms/mac_os_x/10.14.json
163
168
  - lib/fauxhai/platforms/mac_os_x/10.15.json
169
+ - lib/fauxhai/platforms/mac_os_x/11.0.json
164
170
  - lib/fauxhai/platforms/openbsd/6.2.json
165
171
  - lib/fauxhai/platforms/opensuse/.DS_Store
166
172
  - lib/fauxhai/platforms/opensuse/15.0.json
167
173
  - lib/fauxhai/platforms/opensuse/15.1.json
168
- - lib/fauxhai/platforms/oracle/.DS_Store
174
+ - lib/fauxhai/platforms/opensuse/15.2.json
169
175
  - lib/fauxhai/platforms/oracle/5.11.json
170
176
  - lib/fauxhai/platforms/oracle/6.10.json
171
177
  - lib/fauxhai/platforms/oracle/6.9.json
@@ -180,6 +186,7 @@ files:
180
186
  - lib/fauxhai/platforms/redhat/7.5.json
181
187
  - lib/fauxhai/platforms/redhat/7.6.json
182
188
  - lib/fauxhai/platforms/redhat/7.7.json
189
+ - lib/fauxhai/platforms/redhat/7.8.json
183
190
  - lib/fauxhai/platforms/redhat/8.json
184
191
  - lib/fauxhai/platforms/smartos/5.11.json
185
192
  - lib/fauxhai/platforms/solaris2/5.11.json
@@ -188,7 +195,6 @@ files:
188
195
  - lib/fauxhai/platforms/suse/12.4.json
189
196
  - lib/fauxhai/platforms/suse/12.5.json
190
197
  - lib/fauxhai/platforms/suse/15.json
191
- - lib/fauxhai/platforms/ubuntu/.DS_Store
192
198
  - lib/fauxhai/platforms/ubuntu/14.04.json
193
199
  - lib/fauxhai/platforms/ubuntu/16.04.json
194
200
  - lib/fauxhai/platforms/ubuntu/18.04.json
@@ -223,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
229
  - !ruby/object:Gem::Version
224
230
  version: '0'
225
231
  requirements: []
226
- rubygems_version: 3.1.2
232
+ rubygems_version: 3.1.4
227
233
  signing_key:
228
234
  specification_version: 4
229
235
  summary: Fauxhai provides an easy way to mock out your ohai data for testing with
Binary file