train-core 1.4.24 → 1.4.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -8
- data/lib/train/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51d43b1dc60a1747f0215b8e6d2ec94541968061fa0ab14a88fa630ba64b37e9
|
|
4
|
+
data.tar.gz: 114d0a2972802575e5d2575ad28628fba5031a81f8edeb6ee6227d176f0eaa95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f931b3f74fe9241ef133d86563f45a2e999791f3dad0191b4899e84920695978deed6956d6e9bab3350d239097562262757e83576368c369000bb3e240578eb2
|
|
7
|
+
data.tar.gz: 89d8798088458c192976cc3070efac5ef6e912a686d4e83fa508b65ae063d9e8dd50f0bf5925b85658c5f6431a26f11ab158101df102fc083ba7a84c91822852
|
data/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,29 @@
|
|
|
1
|
-
<!-- latest_release 1.4.
|
|
2
|
-
## [v1.4.
|
|
1
|
+
<!-- latest_release 1.4.25 -->
|
|
2
|
+
## [v1.4.25](https://github.com/inspec/train/tree/v1.4.25) (2018-08-01)
|
|
3
3
|
|
|
4
4
|
#### Merged Pull Requests
|
|
5
|
-
-
|
|
5
|
+
- Remove not needed google-cloud dependency (see #328) and correct GCP … [#329](https://github.com/inspec/train/pull/329) ([skpaterson](https://github.com/skpaterson))
|
|
6
6
|
<!-- latest_release -->
|
|
7
7
|
|
|
8
|
-
<!-- release_rollup since=1.4.
|
|
9
|
-
### Changes since 1.4.
|
|
8
|
+
<!-- release_rollup since=1.4.24 -->
|
|
9
|
+
### Changes since 1.4.24 release
|
|
10
10
|
|
|
11
11
|
#### Merged Pull Requests
|
|
12
|
-
-
|
|
13
|
-
- Add shallow_link_path to inspect symlink direct link [#309](https://github.com/inspec/train/pull/309) ([ColinHebert](https://github.com/ColinHebert)) <!-- 1.4.23 -->
|
|
12
|
+
- Remove not needed google-cloud dependency (see #328) and correct GCP … [#329](https://github.com/inspec/train/pull/329) ([skpaterson](https://github.com/skpaterson)) <!-- 1.4.25 -->
|
|
14
13
|
<!-- release_rollup -->
|
|
15
14
|
|
|
16
15
|
<!-- latest_stable_release -->
|
|
16
|
+
## [v1.4.24](https://github.com/inspec/train/tree/v1.4.24) (2018-07-26)
|
|
17
|
+
|
|
18
|
+
#### Merged Pull Requests
|
|
19
|
+
- Add shallow_link_path to inspect symlink direct link [#309](https://github.com/inspec/train/pull/309) ([ColinHebert](https://github.com/ColinHebert))
|
|
20
|
+
- Retry SSH command on IOError (Cisco IOS specific) [#326](https://github.com/inspec/train/pull/326) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
|
21
|
+
<!-- latest_stable_release -->
|
|
22
|
+
|
|
17
23
|
## [v1.4.22](https://github.com/inspec/train/tree/v1.4.22) (2018-07-16)
|
|
18
24
|
|
|
19
25
|
#### Merged Pull Requests
|
|
20
26
|
- Add VMware transport [#321](https://github.com/inspec/train/pull/321) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
|
21
|
-
<!-- latest_stable_release -->
|
|
22
27
|
|
|
23
28
|
## [v1.4.21](https://github.com/inspec/train/tree/v1.4.21) (2018-07-05)
|
|
24
29
|
|
data/lib/train/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: train-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dominik Richter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mixlib-shellout
|