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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -2
  3. data/lib/train/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e44ae1c8fc7891c05c6f8bb97818ae46b7b63dd
4
- data.tar.gz: 37eab5503a56ff4848ea7202bda4a46ca1bf5365
3
+ metadata.gz: d761f557a971666f71bf95ede8f2d187505b088c
4
+ data.tar.gz: 350c8df0716965865bb74f6e1e95e7ce4350693a
5
5
  SHA512:
6
- metadata.gz: 614b231e8a4f8bd736fb38b40ebe5836ec429d4e8316e2eb296a109af0845c40cc6c7859a1d185a6ba1875de12830edbd47045a8e01e42b63ec484fe8288d70a
7
- data.tar.gz: 839fa3b4c8bd2d940329d90f8fc6db5fe6ee6349c718016f2a561d4012bc1a8a9ff9d829012444c4ac97c41c671492731f86f596de4b43d11d55f74daf80b17b
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.5](https://github.com/chef/train/tree/0.10.5) (2016-04-18)
4
- [Full Changelog](https://github.com/chef/train/compare/v0.10.4...0.10.5)
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
@@ -3,5 +3,5 @@
3
3
  # Author:: Dominik Richter (<dominik.richter@gmail.com>)
4
4
 
5
5
  module Train
6
- VERSION = '0.10.5'.freeze
6
+ VERSION = '0.10.7'.freeze
7
7
  end
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.5
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-18 00:00:00.000000000 Z
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.4.6
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.