rspec_trunk_flaky_tests 0.12.8-x86_64-darwin → 0.12.9.pre.beta.0-x86_64-darwin
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/rspec_trunk_flaky_tests/3.0/rspec_trunk_flaky_tests.bundle +0 -0
- data/lib/rspec_trunk_flaky_tests/3.1/rspec_trunk_flaky_tests.bundle +0 -0
- data/lib/rspec_trunk_flaky_tests/3.2/rspec_trunk_flaky_tests.bundle +0 -0
- data/lib/rspec_trunk_flaky_tests/3.3/rspec_trunk_flaky_tests.bundle +0 -0
- data/lib/rspec_trunk_flaky_tests/3.4/rspec_trunk_flaky_tests.bundle +0 -0
- data/lib/rspec_trunk_flaky_tests/4.0/rspec_trunk_flaky_tests.bundle +0 -0
- data/lib/rspec_trunk_flaky_tests.rb +27 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3edc77b5dbe46f771f40d1136156f9b91722b3fb61b4c8ede001d1552d2fe5f5
|
|
4
|
+
data.tar.gz: e18a70783ec3a1a0c4efa8b0ffb734fea34f83907b5787e7a5c8bf0519c8cd9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 996c4387bea1af9cd0b4d4001429a95e3844523d900a737303e7ad6f517ab5d0162e1b3939d84b3cfef1fc77a0a82fe2487530d0aca20a268108c87f1b13dce3
|
|
7
|
+
data.tar.gz: 7d9b3f97b9934f9517a3e0734313471a85e8be801a840f700d74d8449bbc3d6f75986b1ced940d5f65ed0db8f24e8894b361b88d7c442db70a4a31e00f90cb62
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -4,5 +4,31 @@ begin
|
|
|
4
4
|
ruby_version = /(\d+\.\d+)/.match(RUBY_VERSION)
|
|
5
5
|
require_relative "rspec_trunk_flaky_tests/#{ruby_version}/rspec_trunk_flaky_tests"
|
|
6
6
|
rescue LoadError
|
|
7
|
-
|
|
7
|
+
begin
|
|
8
|
+
require_relative 'rspec_trunk_flaky_tests/rspec_trunk_flaky_tests'
|
|
9
|
+
rescue LoadError
|
|
10
|
+
raise LoadError, <<~MSG
|
|
11
|
+
Could not load the native extension for rspec_trunk_flaky_tests.
|
|
12
|
+
|
|
13
|
+
You are using the pure ruby variant of this gem, which is a placeholder
|
|
14
|
+
that exists so that Gemfile.lock files with `PLATFORMS ruby` can resolve
|
|
15
|
+
this dependency. It does not include a precompiled native extension.
|
|
16
|
+
|
|
17
|
+
Precompiled native gems are available for:
|
|
18
|
+
x86_64-linux, aarch64-linux, arm64-darwin, x86_64-darwin
|
|
19
|
+
|
|
20
|
+
If you are on a supported platform and seeing this error, make sure
|
|
21
|
+
bundler is selecting the native variant for your platform:
|
|
22
|
+
|
|
23
|
+
bundle lock --add-platform #{RUBY_PLATFORM}
|
|
24
|
+
bundle install
|
|
25
|
+
|
|
26
|
+
If you are on an unsupported platform, this gem cannot be used in your
|
|
27
|
+
environment. Please open an issue at:
|
|
28
|
+
https://github.com/trunk-io/analytics-cli/issues
|
|
29
|
+
|
|
30
|
+
Current platform: #{RUBY_PLATFORM}
|
|
31
|
+
Current Ruby version: #{RUBY_VERSION}
|
|
32
|
+
MSG
|
|
33
|
+
end
|
|
8
34
|
end
|
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.12.
|
|
4
|
+
version: 0.12.9.pre.beta.0
|
|
5
5
|
platform: x86_64-darwin
|
|
6
6
|
authors:
|
|
7
7
|
- Trunk Technologies, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec-core
|
|
@@ -57,7 +57,8 @@ files:
|
|
|
57
57
|
homepage: https://docs.trunk.io/flaky-tests/get-started/frameworks/rspec
|
|
58
58
|
licenses:
|
|
59
59
|
- MIT
|
|
60
|
-
metadata:
|
|
60
|
+
metadata:
|
|
61
|
+
source_code_uri: https://github.com/trunk-io/analytics-cli/tree/main/rspec-trunk-flaky-tests
|
|
61
62
|
post_install_message:
|
|
62
63
|
rdoc_options: []
|
|
63
64
|
require_paths:
|