fauxhai 6.5.0 → 6.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +55 -0
- data/PLATFORMS.md +1 -0
- data/lib/fauxhai/platforms/amazon/2012.09.json +3063 -93
- data/lib/fauxhai/platforms/amazon/2013.09.json +3202 -96
- data/lib/fauxhai/platforms/amazon/2014.03.json +3002 -89
- data/lib/fauxhai/platforms/amazon/2014.09.json +2903 -76
- data/lib/fauxhai/platforms/amazon/2015.03.json +173 -166
- data/lib/fauxhai/platforms/amazon/2015.09.json +164 -164
- data/lib/fauxhai/platforms/amazon/2016.03.json +533 -533
- data/lib/fauxhai/platforms/amazon/2016.09.json +152 -152
- data/lib/fauxhai/platforms/amazon/2017.03.json +143 -143
- data/lib/fauxhai/platforms/amazon/2017.09.json +124 -124
- data/lib/fauxhai/platforms/amazon/2018.03.json +528 -535
- data/lib/fauxhai/platforms/centos/6.9.json +24 -24
- data/lib/fauxhai/platforms/centos/7.4.1708.json +678 -678
- data/lib/fauxhai/platforms/centos/7.5.1804.json +713 -713
- data/lib/fauxhai/platforms/debian/8.7.json +520 -1418
- data/lib/fauxhai/platforms/debian/9.0.json +620 -672
- data/lib/fauxhai/platforms/debian/9.1.json +598 -583
- data/lib/fauxhai/platforms/debian/9.2.json +626 -598
- data/lib/fauxhai/platforms/debian/9.3.json +538 -737
- data/lib/fauxhai/platforms/debian/9.4.json +33 -33
- data/lib/fauxhai/platforms/debian/9.5.json +2928 -0
- data/lib/fauxhai/platforms/fedora/24.json +33 -33
- data/lib/fauxhai/platforms/fedora/25.json +35 -36
- data/lib/fauxhai/platforms/fedora/26.json +29 -29
- data/lib/fauxhai/platforms/fedora/27.json +393 -393
- data/lib/fauxhai/platforms/fedora/28.json +586 -544
- data/lib/fauxhai/platforms/openbsd/6.2.json +12 -31
- data/lib/fauxhai/platforms/opensuse/42.2.json +3385 -3929
- data/lib/fauxhai/platforms/opensuse/42.3.json +4570 -4287
- data/lib/fauxhai/platforms/redhat/6.8.json +874 -874
- data/lib/fauxhai/platforms/redhat/6.9.json +923 -923
- data/lib/fauxhai/platforms/redhat/7.2.json +857 -1200
- data/lib/fauxhai/platforms/redhat/7.3.json +729 -729
- data/lib/fauxhai/platforms/redhat/7.4.json +739 -739
- data/lib/fauxhai/platforms/redhat/7.5.json +356 -356
- data/lib/fauxhai/platforms/suse/11.4.json +134 -134
- data/lib/fauxhai/platforms/suse/12.1.json +276 -276
- data/lib/fauxhai/platforms/suse/12.2.json +2482 -6671
- data/lib/fauxhai/platforms/suse/12.3.json +1163 -1218
- data/lib/fauxhai/platforms/ubuntu/14.04.json +216 -216
- data/lib/fauxhai/platforms/ubuntu/16.04.json +580 -444
- data/lib/fauxhai/platforms/ubuntu/18.04.json +557 -557
- data/lib/fauxhai/version.rb +1 -1
- metadata +4 -3
data/lib/fauxhai/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.
|
4
|
+
version: 6.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -159,6 +159,7 @@ files:
|
|
159
159
|
- lib/fauxhai/platforms/debian/9.2.json
|
160
160
|
- lib/fauxhai/platforms/debian/9.3.json
|
161
161
|
- lib/fauxhai/platforms/debian/9.4.json
|
162
|
+
- lib/fauxhai/platforms/debian/9.5.json
|
162
163
|
- lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json
|
163
164
|
- lib/fauxhai/platforms/fedora/24.json
|
164
165
|
- lib/fauxhai/platforms/fedora/25.json
|
@@ -248,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
249
|
version: '0'
|
249
250
|
requirements: []
|
250
251
|
rubyforge_project:
|
251
|
-
rubygems_version: 2.7.
|
252
|
+
rubygems_version: 2.7.6
|
252
253
|
signing_key:
|
253
254
|
specification_version: 4
|
254
255
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|