train 0.13.0 → 0.13.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2cde6d0b9f6ea8da37ae37106dc7c74c23c7c9c
4
- data.tar.gz: db3a0053dc788fcd319813f1622b5f0846afa0d2
3
+ metadata.gz: 7604c39afcff5da8e779ef47620e390b71d83a0a
4
+ data.tar.gz: 1191f7c084243fd91c9e3b1dcfc1ad4ee4758ade
5
5
  SHA512:
6
- metadata.gz: 5d9d13c1fe04f144ad35c717b33eb11399cedd205fbbb0e63510d3ed474e961cc879024122b2e4b60ebcbbca883bce7febadbb97eb67acb9e22d0d2ed83d4de4
7
- data.tar.gz: d6430db80f1620f4842afeef5dd9e1f322f5024f22c9c7dce9cbc894d2f2a8c7abd2dacb153300c93c889dc1d6a1200591660303c9c1a8ac8f60ed5270cd96db
6
+ metadata.gz: 94543cfac0c7dfb5ccfdcfb2a56f5e9d53680201187f5a10dad5d649eeaa1a9403eff44e56a280f877cea4cba0fa0fa1c97cb3e7d494c8fede74fef2a4296a18
7
+ data.tar.gz: aa1849279ce4a0c81018d0645f6cea47b0c33d7862c5fab49445d997237371f2b0203146c1b1b93f6877106d3051c463795784c13b06e6ec1c2f5abcbc769ba4
@@ -1,10 +1,12 @@
1
1
  # Change Log
2
2
 
3
- ## [0.13.0](https://github.com/chef/train/tree/0.13.0) (2016-06-16)
4
- [Full Changelog](https://github.com/chef/train/compare/v0.12.1...0.13.0)
3
+ ## [0.13.1](https://github.com/chef/train/tree/0.13.1) (2016-06-16)
4
+ [Full Changelog](https://github.com/chef/train/compare/v0.12.1...0.13.1)
5
5
 
6
6
  **Implemented enhancements:**
7
7
 
8
+ - have net-ssh request a pty [\#60](https://github.com/chef/train/issues/60)
9
+ - use train as gem name. Thanks @halo [\#115](https://github.com/chef/train/pull/115) ([chris-rock](https://github.com/chris-rock))
8
10
  - provide uri-formatted information on all connections [\#113](https://github.com/chef/train/pull/113) ([arlimus](https://github.com/arlimus))
9
11
 
10
12
  **Fixed bugs:**
data/README.md CHANGED
@@ -123,6 +123,8 @@ Train is heavily based on the work of:
123
123
  and [a great community of contributors](https://github.com/chef/ohai/graphs/contributors)
124
124
 
125
125
 
126
+ We also want to thank [halo](https://github.com/halo) who did a great contribution by handing over the `train` gem name.
127
+
126
128
  ## Contributing
127
129
 
128
130
  1. Fork it
@@ -3,5 +3,5 @@
3
3
  # Author:: Dominik Richter (<dominik.richter@gmail.com>)
4
4
 
5
5
  module Train
6
- VERSION = '0.13.0'.freeze
6
+ VERSION = '0.13.1'.freeze
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: train
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Richter
@@ -241,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
241
  version: '0'
242
242
  requirements: []
243
243
  rubyforge_project:
244
- rubygems_version: 2.5.1
244
+ rubygems_version: 2.4.6
245
245
  signing_key:
246
246
  specification_version: 4
247
247
  summary: Transport interface to talk to different backends.