fauxhai-ng 8.3.1 → 8.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fauxhai/.DS_Store +0 -0
  3. data/lib/fauxhai/platforms/.DS_Store +0 -0
  4. data/lib/fauxhai/platforms/amazon/2.json +571 -560
  5. data/lib/fauxhai/platforms/amazon/2016.03.json +109 -109
  6. data/lib/fauxhai/platforms/amazon/2016.09.json +105 -105
  7. data/lib/fauxhai/platforms/amazon/2017.03.json +98 -98
  8. data/lib/fauxhai/platforms/amazon/2017.09.json +88 -88
  9. data/lib/fauxhai/platforms/amazon/2018.03.json +498 -505
  10. data/lib/fauxhai/platforms/centos/7.7.1908.json +104 -49
  11. data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
  12. data/lib/fauxhai/platforms/centos/8.json +47 -36
  13. data/lib/fauxhai/platforms/debian/10.json +44 -33
  14. data/lib/fauxhai/platforms/debian/9.11.json +52 -41
  15. data/lib/fauxhai/platforms/debian/9.12.json +47 -36
  16. data/lib/fauxhai/platforms/debian/9.8.json +46 -35
  17. data/lib/fauxhai/platforms/debian/9.9.json +47 -36
  18. data/lib/fauxhai/platforms/fedora/31.json +672 -657
  19. data/lib/fauxhai/platforms/fedora/32.json +670 -669
  20. data/lib/fauxhai/platforms/opensuse/15.1.json +48 -48
  21. data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
  22. data/lib/fauxhai/platforms/redhat/6.10.json +40 -31
  23. data/lib/fauxhai/platforms/redhat/6.9.json +49 -40
  24. data/lib/fauxhai/platforms/redhat/7.4.json +54 -45
  25. data/lib/fauxhai/platforms/redhat/7.5.json +56 -47
  26. data/lib/fauxhai/platforms/redhat/7.6.json +510 -659
  27. data/lib/fauxhai/platforms/redhat/7.7.json +54 -45
  28. data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
  29. data/lib/fauxhai/platforms/redhat/8.json +61 -50
  30. data/lib/fauxhai/platforms/ubuntu/16.04.json +154 -139
  31. data/lib/fauxhai/platforms/ubuntu/18.04.json +250 -239
  32. data/lib/fauxhai/platforms/ubuntu/20.04.json +221 -460
  33. data/lib/fauxhai/version.rb +1 -1
  34. metadata +6 -3
@@ -1,3 +1,3 @@
1
1
  module Fauxhai
2
- VERSION = "8.3.1".freeze
2
+ VERSION = "8.4.0".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.4.0
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: 2020-11-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net-ssh
@@ -136,6 +136,7 @@ files:
136
136
  - lib/fauxhai/platforms/centos/7.5.1804.json
137
137
  - lib/fauxhai/platforms/centos/7.6.1810.json
138
138
  - lib/fauxhai/platforms/centos/7.7.1908.json
139
+ - lib/fauxhai/platforms/centos/7.8.2003.json
139
140
  - lib/fauxhai/platforms/centos/8.json
140
141
  - lib/fauxhai/platforms/chefspec/0.6.1.json
141
142
  - lib/fauxhai/platforms/clearos/7.4.json
@@ -165,6 +166,7 @@ files:
165
166
  - lib/fauxhai/platforms/opensuse/.DS_Store
166
167
  - lib/fauxhai/platforms/opensuse/15.0.json
167
168
  - lib/fauxhai/platforms/opensuse/15.1.json
169
+ - lib/fauxhai/platforms/opensuse/15.2.json
168
170
  - lib/fauxhai/platforms/oracle/.DS_Store
169
171
  - lib/fauxhai/platforms/oracle/5.11.json
170
172
  - lib/fauxhai/platforms/oracle/6.10.json
@@ -180,6 +182,7 @@ files:
180
182
  - lib/fauxhai/platforms/redhat/7.5.json
181
183
  - lib/fauxhai/platforms/redhat/7.6.json
182
184
  - lib/fauxhai/platforms/redhat/7.7.json
185
+ - lib/fauxhai/platforms/redhat/7.8.json
183
186
  - lib/fauxhai/platforms/redhat/8.json
184
187
  - lib/fauxhai/platforms/smartos/5.11.json
185
188
  - lib/fauxhai/platforms/solaris2/5.11.json
@@ -223,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
226
  - !ruby/object:Gem::Version
224
227
  version: '0'
225
228
  requirements: []
226
- rubygems_version: 3.1.2
229
+ rubygems_version: 3.1.4
227
230
  signing_key:
228
231
  specification_version: 4
229
232
  summary: Fauxhai provides an easy way to mock out your ohai data for testing with