fauxhai-ng 8.6.0 → 8.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fauxhai/platforms/amazon/2016.03.json +1 -0
- data/lib/fauxhai/platforms/amazon/2016.09.json +1 -0
- data/lib/fauxhai/platforms/amazon/2017.03.json +1 -0
- data/lib/fauxhai/platforms/amazon/2017.09.json +1 -0
- data/lib/fauxhai/platforms/centos/7.6.1810.json +1 -0
- data/lib/fauxhai/platforms/linuxmint/18.3.json +1 -0
- data/lib/fauxhai/platforms/opensuse/15.1.json +1 -0
- data/lib/fauxhai/platforms/redhat/7.6.json +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2dc1ee0155a5790702ccd4d9419071cc15d7371078c3b4f9ec1acbb703f2c48
|
4
|
+
data.tar.gz: 14bd69539e6a6572f91702ca3ffbbdb8ef82d8585261ae53ae9a13aa6cde0355
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff768c85f930aa543794242f2e7812c5321e7c1df209ae03fef12ae44b9bc8d1c0c333d7e5730678f308f2af36a0c8172942119e58fe2de99dbb0c4309a20396
|
7
|
+
data.tar.gz: 214b6f3a7874193191936a160b1df7aa01289618dc37a06522f68330c5f3448f41666956bceeb83d3df3d7a9a8b9c3b89796eb7f7dd420026670ba0272398e28
|
data/lib/fauxhai/version.rb
CHANGED
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.
|
4
|
+
version: 8.7.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-12-
|
12
|
+
date: 2020-12-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -229,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
229
229
|
- !ruby/object:Gem::Version
|
230
230
|
version: '0'
|
231
231
|
requirements: []
|
232
|
-
rubygems_version: 3.
|
232
|
+
rubygems_version: 3.2.3
|
233
233
|
signing_key:
|
234
234
|
specification_version: 4
|
235
235
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|