r-train 0.10.5 → 0.10.7
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 +18 -2
- data/lib/train/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d761f557a971666f71bf95ede8f2d187505b088c
|
|
4
|
+
data.tar.gz: 350c8df0716965865bb74f6e1e95e7ce4350693a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4802dde20cb9ece99e9b023ae032cf5a8f0cf12041f0c288d2e94b1840cbef8ab55515883b03762612945c49be418a969b613f9cdac260fbbf34571ba56b9f1
|
|
7
|
+
data.tar.gz: f21e255d094df2bbbb4aaa9f5548bcc6d826784fa41713f5e76dd6e320d35b2dd5e74e5c5c5bd3efccd0fc5600245707170ac80c4fe5939e1f672bed2d6a379f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [0.10.
|
|
4
|
-
[Full Changelog](https://github.com/chef/train/compare/v0.10.
|
|
3
|
+
## [0.10.7](https://github.com/chef/train/tree/0.10.7) (2016-04-21)
|
|
4
|
+
[Full Changelog](https://github.com/chef/train/compare/v0.10.6...0.10.7)
|
|
5
5
|
|
|
6
6
|
**Merged pull requests:**
|
|
7
7
|
|
|
8
|
+
- Revert "add -L to get stat for symlink" [\#86](https://github.com/chef/train/pull/86) ([arlimus](https://github.com/arlimus))
|
|
9
|
+
|
|
10
|
+
## [v0.10.6](https://github.com/chef/train/tree/v0.10.6) (2016-04-20)
|
|
11
|
+
[Full Changelog](https://github.com/chef/train/compare/v0.10.5...v0.10.6)
|
|
12
|
+
|
|
13
|
+
**Merged pull requests:**
|
|
14
|
+
|
|
15
|
+
- add -L to get stat for symlink [\#85](https://github.com/chef/train/pull/85) ([vjeffrey](https://github.com/vjeffrey))
|
|
16
|
+
- release via travis + test via rubygems [\#84](https://github.com/chef/train/pull/84) ([arlimus](https://github.com/arlimus))
|
|
17
|
+
|
|
18
|
+
## [v0.10.5](https://github.com/chef/train/tree/v0.10.5) (2016-04-18)
|
|
19
|
+
[Full Changelog](https://github.com/chef/train/compare/v0.10.4...v0.10.5)
|
|
20
|
+
|
|
21
|
+
**Merged pull requests:**
|
|
22
|
+
|
|
23
|
+
- 0.10.5 [\#83](https://github.com/chef/train/pull/83) ([srenatus](https://github.com/srenatus))
|
|
8
24
|
- detection for hp-ux machine [\#82](https://github.com/chef/train/pull/82) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
|
|
9
25
|
|
|
10
26
|
## [v0.10.4](https://github.com/chef/train/tree/v0.10.4) (2016-03-31)
|
data/lib/train/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: r-train
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dominik Richter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -238,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
238
238
|
version: '0'
|
|
239
239
|
requirements: []
|
|
240
240
|
rubyforge_project:
|
|
241
|
-
rubygems_version: 2.
|
|
241
|
+
rubygems_version: 2.5.1
|
|
242
242
|
signing_key:
|
|
243
243
|
specification_version: 4
|
|
244
244
|
summary: Transport interface to talk to different backends.
|