train 1.4.2 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +20 -5
- data/Gemfile +1 -1
- data/Rakefile +3 -1
- data/lib/train/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3bd7445d39832ea8fdd1ccba4a089153a6352229246b6c7ed8251eb44afd099f
|
4
|
+
data.tar.gz: e813525dbb9a25e7cf7138d30c704503acd06d96e895c238b0d4453b6fc6323f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d38b05424dbd5431aa31f5a921d724f1e07247d5601a85a61b503a0c73a2194f3694aaddffe39fac89e375825a8f44ed839bd76c0a3e7353f90a593026c97398
|
7
|
+
data.tar.gz: 814a6345a5f4d3eecc7e9d26d4050831598be0205f2c1a82dbec11678f9776a517bbf7657b3e1182cd72c4bf0192661390afaec1a356831edb1287a256f86f50
|
data/CHANGELOG.md
CHANGED
@@ -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
data/Rakefile
CHANGED
@@ -2,10 +2,12 @@
|
|
2
2
|
# encoding: utf-8
|
3
3
|
|
4
4
|
require 'bundler'
|
5
|
-
require 'bundler/
|
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
|
data/lib/train/version.rb
CHANGED
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.
|
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-
|
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
|
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.
|