knapsack_pro 0.22.0 → 0.23.0
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 +6 -0
- data/lib/knapsack_pro/version.rb +1 -1
- data/lib/tasks/install.rake +5 -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: a6cb058849aed858f33c152e4ca762f02bfff8df
|
|
4
|
+
data.tar.gz: 73ae44d523eea43cb7deb139579d8a404c63b530
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db316f3b54b1ff3c85ca7ed14491e20897923c03706ff2aa79b33ec99652717a69d642f2799699de3b0737f2fa1e6fd8494600e5a6aaf00eb548a2cbe892eb9c
|
|
7
|
+
data.tar.gz: ecc915c125928215de7e3d93d683fb06b7bdcad645c3a6abec0921ae8527e47ba2756a6764a9aa71612393dc7b1766575a4571fa6c2bab8a0cbc64befffa0b11
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
* TODO
|
|
4
4
|
|
|
5
|
+
### 0.23.0
|
|
6
|
+
|
|
7
|
+
* Add info about Queue Mode to install rake task.
|
|
8
|
+
|
|
9
|
+
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.22.0...v0.23.0
|
|
10
|
+
|
|
5
11
|
### 0.22.0
|
|
6
12
|
|
|
7
13
|
* Add more info how to set up VCR and webmock to `knapsack_pro:install` rake task.
|
data/lib/knapsack_pro/version.rb
CHANGED
data/lib/tasks/install.rake
CHANGED
|
@@ -305,7 +305,11 @@ namespace :knapsack_pro do
|
|
|
305
305
|
|
|
306
306
|
prompt.say "Now you are ready to use the gem!"
|
|
307
307
|
prompt.say "Please push a new commit to repository so knapsack_pro gem will record time execution of your test suite."
|
|
308
|
-
prompt.say "Your second
|
|
308
|
+
prompt.say "Your second test suite run on CI will be parallelized with optimal test suite split."
|
|
309
|
+
puts
|
|
310
|
+
puts
|
|
311
|
+
prompt.say "Later you may want to learn about Queue Mode and how to enable it:"
|
|
312
|
+
prompt.say "https://github.com/KnapsackPro/knapsack_pro-ruby#queue-mode"
|
|
309
313
|
puts
|
|
310
314
|
puts
|
|
311
315
|
prompt.say "You can learn more about custom configuration and other features:"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knapsack_pro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ArturT
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -363,7 +363,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
363
363
|
version: '0'
|
|
364
364
|
requirements: []
|
|
365
365
|
rubyforge_project:
|
|
366
|
-
rubygems_version: 2.
|
|
366
|
+
rubygems_version: 2.5.2
|
|
367
367
|
signing_key:
|
|
368
368
|
specification_version: 4
|
|
369
369
|
summary: Knapsack Pro splits tests across CI nodes and makes sure that tests will
|