knapsack 1.17.0 → 1.17.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
  SHA256:
3
- metadata.gz: b304c2133621edb626e13c8eb63348ff35cd44b92cdd9c6feb8907d7b167691f
4
- data.tar.gz: 2f93fcb36498545ae550e502743423151cd53e8b2de22c4e10453c4e969d5344
3
+ metadata.gz: a78eae5aa7d6e9751acb279f2df44ce5d72c8181d03fbf6ab5089942c596deda
4
+ data.tar.gz: 21e043b6fbf41489bd30f45b9d7bc9ef000d849a95a00d9c5e1e024db29822eb
5
5
  SHA512:
6
- metadata.gz: 60b7447ae44842d5dfd70bb852a309a75a0fe654e81e9e6219a6b898354bb52f4497c5f2113801c9c7a9cc235f73c2ba3ea6c7cbf4123ac859a6ae08035ef170
7
- data.tar.gz: a0f7b743c29f1d61e08dbc1bc92301b5a89abd8baad129c34684142652b82b954272530642401da3d35aba4c44831076bbccbbdb71f61d007b2e1df9824642fb
6
+ metadata.gz: c3796c1038d838a1900167a5765d68af804e172ffe62ff519572de61dfa2a143b2afe640d62213ce471677d84ef6e544104e25d55286aa92bafbfa79a7057ec5
7
+ data.tar.gz: 6d12025daa60b795c809ad4b5d2b41c50b1802d72c34a559af71c05744150efee6a4b23b21185153fd8fda8719b9dccaab8aa3c21782aa512403f1b4783e5362
@@ -2,6 +2,14 @@
2
2
 
3
3
  * TODO
4
4
 
5
+ ### 1.17.1
6
+
7
+ * Fix RSpec signal handling by replacing process
8
+
9
+ https://github.com/ArturT/knapsack/pull/86
10
+
11
+ https://github.com/ArturT/knapsack/compare/v1.17.0...v1.17.1
12
+
5
13
  ### 1.17.0
6
14
 
7
15
  * Add support for GitLab CI ENV variable `CI_NODE_INDEX` starting from 1.
@@ -14,8 +14,7 @@ module Knapsack
14
14
 
15
15
  cmd = %Q[bundle exec rspec #{args} --default-path #{allocator.test_dir} -- #{allocator.stringify_node_tests}]
16
16
 
17
- system(cmd)
18
- exit($?.exitstatus) unless $?.exitstatus == 0
17
+ exec(cmd)
19
18
  end
20
19
  end
21
20
  end
@@ -1,3 +1,3 @@
1
1
  module Knapsack
2
- VERSION = '1.17.0'
2
+ VERSION = '1.17.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.17.0
4
+ version: 1.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ArturT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-15 00:00:00.000000000 Z
11
+ date: 2018-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake