fauxhai 3.3.0 → 3.4.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 +3 -0
- data/lib/fauxhai/platforms/debian/8.4.json +792 -0
- data/lib/fauxhai/platforms/freebsd/10.3.json +331 -0
- data/lib/fauxhai/platforms/omnios/151018.json +2357 -0
- data/lib/fauxhai/platforms/ubuntu/16.04.json +870 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +7 -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.4.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-04-
|
11
|
+
date: 2016-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -142,6 +142,7 @@ files:
|
|
142
142
|
- lib/fauxhai/platforms/debian/8.0.json
|
143
143
|
- lib/fauxhai/platforms/debian/8.1.json
|
144
144
|
- lib/fauxhai/platforms/debian/8.2.json
|
145
|
+
- lib/fauxhai/platforms/debian/8.4.json
|
145
146
|
- lib/fauxhai/platforms/debian/jessie/sid.json
|
146
147
|
- lib/fauxhai/platforms/debian/stretch/sid.json
|
147
148
|
- lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json
|
@@ -154,6 +155,7 @@ files:
|
|
154
155
|
- lib/fauxhai/platforms/freebsd/10.0.json
|
155
156
|
- lib/fauxhai/platforms/freebsd/10.1.json
|
156
157
|
- lib/fauxhai/platforms/freebsd/10.2.json
|
158
|
+
- lib/fauxhai/platforms/freebsd/10.3.json
|
157
159
|
- lib/fauxhai/platforms/freebsd/8.4.json
|
158
160
|
- lib/fauxhai/platforms/freebsd/9.1.json
|
159
161
|
- lib/fauxhai/platforms/freebsd/9.2.json
|
@@ -171,6 +173,7 @@ files:
|
|
171
173
|
- lib/fauxhai/platforms/omnios/151006.json
|
172
174
|
- lib/fauxhai/platforms/omnios/151008.json
|
173
175
|
- lib/fauxhai/platforms/omnios/151014.json
|
176
|
+
- lib/fauxhai/platforms/omnios/151018.json
|
174
177
|
- lib/fauxhai/platforms/openbsd/5.4.json
|
175
178
|
- lib/fauxhai/platforms/opensuse/12.3.json
|
176
179
|
- lib/fauxhai/platforms/opensuse/13.1.json
|
@@ -212,6 +215,7 @@ files:
|
|
212
215
|
- lib/fauxhai/platforms/ubuntu/14.10.json
|
213
216
|
- lib/fauxhai/platforms/ubuntu/15.04.json
|
214
217
|
- lib/fauxhai/platforms/ubuntu/15.10.json
|
218
|
+
- lib/fauxhai/platforms/ubuntu/16.04.json
|
215
219
|
- lib/fauxhai/platforms/windows/10.json
|
216
220
|
- lib/fauxhai/platforms/windows/2003R2.json
|
217
221
|
- lib/fauxhai/platforms/windows/2008R2.json
|
@@ -242,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
242
246
|
version: '0'
|
243
247
|
requirements: []
|
244
248
|
rubyforge_project:
|
245
|
-
rubygems_version: 2.6.
|
249
|
+
rubygems_version: 2.6.3
|
246
250
|
signing_key:
|
247
251
|
specification_version: 4
|
248
252
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|