rspec_trunk_flaky_tests 0.9.0-x86_64-linux → 0.10.10-x86_64-linux

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: a83a4080f695a0ad149b292f23806b9a3e76ce9391a6236a9dd0edf913350896
4
- data.tar.gz: 202b4f60679869900ce7845a9c855ea45ca36f799e0a0936566f960ed5bdadf9
3
+ metadata.gz: 421b5af9b1b41a0d91737c811ae87855456d0c9037a9f07aa40de90012e11ec4
4
+ data.tar.gz: a6d3041856487b0c7792042deca418fd43217d0947f114ba3f817c9c96557457
5
5
  SHA512:
6
- metadata.gz: 5b09d074b7f0475a7839936a9a61d6e115849da1ae5f1b29067c180b195ccb90cab0a7f3e367323effd8b0d224ed7c558f74826780436487a3801c0f609402d9
7
- data.tar.gz: dbea33165c1a31a4f2aff098033065fc6f937eabfe1f2bf9e128bdc51ba5b7a38c8a6152d0360f163abb0ba1b62308731dc10713f0b714bfbbada082d251a621
6
+ metadata.gz: 2962cdb5e14c311ef5c919a0a09eac6462318276eee027836a40305dc089d50ebe30e8f460597dfcf5e94725b96f06eefd61ac3e9d00c2f924b2d8b16ce09414
7
+ data.tar.gz: 163f03731c5dbeea7d36da116a5d052819fb8b7988b5dea176de17094d5001eedeb275bd5b17f083905f1d73098f0524cbdb5a61a35c420d3f2fca1e56e55574
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -33,7 +33,7 @@ def trunk_disabled
33
33
  end
34
34
 
35
35
  # we want to cache the test report so we can add to it as we go and reduce the number of API calls
36
- $test_report = TestReport.new('rspec', "#{$PROGRAM_NAME} #{ARGV.join(' ')}")
36
+ $test_report = TestReport.new('rspec', "#{$PROGRAM_NAME} #{ARGV.join(' ')}", nil)
37
37
 
38
38
  module RSpec
39
39
  module Core
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_trunk_flaky_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.10
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Trunk Technologies, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-29 00:00:00.000000000 Z
11
+ date: 2025-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core