fauxhai 2.3.0 → 3.0.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 +15 -28
- data/CONTRIBUTING.md +3 -3
- data/Gemfile +0 -1
- data/README.md +3 -3
- data/fauxhai.gemspec +2 -1
- data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
- data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
- data/lib/fauxhai/platforms/centos/5.0.json +710 -0
- data/lib/fauxhai/platforms/centos/5.1.json +730 -0
- data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
- data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
- data/lib/fauxhai/platforms/centos/5.2.json +742 -0
- data/lib/fauxhai/platforms/centos/5.3.json +770 -0
- data/lib/fauxhai/platforms/centos/5.4.json +774 -0
- data/lib/fauxhai/platforms/centos/5.5.json +790 -0
- data/lib/fauxhai/platforms/centos/5.6.json +874 -0
- data/lib/fauxhai/platforms/centos/5.7.json +878 -0
- data/lib/fauxhai/platforms/centos/5.8.json +333 -218
- data/lib/fauxhai/platforms/centos/5.9.json +355 -240
- data/lib/fauxhai/platforms/centos/6.0.json +332 -112
- data/lib/fauxhai/platforms/centos/6.1.json +633 -0
- data/lib/fauxhai/platforms/centos/6.2.json +462 -426
- data/lib/fauxhai/platforms/centos/6.3.json +470 -434
- data/lib/fauxhai/platforms/centos/6.4.json +389 -61
- data/lib/fauxhai/platforms/centos/6.5.json +280 -77
- data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
- data/lib/fauxhai/platforms/centos/6.7.json +615 -0
- data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
- data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
- data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
- data/lib/fauxhai/platforms/debian/7.7.json +635 -0
- data/lib/fauxhai/platforms/debian/7.8.json +635 -0
- data/lib/fauxhai/platforms/debian/7.9.json +674 -0
- data/lib/fauxhai/platforms/debian/8.0.json +681 -0
- data/lib/fauxhai/platforms/debian/8.1.json +681 -0
- data/lib/fauxhai/platforms/debian/8.2.json +781 -0
- data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
- data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
- data/lib/fauxhai/platforms/fedora/21.json +348 -91
- data/lib/fauxhai/platforms/fedora/22.json +752 -0
- data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
- data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
- data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
- data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
- data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
- data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
- data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
- data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
- data/lib/fauxhai/platforms/nexus/5.json +300 -0
- data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
- data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
- data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
- data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
- data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
- data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
- data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
- data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
- data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
- data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
- data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
- data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
- data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
- data/lib/fauxhai/platforms/windows/10.json +3545 -0
- data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
- data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
- data/lib/fauxhai/platforms/windows/2012.json +728 -1257
- data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
- data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
- data/lib/fauxhai/platforms/windows/8.json +3926 -0
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +61 -7
data/lib/fauxhai/runner.rb
CHANGED
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:
|
4
|
+
version: 3.0.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: 2015-
|
11
|
+
date: 2015-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -24,20 +24,34 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: chef
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '12.0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '12.0'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: ohai
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
30
44
|
requirements:
|
31
|
-
- - "
|
45
|
+
- - "~>"
|
32
46
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
47
|
+
version: '8.5'
|
34
48
|
type: :runtime
|
35
49
|
prerelease: false
|
36
50
|
version_requirements: !ruby/object:Gem::Requirement
|
37
51
|
requirements:
|
38
|
-
- - "
|
52
|
+
- - "~>"
|
39
53
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
54
|
+
version: '8.5'
|
41
55
|
- !ruby/object:Gem::Dependency
|
42
56
|
name: rake
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -85,19 +99,32 @@ files:
|
|
85
99
|
- lib/fauxhai/platforms/amazon/2013.09.json
|
86
100
|
- lib/fauxhai/platforms/amazon/2014.03.json
|
87
101
|
- lib/fauxhai/platforms/amazon/2014.09.json
|
102
|
+
- lib/fauxhai/platforms/amazon/2015.03.json
|
103
|
+
- lib/fauxhai/platforms/amazon/2015.09.json
|
88
104
|
- lib/fauxhai/platforms/arch/3.10.5-1-ARCH.json
|
105
|
+
- lib/fauxhai/platforms/centos/5.0.json
|
106
|
+
- lib/fauxhai/platforms/centos/5.1.json
|
89
107
|
- lib/fauxhai/platforms/centos/5.10.json
|
90
108
|
- lib/fauxhai/platforms/centos/5.11.json
|
109
|
+
- lib/fauxhai/platforms/centos/5.2.json
|
110
|
+
- lib/fauxhai/platforms/centos/5.3.json
|
111
|
+
- lib/fauxhai/platforms/centos/5.4.json
|
112
|
+
- lib/fauxhai/platforms/centos/5.5.json
|
113
|
+
- lib/fauxhai/platforms/centos/5.6.json
|
114
|
+
- lib/fauxhai/platforms/centos/5.7.json
|
91
115
|
- lib/fauxhai/platforms/centos/5.8.json
|
92
116
|
- lib/fauxhai/platforms/centos/5.9.json
|
93
117
|
- lib/fauxhai/platforms/centos/6.0.json
|
118
|
+
- lib/fauxhai/platforms/centos/6.1.json
|
94
119
|
- lib/fauxhai/platforms/centos/6.2.json
|
95
120
|
- lib/fauxhai/platforms/centos/6.3.json
|
96
121
|
- lib/fauxhai/platforms/centos/6.4.json
|
97
122
|
- lib/fauxhai/platforms/centos/6.5.json
|
98
123
|
- lib/fauxhai/platforms/centos/6.6.json
|
124
|
+
- lib/fauxhai/platforms/centos/6.7.json
|
99
125
|
- lib/fauxhai/platforms/centos/7.0.1406.json
|
100
126
|
- lib/fauxhai/platforms/centos/7.0.json
|
127
|
+
- lib/fauxhai/platforms/centos/7.1.1503.json
|
101
128
|
- lib/fauxhai/platforms/chefspec/0.6.1.json
|
102
129
|
- lib/fauxhai/platforms/debian/6.0.5.json
|
103
130
|
- lib/fauxhai/platforms/debian/7.0.json
|
@@ -106,29 +133,49 @@ files:
|
|
106
133
|
- lib/fauxhai/platforms/debian/7.4.json
|
107
134
|
- lib/fauxhai/platforms/debian/7.5.json
|
108
135
|
- lib/fauxhai/platforms/debian/7.6.json
|
136
|
+
- lib/fauxhai/platforms/debian/7.7.json
|
137
|
+
- lib/fauxhai/platforms/debian/7.8.json
|
138
|
+
- lib/fauxhai/platforms/debian/7.9.json
|
139
|
+
- lib/fauxhai/platforms/debian/8.0.json
|
140
|
+
- lib/fauxhai/platforms/debian/8.1.json
|
141
|
+
- lib/fauxhai/platforms/debian/8.2.json
|
109
142
|
- lib/fauxhai/platforms/debian/jessie/sid.json
|
143
|
+
- lib/fauxhai/platforms/debian/stretch/sid.json
|
144
|
+
- lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json
|
110
145
|
- lib/fauxhai/platforms/fedora/18.json
|
111
146
|
- lib/fauxhai/platforms/fedora/19.json
|
112
147
|
- lib/fauxhai/platforms/fedora/20.json
|
113
148
|
- lib/fauxhai/platforms/fedora/21.json
|
149
|
+
- lib/fauxhai/platforms/fedora/22.json
|
114
150
|
- lib/fauxhai/platforms/freebsd/10.0.json
|
151
|
+
- lib/fauxhai/platforms/freebsd/10.1.json
|
152
|
+
- lib/fauxhai/platforms/freebsd/10.2.json
|
115
153
|
- lib/fauxhai/platforms/freebsd/8.4.json
|
116
154
|
- lib/fauxhai/platforms/freebsd/9.1.json
|
117
155
|
- lib/fauxhai/platforms/freebsd/9.2.json
|
156
|
+
- lib/fauxhai/platforms/freebsd/9.3.json
|
118
157
|
- lib/fauxhai/platforms/gentoo/2.1.json
|
158
|
+
- lib/fauxhai/platforms/ios_xr/6.0.0.14I.json
|
119
159
|
- lib/fauxhai/platforms/mac_os_x/10.10.json
|
160
|
+
- lib/fauxhai/platforms/mac_os_x/10.11.1.json
|
120
161
|
- lib/fauxhai/platforms/mac_os_x/10.6.8.json
|
121
162
|
- lib/fauxhai/platforms/mac_os_x/10.7.4.json
|
122
163
|
- lib/fauxhai/platforms/mac_os_x/10.8.2.json
|
123
164
|
- lib/fauxhai/platforms/mac_os_x/10.9.2.json
|
165
|
+
- lib/fauxhai/platforms/nexus/5.json
|
124
166
|
- lib/fauxhai/platforms/omnios/151002.json
|
125
167
|
- lib/fauxhai/platforms/omnios/151006.json
|
126
168
|
- lib/fauxhai/platforms/omnios/151008.json
|
169
|
+
- lib/fauxhai/platforms/omnios/151014.json
|
127
170
|
- lib/fauxhai/platforms/openbsd/5.4.json
|
128
171
|
- lib/fauxhai/platforms/opensuse/12.3.json
|
129
172
|
- lib/fauxhai/platforms/opensuse/13.1.json
|
173
|
+
- lib/fauxhai/platforms/opensuse/13.2.json
|
130
174
|
- lib/fauxhai/platforms/oracle/5.10.json
|
131
175
|
- lib/fauxhai/platforms/oracle/6.5.json
|
176
|
+
- lib/fauxhai/platforms/oracle/6.6.json
|
177
|
+
- lib/fauxhai/platforms/oracle/7.0.json
|
178
|
+
- lib/fauxhai/platforms/oracle/7.1.json
|
132
179
|
- lib/fauxhai/platforms/redhat/5.10.json
|
133
180
|
- lib/fauxhai/platforms/redhat/5.6.json
|
134
181
|
- lib/fauxhai/platforms/redhat/5.7.json
|
@@ -140,7 +187,9 @@ files:
|
|
140
187
|
- lib/fauxhai/platforms/redhat/6.3.json
|
141
188
|
- lib/fauxhai/platforms/redhat/6.4.json
|
142
189
|
- lib/fauxhai/platforms/redhat/6.5.json
|
190
|
+
- lib/fauxhai/platforms/redhat/6.6.json
|
143
191
|
- lib/fauxhai/platforms/redhat/7.0.json
|
192
|
+
- lib/fauxhai/platforms/redhat/7.1.json
|
144
193
|
- lib/fauxhai/platforms/slackware/14.1.json
|
145
194
|
- lib/fauxhai/platforms/smartos/5.11.json
|
146
195
|
- lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json
|
@@ -155,10 +204,15 @@ files:
|
|
155
204
|
- lib/fauxhai/platforms/ubuntu/13.10.json
|
156
205
|
- lib/fauxhai/platforms/ubuntu/14.04.json
|
157
206
|
- lib/fauxhai/platforms/ubuntu/14.10.json
|
207
|
+
- lib/fauxhai/platforms/ubuntu/15.04.json
|
208
|
+
- lib/fauxhai/platforms/ubuntu/15.10.json
|
209
|
+
- lib/fauxhai/platforms/windows/10.json
|
158
210
|
- lib/fauxhai/platforms/windows/2003R2.json
|
159
211
|
- lib/fauxhai/platforms/windows/2008R2.json
|
160
212
|
- lib/fauxhai/platforms/windows/2012.json
|
161
213
|
- lib/fauxhai/platforms/windows/2012R2.json
|
214
|
+
- lib/fauxhai/platforms/windows/8.1.json
|
215
|
+
- lib/fauxhai/platforms/windows/8.json
|
162
216
|
- lib/fauxhai/runner.rb
|
163
217
|
- lib/fauxhai/version.rb
|
164
218
|
- tmp/.gitkeep
|
@@ -182,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
236
|
version: '0'
|
183
237
|
requirements: []
|
184
238
|
rubyforge_project:
|
185
|
-
rubygems_version: 2.4.5
|
239
|
+
rubygems_version: 2.4.5.1
|
186
240
|
signing_key:
|
187
241
|
specification_version: 4
|
188
242
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|