knapsack 1.6.0 → 1.6.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: d2e90b914f73323de26c0539169858e4e0ce4dad
4
- data.tar.gz: 5b2ab7f2a542048f0837b57c0064b021eae864b2
3
+ metadata.gz: 90ec4edcbad6472bf58996551cbbee025f76c331
4
+ data.tar.gz: 09432da8440f7dbcd561b4eef460e9b5caa4f4ab
5
5
  SHA512:
6
- metadata.gz: c1cefe0b4388e834ea2a4fcf1b3a11889f613263548b7fb2122bfb956afbb9292266a9c56b0779b416c2c1b4bad84fc0f13d7f6bfa4c2ae3e6ab2fb374f086d5
7
- data.tar.gz: fbd8a0d55183b73e7f923d3cd55f272dd8c38ce1bc587023d90274df70e420e02799e55e0150ce3a916068a47005e24ef405f3a59adcebe20adef5492b38a953
6
+ metadata.gz: 14ca18bfc0e3c7f43a29ac7dd2447a614f9ff0a69d020454f818122a5e4cc3380a08135b78e956d7fd7bea35c504846452279211a1ddbcc82aa1fda63e2ba001
7
+ data.tar.gz: df60d915e28551227d9b56b8b8810710c15622886c960c61deab6f87cd9f5cbddb052b02add401fee68fc7790f29cf7e7dea47747d73a22f1b6a41840e9e4fe2
data/.travis.yml CHANGED
@@ -7,6 +7,7 @@ rvm:
7
7
  - 2.2.0
8
8
  - 2.2.2
9
9
  - 2.2.3
10
+ - 2.3.0
10
11
  addons:
11
12
  code_climate:
12
13
  repo_token: 38686058eed480dd0fcf8bce9015733e0bae88e44e30f4a1ac63df8aec2f86d8
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  * TODO
4
4
 
5
+ ### 1.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/ArturT/knapsack/compare/v1.6.0...v1.6.1
12
+
5
13
  ### 1.6.0
6
14
 
7
15
  * Add support for Cucumber 2
@@ -19,6 +19,7 @@ module Knapsack
19
19
  end
20
20
 
21
21
  Rake::TestTask.new(task_name) do |t|
22
+ t.warning = false
22
23
  t.libs << allocator.test_dir
23
24
  t.test_files = allocator.node_tests
24
25
  t.options = args
@@ -1,3 +1,3 @@
1
1
  module Knapsack
2
- VERSION = '1.6.0'
2
+ VERSION = '1.6.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knapsack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.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
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
258
258
  version: '0'
259
259
  requirements: []
260
260
  rubyforge_project:
261
- rubygems_version: 2.4.5.1
261
+ rubygems_version: 2.5.1
262
262
  signing_key:
263
263
  specification_version: 4
264
264
  summary: Knapsack splits tests across CI nodes and makes sure that tests will run