turbo_tests2 3.2.3 → 3.2.4
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +58 -1
- data/README.md +16 -16
- data/lib/turbo_tests/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +15 -14
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a7b76933feaf17d15ae3e39694ad0f9c8472196e00a517e5d0a0a660a2b98f1
|
|
4
|
+
data.tar.gz: b8b2182ea1cc569fffe3fecabd63ce3edc3275818a9f5bb0fe766faf6c0f4a31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6b7d36bc9c7b81f3aacd08b159dcbfdef48a1dc75e568eff0b39b45e51d529015cc066febf08f320feaa2f738b12ad3e63c3eba33aa514f06ffc0543763c9da
|
|
7
|
+
data.tar.gz: 23965c6a7318f1d01750b94e46435c3399d80b9c7f253de2e36591f4ec7e9805fb249ce3702ca294e93350b372fb1b8bf9ff14f1416fa32792751c6773d24f78
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,61 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.2.4] - 2026-07-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.2.4][3.2.4t]
|
|
36
|
+
- COVERAGE: 96.81% -- 880/909 lines in 10 files
|
|
37
|
+
- BRANCH COVERAGE: 85.17% -- 224/263 branches in 10 files
|
|
38
|
+
- 36.73% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
43
|
+
RSpec helpers provided by `kettle-test`.
|
|
44
|
+
|
|
45
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
46
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
47
|
+
tagged RubyForum community alongside Discord.
|
|
48
|
+
|
|
49
|
+
### Changed
|
|
50
|
+
|
|
51
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
52
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
53
|
+
installing the main Gemfile bundle.
|
|
54
|
+
|
|
55
|
+
### Fixed
|
|
56
|
+
|
|
57
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
58
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
59
|
+
installs are not reported as project lint debt.
|
|
60
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
61
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
62
|
+
before the test suite starts.
|
|
63
|
+
|
|
64
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
65
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
66
|
+
lockfile parser failures on Git and path dependencies.
|
|
67
|
+
|
|
68
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
69
|
+
missing canonical version spec when a project only has shim namespace version
|
|
70
|
+
specs.
|
|
71
|
+
|
|
72
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
73
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
74
|
+
failures against `gem.coop`.
|
|
75
|
+
|
|
76
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
77
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
78
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
79
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
80
|
+
|
|
81
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
82
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
83
|
+
specs without adding `version_gem`.
|
|
84
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
85
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
86
|
+
even when the gemspec is loaded from another working directory.
|
|
87
|
+
|
|
33
88
|
## [3.2.3] - 2026-07-26
|
|
34
89
|
|
|
35
90
|
- TAG: [v3.2.3][3.2.3t]
|
|
@@ -448,7 +503,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
448
503
|
|
|
449
504
|
- Initial release
|
|
450
505
|
|
|
451
|
-
[Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.
|
|
506
|
+
[Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.4...HEAD
|
|
507
|
+
[3.2.4]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.3...v3.2.4
|
|
508
|
+
[3.2.4t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.4
|
|
452
509
|
[3.2.3]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.2...v3.2.3
|
|
453
510
|
[3.2.3t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.3
|
|
454
511
|
[3.2.2]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.1...v3.2.2
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<a href="https://github.com/galtzo-floss/turbo_tests2"><img alt="turbo_tests2 Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/turbo_tests2/avatar-128px.svg" width="20%" align="right"/></a>
|
|
2
2
|
|
|
3
|
-
# 🚀 TurboTests
|
|
3
|
+
# 🚀 TurboTests
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -112,17 +112,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
112
112
|
<details markdown="1">
|
|
113
113
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
114
114
|
|
|
115
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
116
|
-
|
|
117
|
-
| 🧪 [galtzo-floss/turbo_tests2 on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
118
|
-
| 🧊 [galtzo-floss/turbo_tests2 on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
119
|
-
| 🐙 [galtzo-floss/turbo_tests2 on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
120
|
-
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
115
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
116
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
117
|
+
| 🧪 [galtzo-floss/turbo_tests2 on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
118
|
+
| 🧊 [galtzo-floss/turbo_tests2 on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
119
|
+
| 🐙 [galtzo-floss/turbo_tests2 on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
121
120
|
|
|
122
121
|
</details>
|
|
123
122
|
|
|
124
|
-
[gh-discussions]: https://github.com/galtzo-floss/turbo_tests2/discussions
|
|
125
|
-
|
|
126
123
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-turbo_tests2?utm_source=rubygems-turbo_tests2&utm_medium=referral&utm_campaign=readme)
|
|
127
124
|
|
|
128
125
|
Available as part of the Tidelift Subscription.
|
|
@@ -140,6 +137,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
140
137
|
|
|
141
138
|
Alternatively:
|
|
142
139
|
|
|
140
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
143
141
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
144
142
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
145
143
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -568,11 +566,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
568
566
|
so if you value the work I am doing, I need your support.
|
|
569
567
|
Please consider sponsoring me or the project.
|
|
570
568
|
|
|
571
|
-
To join the community or get help
|
|
569
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
572
570
|
|
|
571
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
573
572
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
574
573
|
|
|
575
|
-
To say "thanks!" ☝️ Join the
|
|
574
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
576
575
|
|
|
577
576
|
[![Sponsor galtzo-floss/turbo_tests2 on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
578
577
|
|
|
@@ -613,8 +612,9 @@ Thanks for RTFM. ☺️
|
|
|
613
612
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
614
613
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
615
614
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
616
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
617
|
-
[✉️ruby-forum]: https://
|
|
615
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
616
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
617
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/turbo-tests2
|
|
618
618
|
|
|
619
619
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
620
620
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/turbo_tests2
|
|
@@ -796,7 +796,7 @@ Thanks for RTFM. ☺️
|
|
|
796
796
|
| Field | Value |
|
|
797
797
|
|---|---|
|
|
798
798
|
| Package | turbo_tests2 |
|
|
799
|
-
| Description | 🚀
|
|
799
|
+
| Description | 🚀 turbo_tests2` is an RSpec parallel test runner built on `parallel_tests`. It uses `parallel_tests` for process counts, file grouping, and runtime balancing, then replaces interleaved worker output with incremental summarized RSpec reporting. Source code of `turbo_test2` gem is based on Discourse and Rubygems work in this area (see README.md). |
|
|
800
800
|
| Homepage | https://github.com/galtzo-floss/turbo_tests2 |
|
|
801
801
|
| Source | https://github.com/galtzo-floss/turbo_tests2 |
|
|
802
802
|
| License | `MIT` |
|
data/lib/turbo_tests/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module TurboTests
|
|
|
4
4
|
# Version namespace for this gem.
|
|
5
5
|
module Version
|
|
6
6
|
# Current gem version.
|
|
7
|
-
VERSION = "3.2.
|
|
7
|
+
VERSION = "3.2.4"
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turbo_tests2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Illia
|
|
@@ -107,20 +107,20 @@ dependencies:
|
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '2.
|
|
110
|
+
version: '2.5'
|
|
111
111
|
- - ">="
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
|
-
version: 2.
|
|
113
|
+
version: 2.5.13
|
|
114
114
|
type: :development
|
|
115
115
|
prerelease: false
|
|
116
116
|
version_requirements: !ruby/object:Gem::Requirement
|
|
117
117
|
requirements:
|
|
118
118
|
- - "~>"
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
|
-
version: '2.
|
|
120
|
+
version: '2.5'
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: 2.
|
|
123
|
+
version: 2.5.13
|
|
124
124
|
- !ruby/object:Gem::Dependency
|
|
125
125
|
name: bundler-audit
|
|
126
126
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +218,7 @@ dependencies:
|
|
|
218
218
|
version: '2.0'
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 2.0.
|
|
221
|
+
version: 2.0.17
|
|
222
222
|
type: :development
|
|
223
223
|
prerelease: false
|
|
224
224
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +228,7 @@ dependencies:
|
|
|
228
228
|
version: '2.0'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.17
|
|
232
232
|
- !ruby/object:Gem::Dependency
|
|
233
233
|
name: ruby-progressbar
|
|
234
234
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -252,7 +252,7 @@ dependencies:
|
|
|
252
252
|
version: '1.0'
|
|
253
253
|
- - ">="
|
|
254
254
|
- !ruby/object:Gem::Version
|
|
255
|
-
version: 1.0.
|
|
255
|
+
version: 1.0.8
|
|
256
256
|
type: :development
|
|
257
257
|
prerelease: false
|
|
258
258
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -262,7 +262,7 @@ dependencies:
|
|
|
262
262
|
version: '1.0'
|
|
263
263
|
- - ">="
|
|
264
264
|
- !ruby/object:Gem::Version
|
|
265
|
-
version: 1.0.
|
|
265
|
+
version: 1.0.8
|
|
266
266
|
- !ruby/object:Gem::Dependency
|
|
267
267
|
name: gitmoji-regex
|
|
268
268
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -272,7 +272,7 @@ dependencies:
|
|
|
272
272
|
version: '2.0'
|
|
273
273
|
- - ">="
|
|
274
274
|
- !ruby/object:Gem::Version
|
|
275
|
-
version: 2.0.
|
|
275
|
+
version: 2.0.11
|
|
276
276
|
type: :development
|
|
277
277
|
prerelease: false
|
|
278
278
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -282,7 +282,7 @@ dependencies:
|
|
|
282
282
|
version: '2.0'
|
|
283
283
|
- - ">="
|
|
284
284
|
- !ruby/object:Gem::Version
|
|
285
|
-
version: 2.0.
|
|
285
|
+
version: 2.0.11
|
|
286
286
|
description: "\U0001F680 turbo_tests2` is an RSpec parallel test runner built on `parallel_tests`.
|
|
287
287
|
It uses `parallel_tests` for process counts, file grouping, and runtime balancing,
|
|
288
288
|
then replaces interleaved worker output with incremental summarized RSpec reporting.
|
|
@@ -314,14 +314,15 @@ licenses:
|
|
|
314
314
|
- MIT
|
|
315
315
|
metadata:
|
|
316
316
|
homepage_uri: https://turbo-tests2.galtzo.com
|
|
317
|
-
source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.2.
|
|
318
|
-
changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.
|
|
317
|
+
source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.2.4
|
|
318
|
+
changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.4/CHANGELOG.md
|
|
319
319
|
bug_tracker_uri: https://github.com/galtzo-floss/turbo_tests2/issues
|
|
320
|
-
documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.2.
|
|
320
|
+
documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.2.4
|
|
321
321
|
funding_uri: https://github.com/sponsors/pboling
|
|
322
322
|
wiki_uri: https://github.com/galtzo-floss/turbo_tests2/wiki
|
|
323
323
|
news_uri: https://www.railsbling.com/tags/turbo_tests2
|
|
324
324
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
325
|
+
mailing_list_uri: https://www.rubyforum.org/tag/turbo-tests2
|
|
325
326
|
rubygems_mfa_required: 'true'
|
|
326
327
|
rdoc_options:
|
|
327
328
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|