fauxhai 6.4.0 → 6.5.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 +8 -0
- data/lib/fauxhai/platforms/centos/6.9.json +744 -3948
- data/lib/fauxhai/platforms/centos/7.4.1708.json +1201 -1463
- data/lib/fauxhai/platforms/centos/7.5.1804.json +1158 -1456
- data/lib/fauxhai/platforms/debian/9.4.json +531 -639
- data/lib/fauxhai/platforms/fedora/24.json +931 -2915
- data/lib/fauxhai/platforms/fedora/25.json +827 -2797
- data/lib/fauxhai/platforms/fedora/26.json +767 -2882
- data/lib/fauxhai/platforms/fedora/27.json +829 -3185
- data/lib/fauxhai/platforms/fedora/28.json +967 -3061
- data/lib/fauxhai/version.rb +1 -1
- metadata +2 -2
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.5.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-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|