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 +4 -4
- data/lib/context_ruby/3.0/context_ruby.so +0 -0
- data/lib/context_ruby/3.1/context_ruby.so +0 -0
- data/lib/context_ruby/3.2/context_ruby.so +0 -0
- data/lib/context_ruby/3.3/context_ruby.so +0 -0
- data/lib/context_ruby/3.4/context_ruby.so +0 -0
- data/lib/trunk_spec_helper.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 421b5af9b1b41a0d91737c811ae87855456d0c9037a9f07aa40de90012e11ec4
|
4
|
+
data.tar.gz: a6d3041856487b0c7792042deca418fd43217d0947f114ba3f817c9c96557457
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2962cdb5e14c311ef5c919a0a09eac6462318276eee027836a40305dc089d50ebe30e8f460597dfcf5e94725b96f06eefd61ac3e9d00c2f924b2d8b16ce09414
|
7
|
+
data.tar.gz: 163f03731c5dbeea7d36da116a5d052819fb8b7988b5dea176de17094d5001eedeb275bd5b17f083905f1d73098f0524cbdb5a61a35c420d3f2fca1e56e55574
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/trunk_spec_helper.rb
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2025-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec-core
|