train-core 1.4.24 → 1.4.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -8
  3. data/lib/train/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f108967aaaf0d2138976f18a055e4cdde00e7499e94cb99811b1ab773d32402
4
- data.tar.gz: cdd339626a50c489cfcce7d8c3e4e57b86449600e2e8f490a186715ea01e6881
3
+ metadata.gz: 51d43b1dc60a1747f0215b8e6d2ec94541968061fa0ab14a88fa630ba64b37e9
4
+ data.tar.gz: 114d0a2972802575e5d2575ad28628fba5031a81f8edeb6ee6227d176f0eaa95
5
5
  SHA512:
6
- metadata.gz: 142d1d83f1a61b56c16e074255ceca3a13804adea9a3694c9ab2f8b946b443e0d02bb50f4842f639318934733a6d611af59b8efbb179bb014b56861ebbe46306
7
- data.tar.gz: 5be2260f8fdb937f25f3d5c6375f9b36461963bee3b342f75cfeddb76ff9891fc6b1d4034090184c64e72758d729b27053488f3d22b1ce1249db2367f233f80a
6
+ metadata.gz: f931b3f74fe9241ef133d86563f45a2e999791f3dad0191b4899e84920695978deed6956d6e9bab3350d239097562262757e83576368c369000bb3e240578eb2
7
+ data.tar.gz: 89d8798088458c192976cc3070efac5ef6e912a686d4e83fa508b65ae063d9e8dd50f0bf5925b85658c5f6431a26f11ab158101df102fc083ba7a84c91822852
data/CHANGELOG.md CHANGED
@@ -1,24 +1,29 @@
1
- <!-- latest_release 1.4.24 -->
2
- ## [v1.4.24](https://github.com/inspec/train/tree/v1.4.24) (2018-07-26)
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
- - Retry SSH command on IOError (Cisco IOS specific) [#326](https://github.com/inspec/train/pull/326) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
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.22 -->
9
- ### Changes since 1.4.22 release
8
+ <!-- release_rollup since=1.4.24 -->
9
+ ### Changes since 1.4.24 release
10
10
 
11
11
  #### Merged Pull Requests
12
- - Retry SSH command on IOError (Cisco IOS specific) [#326](https://github.com/inspec/train/pull/326) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.4.24 -->
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
@@ -3,5 +3,5 @@
3
3
  # Author:: Dominik Richter (<dominik.richter@gmail.com>)
4
4
 
5
5
  module Train
6
- VERSION = '1.4.24'.freeze
6
+ VERSION = '1.4.25'.freeze
7
7
  end
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.24
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-07-26 00:00:00.000000000 Z
11
+ date: 2018-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout