fauxhai 3.8.0 → 3.9.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 +9 -0
- data/lib/fauxhai/mocker.rb +4 -1
- data/lib/fauxhai/platforms/debian/7.11.json +673 -0
- data/lib/fauxhai/platforms/debian/8.5.json +230 -265
- data/lib/fauxhai/platforms/mac_os_x/10.12.json +968 -0
- data/lib/fauxhai/platforms/redhat/7.2.json +653 -0
- data/lib/fauxhai/platforms/suse/11.4.json +640 -0
- data/lib/fauxhai/platforms/suse/12.1.json +695 -0
- data/lib/fauxhai/platforms/windows/10.json +385 -3615
- data/lib/fauxhai/platforms/windows/7.json +372 -0
- data/lib/fauxhai/platforms/windows/8.1.json +134 -3339
- data/lib/fauxhai/platforms/windows/8.json +136 -3757
- data/lib/fauxhai/version.rb +1 -1
- metadata +9 -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: 3.
|
4
|
+
version: 3.9.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: 2016-
|
11
|
+
date: 2016-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -135,6 +135,7 @@ files:
|
|
135
135
|
- lib/fauxhai/platforms/debian/7.0.json
|
136
136
|
- lib/fauxhai/platforms/debian/7.1.json
|
137
137
|
- lib/fauxhai/platforms/debian/7.10.json
|
138
|
+
- lib/fauxhai/platforms/debian/7.11.json
|
138
139
|
- lib/fauxhai/platforms/debian/7.2.json
|
139
140
|
- lib/fauxhai/platforms/debian/7.4.json
|
140
141
|
- lib/fauxhai/platforms/debian/7.5.json
|
@@ -170,6 +171,7 @@ files:
|
|
170
171
|
- lib/fauxhai/platforms/ios_xr/6.0.0.14I.json
|
171
172
|
- lib/fauxhai/platforms/mac_os_x/10.10.json
|
172
173
|
- lib/fauxhai/platforms/mac_os_x/10.11.1.json
|
174
|
+
- lib/fauxhai/platforms/mac_os_x/10.12.json
|
173
175
|
- lib/fauxhai/platforms/mac_os_x/10.6.8.json
|
174
176
|
- lib/fauxhai/platforms/mac_os_x/10.7.4.json
|
175
177
|
- lib/fauxhai/platforms/mac_os_x/10.8.2.json
|
@@ -208,6 +210,7 @@ files:
|
|
208
210
|
- lib/fauxhai/platforms/redhat/6.6.json
|
209
211
|
- lib/fauxhai/platforms/redhat/7.0.json
|
210
212
|
- lib/fauxhai/platforms/redhat/7.1.json
|
213
|
+
- lib/fauxhai/platforms/redhat/7.2.json
|
211
214
|
- lib/fauxhai/platforms/slackware/14.1.json
|
212
215
|
- lib/fauxhai/platforms/smartos/5.11.json
|
213
216
|
- lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json
|
@@ -216,7 +219,9 @@ files:
|
|
216
219
|
- lib/fauxhai/platforms/suse/11.1.json
|
217
220
|
- lib/fauxhai/platforms/suse/11.2.json
|
218
221
|
- lib/fauxhai/platforms/suse/11.3.json
|
222
|
+
- lib/fauxhai/platforms/suse/11.4.json
|
219
223
|
- lib/fauxhai/platforms/suse/12.0.json
|
224
|
+
- lib/fauxhai/platforms/suse/12.1.json
|
220
225
|
- lib/fauxhai/platforms/ubuntu/10.04.json
|
221
226
|
- lib/fauxhai/platforms/ubuntu/12.04.json
|
222
227
|
- lib/fauxhai/platforms/ubuntu/13.04.json
|
@@ -231,6 +236,7 @@ files:
|
|
231
236
|
- lib/fauxhai/platforms/windows/2008R2.json
|
232
237
|
- lib/fauxhai/platforms/windows/2012.json
|
233
238
|
- lib/fauxhai/platforms/windows/2012R2.json
|
239
|
+
- lib/fauxhai/platforms/windows/7.json
|
234
240
|
- lib/fauxhai/platforms/windows/8.1.json
|
235
241
|
- lib/fauxhai/platforms/windows/8.json
|
236
242
|
- lib/fauxhai/runner.rb
|
@@ -258,7 +264,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
258
264
|
version: '0'
|
259
265
|
requirements: []
|
260
266
|
rubyforge_project:
|
261
|
-
rubygems_version: 2.
|
267
|
+
rubygems_version: 2.5.1
|
262
268
|
signing_key:
|
263
269
|
specification_version: 4
|
264
270
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|