train 1.4.2 → 1.4.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 8f569e5004298f46f664132758d6ebda808d0d4d
4
- data.tar.gz: 51a9051bf0a91c152c340326d5e44b2d48635b11
2
+ SHA256:
3
+ metadata.gz: 3bd7445d39832ea8fdd1ccba4a089153a6352229246b6c7ed8251eb44afd099f
4
+ data.tar.gz: e813525dbb9a25e7cf7138d30c704503acd06d96e895c238b0d4453b6fc6323f
5
5
  SHA512:
6
- metadata.gz: 4752da1809eb1f1ad136f13879596d0c8154b4b6c4eee474789406919aa6d67fe54fcc4220b3f2fc6a32c641017178eca10583a48653f9f591a51192b2d07e15
7
- data.tar.gz: 03045744dd116b3e766242a255fbe277c978bf98708fcd14e7af7c77d59db5077a24eaa0d43df5e6dd8588b1c36b583ec9f55ace9f5876183344edf4f82495f6
6
+ metadata.gz: d38b05424dbd5431aa31f5a921d724f1e07247d5601a85a61b503a0c73a2194f3694aaddffe39fac89e375825a8f44ed839bd76c0a3e7353f90a593026c97398
7
+ data.tar.gz: 814a6345a5f4d3eecc7e9d26d4050831598be0205f2c1a82dbec11678f9776a517bbf7657b3e1182cd72c4bf0192661390afaec1a356831edb1287a256f86f50
@@ -1,3 +1,22 @@
1
+ <!-- latest_release 1.4.4 -->
2
+ ## [v1.4.4](https://github.com/chef/train/tree/v1.4.4) (2018-05-02)
3
+
4
+ #### Merged Pull Requests
5
+ - Split train into a core gem. [#293](https://github.com/chef/train/pull/293) ([miah](https://github.com/miah))
6
+ - Enable expeditor release tasks [#294](https://github.com/chef/train/pull/294) ([jquick](https://github.com/jquick))
7
+ <!-- latest_release -->
8
+
9
+ <!-- release_rollup since=1.4.2 -->
10
+ ### Changes since 1.4.2 release
11
+
12
+ #### Merged Pull Requests
13
+ - Split train into a core gem. [#293](https://github.com/chef/train/pull/293) ([miah](https://github.com/miah)) <!-- 1.4.4 -->
14
+ - Enable expeditor release tasks [#294](https://github.com/chef/train/pull/294) ([jquick](https://github.com/jquick)) <!-- 1.4.3 -->
15
+ <!-- release_rollup -->
16
+
17
+ <!-- latest_stable_release -->
18
+ <!-- latest_stable_release -->
19
+
1
20
  # Change Log
2
21
 
3
22
  ## [1.4.2](https://github.com/chef/train/tree/1.4.2) (2018-04-26)
@@ -758,8 +777,4 @@
758
777
 
759
778
  **Merged pull requests:**
760
779
 
761
- - bump train version to 0.9.0 [\#24](https://github.com/chef/train/pull/24) ([chris-rock](https://github.com/chris-rock))
762
-
763
-
764
-
765
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
780
+ - bump train version to 0.9.0 [\#24](https://github.com/chef/train/pull/24) ([chris-rock](https://github.com/chris-rock))
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  source 'https://rubygems.org'
3
- gemspec
3
+ gemspec name: 'train'
4
4
 
5
5
  # pin dependency for Ruby 1.9.3 since bundler is not
6
6
  # detecting that net-ssh 3 does not work with 1.9.3
data/Rakefile CHANGED
@@ -2,10 +2,12 @@
2
2
  # encoding: utf-8
3
3
 
4
4
  require 'bundler'
5
- require 'bundler/gem_tasks'
5
+ require 'bundler/gem_helper'
6
6
  require 'rake/testtask'
7
7
  require 'rubocop/rake_task'
8
8
 
9
+ Bundler::GemHelper.install_tasks name: 'train'
10
+
9
11
  # Rubocop
10
12
  desc 'Run Rubocop lint checks'
11
13
  task :rubocop do
@@ -3,5 +3,5 @@
3
3
  # Author:: Dominik Richter (<dominik.richter@gmail.com>)
4
4
 
5
5
  module Train
6
- VERSION = '1.4.2'.freeze
6
+ VERSION = '1.4.4'.freeze
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.4
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-04-26 00:00:00.000000000 Z
11
+ date: 2018-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -190,9 +190,6 @@ files:
190
190
  - README.md
191
191
  - Rakefile
192
192
  - lib/train.rb
193
- - lib/train/.git/HEAD
194
- - lib/train/.git/config
195
- - lib/train/.git/hooks/pre-push
196
193
  - lib/train/errors.rb
197
194
  - lib/train/extras.rb
198
195
  - lib/train/extras/command_wrapper.rb
@@ -320,7 +317,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
320
317
  version: '0'
321
318
  requirements: []
322
319
  rubyforge_project:
323
- rubygems_version: 2.6.14
320
+ rubygems_version: 2.7.6
324
321
  signing_key:
325
322
  specification_version: 4
326
323
  summary: Transport interface to talk to different backends.