parallel_rspec 2.4.2 → 2.5.0

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: 1ff66f78e121832aa63d701f6ccdbad7f0e76747920fdb570a0dac970f5751d6
4
- data.tar.gz: 78f43be514c147aee8da49aa1daf96d5c4696c98a04fa077c771c11d371e3a95
3
+ metadata.gz: 2f3c6e266c19722af5f9372b3d27e31976e0d4ba1edfe1b923a9a475c1932225
4
+ data.tar.gz: d971168027f0b8f775607351ceb8c590886954a8a4612b00cf731560e9d54332
5
5
  SHA512:
6
- metadata.gz: ff8609608db21a3f68ee998eb2d049852a4b38237b655b6cf7654f5cc9d2c0d45169485dd56c9f5db8df45e0461b8f6f7f8e7d42b2e12514ca66a4a451d4be7e
7
- data.tar.gz: 6c99ff616b0c5b3d56bbf53469802e04c897beb18bb9f7f04a4a44de91fd863648ecddfb2e4d36046655611cb98931db5c601c2dcba4a55d58cb85b636024b50
6
+ metadata.gz: 89333616f3c86fb6d4009b5a8b741c454f833e95dacc057269b4def04b2ea6c34da1e2494bd185253697720d8adb5178ed78fe46f1ae9a424aa20362dc7ce42d
7
+ data.tar.gz: 7902f5bb954a23ef452edfc13cc3cdf87611359e959d8cf8b16884840de52b1e8f9d48a5ba24b5685b4bf766baa22314e2cef78923b04bb591bf4779eed2cd6c
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.5.0
4
+
5
+ * Update the RSpec example persistence file after each run. Thanks @bagedevimo.
6
+
3
7
  ## 2.4.2
4
8
 
5
9
  * Fix more calls to deprecated `ActiveRecord::Base.configurations[]`.
@@ -63,6 +63,9 @@ module ParallelRSpec
63
63
  with_context_hooks, without_context_hooks = example_groups.partition(&:any_context_hooks?)
64
64
  success = run_in_parallel(without_context_hooks, reporter)
65
65
  success &&= with_context_hooks.map { |g| g.run(reporter) }.all?
66
+
67
+ persist_example_statuses
68
+
66
69
  success ? 0 : @configuration.failure_exit_code
67
70
  end
68
71
  end
@@ -1,3 +1,3 @@
1
1
  module ParallelRSpec
2
- VERSION = "2.4.2"
2
+ VERSION = "2.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel_rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.2
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Bryant, Powershop New Zealand Ltd
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-13 00:00:00.000000000 Z
11
+ date: 2025-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake