knapsack_pro 0.6.0 → 0.6.1

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
2
  SHA1:
3
- metadata.gz: 9ea0d407156f643fed5db989df1a3b7c0d42abf3
4
- data.tar.gz: 817cccd4845d5910117e651e24e5a47cbeae9965
3
+ metadata.gz: e41ce129d258360e64050f7380ee3b7c3cfc89d8
4
+ data.tar.gz: 270f823ed264b1d9a0cd79d77bf4672b604fb978
5
5
  SHA512:
6
- metadata.gz: c437b67fa33dcd7d14bfd63608d1e9dd5181ed75de43f1f11439839c9604af943c4592b67ef84eb2ea96aae08c926b588200f38504f34053de072c7665f92ed4
7
- data.tar.gz: 3d2fb45f5a0d7ac0ac35cb1100c357f10b09f128c27612b2cfa91b4d0680cd8c662f1779a5af33804a38f9c0e128bf01bb2e58fd312f2df8942d8b0953db45ba
6
+ metadata.gz: 48689d8b6b2a108e10836d9f9556bdd9606afa34b8be6539b5fab405f8b4ae5e5efbedb59591cc1125c88b530bc91ee0bc18ba4651f44cca2939de79c6f140ee
7
+ data.tar.gz: b025a6d739f1165199087fc2333125c60cfa949289fce7aa460dc6487b157e5e4fe9370e3de8265ef4150e950a91e6c28baa91fc148934e8d711c742c9c5b750
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  * TODO
4
4
 
5
+ ### 0.6.1
6
+
7
+ * Changed rake task in minitest_runner.rb to have no warnings output
8
+
9
+ https://github.com/KnapsackPro/knapsack_pro-ruby/pull/4
10
+
11
+ https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.6.0...v0.6.1
12
+
5
13
  ### 0.6.0
6
14
 
7
15
  * Add support for Cucumber 2
data/circle.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  machine:
2
2
  ruby:
3
- version: 2.2.3
3
+ version: 2.3.0
4
4
  environment:
5
5
  CODECLIMATE_REPO_TOKEN: b6626e682a8e97e0c5978febc92c3526792a2d018b41b8e1b52689da37fb7d92
@@ -14,6 +14,7 @@ module KnapsackPro
14
14
  end
15
15
 
16
16
  Rake::TestTask.new(task_name) do |t|
17
+ t.warning = false
17
18
  t.libs << runner.test_dir
18
19
  t.test_files = runner.test_file_paths
19
20
  t.options = args
@@ -1,3 +1,3 @@
1
1
  module KnapsackPro
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
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.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ArturT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-31 00:00:00.000000000 Z
11
+ date: 2016-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
304
304
  version: '0'
305
305
  requirements: []
306
306
  rubyforge_project:
307
- rubygems_version: 2.4.5.1
307
+ rubygems_version: 2.5.1
308
308
  signing_key:
309
309
  specification_version: 4
310
310
  summary: Knapsack Pro splits tests across CI nodes and makes sure that tests will