parallel_tests 3.12.0 → 3.12.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: 43b7f3d9cbea0ac1e60e570c94794ce1e6c5dc341c07beadea2c967a2504b284
4
- data.tar.gz: cccd254b7ea61a2d718590647d8f4fb6166603bf5207de0dffc8ab359400d3a1
3
+ metadata.gz: 362c711acce6411e69e8987e7a32297ef6267072892e81b432040aa327f11283
4
+ data.tar.gz: 2d7d90cd55bd36c9cabbd8e4611be6f2880d131a672ba12ee63a3ce75e121e50
5
5
  SHA512:
6
- metadata.gz: 7f1a3d2a5644d801647d6650257c59fc2b33f9de9eb23d4475a9e53d6b9f14573a445c5dbf56d4af8f9066a9d9315380fe656cfccd1bbb796254bd66e49277ae
7
- data.tar.gz: f60aebf5e1156f0fe05822c0c2e18f29469d2897a9b8db90963f257b93a4f8f79ea54f655447ec43b09127c69647d3081ad860a5a04b5f67ee014276c9366c0e
6
+ metadata.gz: 21515894c5ea5c24cb947b1b7e7e2cf2494dca58f7b9982cc180f1ab11f74407ea67e3299a2fb5040263580d1a8ed4e89792b4a76eb56f6d067bbda332d99223
7
+ data.tar.gz: c2f922c148bd15d7fe4e95d0c75300ffa0cdc013307ef3e7d47c28d81106586f64903b35afaf5fa7ee95f40a2183e9bf87b4113ff472a8ff0ada52bcd014cbc0
@@ -73,7 +73,7 @@ module ParallelTests
73
73
  []
74
74
  end
75
75
  if runtimes.size * 1.5 > tests.size
76
- puts "Using recorded test runtime"
76
+ puts "Using recorded test runtime" unless options[:quiet]
77
77
  sort_by_runtime(tests, runtimes)
78
78
  else
79
79
  sort_by_filesize(tests)
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ParallelTests
3
- VERSION = '3.12.0'
3
+ VERSION = '3.12.1'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.0
4
+ version: 3.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-30 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel
@@ -68,8 +68,8 @@ licenses:
68
68
  - MIT
69
69
  metadata:
70
70
  bug_tracker_uri: https://github.com/grosser/parallel_tests/issues
71
- documentation_uri: https://github.com/grosser/parallel_tests/blob/v3.12.0/Readme.md
72
- source_code_uri: https://github.com/grosser/parallel_tests/tree/v3.12.0
71
+ documentation_uri: https://github.com/grosser/parallel_tests/blob/v3.12.1/Readme.md
72
+ source_code_uri: https://github.com/grosser/parallel_tests/tree/v3.12.1
73
73
  wiki_uri: https://github.com/grosser/parallel_tests/wiki
74
74
  post_install_message:
75
75
  rdoc_options: []