knapsack_pro 0.15.1 → 0.15.2

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: 101cad777a313e9abf3c4c46950def8bbbf54a95
4
- data.tar.gz: d90e2506c0e809c93c5b8f633c9eddad8de0febb
3
+ metadata.gz: 4ef7eebc64a5bd78e609ab24ae4775f23f399c02
4
+ data.tar.gz: 0d49110973766dd8a6e5ee4ae90febbb83bae5c2
5
5
  SHA512:
6
- metadata.gz: 07d082962155f611b0d34c0038493ae1691e3912b8fc280b61a2302b4a14fecb7e705d26a0660df5f373adf62e9f6b11f23e0fd7f8bd9ce2370d2249ad5135ed
7
- data.tar.gz: 10a1de469daa3a8819f7c1730593335cc3c125c60b995eece477d6ef98b2d13aaab8f986a0416fc44721141b34c051eec946c5ceac84ac84a4f926bddf25c5e1
6
+ metadata.gz: 929a048c9ebd2364073bc5e1ee7daf6101796df1d714cc67595e23d091480e87ddbde90424e37bfb74d821949574b269dfef09336fd76b4a03e72eed309f031c
7
+ data.tar.gz: acc5eff4d55bf6e910276258fdf4fd1966b6f6a05248dda7a2c41c31a4460c02fb12585316e23ad5f267d3397e8966a9b9904431d2151866a53c16c913c5a941
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  * TODO
4
4
 
5
+ ### 0.15.2
6
+
7
+ * Cache API response test file paths to fix problem with double request to get test suite distribution for the node.
8
+
9
+ https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.15.1...v0.15.2
10
+
5
11
  ### 0.15.1
6
12
 
7
13
  * Fix support for turnip >= 2.x
@@ -11,7 +11,7 @@ module KnapsackPro
11
11
  end
12
12
 
13
13
  def test_file_paths
14
- allocator.test_file_paths
14
+ @test_file_paths ||= allocator.test_file_paths
15
15
  end
16
16
 
17
17
  def stringify_test_file_paths
@@ -1,3 +1,3 @@
1
1
  module KnapsackPro
2
- VERSION = '0.15.1'
2
+ VERSION = '0.15.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knapsack_pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.1
4
+ version: 0.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ArturT