turbo_tests2 3.2.4 → 3.2.6
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 +51 -15
- data/README.md +16 -30
- data/lib/turbo_tests/version.rb +1 -1
- data/lib/turbo_tests.rb +0 -6
- data/lib/turbo_tests2.rb +6 -0
- data.tar.gz.sig +0 -0
- metadata +16 -16
- 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: 845d3f1bfca237a4f69e92344534dac2dc046098ab5e37eee5b7f37546503b27
|
|
4
|
+
data.tar.gz: 60a90bd453462fd4cfc42e0c6f7764e8a8caf6226275663de1d9f331342bbb5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5497b5766dfa59eded82f999068c3a2c0ffe63b5e43a4256586e3b16b1396637faea9b617cc10e0fb4dc6e1bf964e421b19efbe973bbd0d0fe793d2d03e32f43
|
|
7
|
+
data.tar.gz: 157315d9cfdb740907c91f326419313bb8c94cac58580430e6c8c6c6f61318861bce2ad10c021661be4a23b35bee54dd244e1045c8068122095795aa440e271d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,52 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.2.6] - 2026-08-13
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.2.6][3.2.6t]
|
|
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
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 11 project files:
|
|
43
|
+
- dependencies (11)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 7 project files:
|
|
46
|
+
- code and tests (1)
|
|
47
|
+
- configuration (1)
|
|
48
|
+
- dependencies (1)
|
|
49
|
+
- documentation (1)
|
|
50
|
+
- other (3)
|
|
51
|
+
|
|
52
|
+
## [3.2.5] - 2026-08-08
|
|
53
|
+
|
|
54
|
+
- TAG: [v3.2.5][3.2.5t]
|
|
55
|
+
- COVERAGE: 96.81% -- 880/909 lines in 10 files
|
|
56
|
+
- BRANCH COVERAGE: 85.17% -- 224/263 branches in 10 files
|
|
57
|
+
- 36.73% documented
|
|
58
|
+
|
|
59
|
+
### Changed
|
|
60
|
+
|
|
61
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
62
|
+
use ClickGems instead of BestGems.
|
|
63
|
+
|
|
64
|
+
### Fixed
|
|
65
|
+
|
|
66
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
67
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
68
|
+
parameter names from producing invalid configuration after a merge.
|
|
69
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
70
|
+
documentation now normalize configured underscore hostnames to valid
|
|
71
|
+
hyphenated hostnames.
|
|
72
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
73
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
74
|
+
matching Galtzo-hosted asset exists.
|
|
75
|
+
|
|
76
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
77
|
+
preserving comments and trailing commas during template updates.
|
|
78
|
+
|
|
33
79
|
## [3.2.4] - 2026-07-31
|
|
34
80
|
|
|
35
81
|
- TAG: [v3.2.4][3.2.4t]
|
|
@@ -73,14 +119,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
73
119
|
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
74
120
|
failures against `gem.coop`.
|
|
75
121
|
|
|
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
122
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
85
123
|
relative to the gemspec directory, so packaged template assets are included
|
|
86
124
|
even when the gemspec is loaded from another working directory.
|
|
@@ -149,18 +187,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
149
187
|
- The `turbo_tests2` executable now supports `-v` / `--version` and prints a
|
|
150
188
|
standard startup header on normal runs.
|
|
151
189
|
|
|
152
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
153
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
154
190
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
155
191
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
156
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
157
|
-
template-managed corporate sponsor logos from project or family config.
|
|
158
192
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
159
193
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
160
194
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
161
195
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
162
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
163
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
164
196
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
165
197
|
now include a RubyForum help badge.
|
|
166
198
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -503,7 +535,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
503
535
|
|
|
504
536
|
- Initial release
|
|
505
537
|
|
|
506
|
-
[Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.
|
|
538
|
+
[Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.6...HEAD
|
|
539
|
+
[3.2.6]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.5...v3.2.6
|
|
540
|
+
[3.2.6t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.6
|
|
541
|
+
[3.2.5]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.4...v3.2.5
|
|
542
|
+
[3.2.5t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.5
|
|
507
543
|
[3.2.4]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.3...v3.2.4
|
|
508
544
|
[3.2.4t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.4
|
|
509
545
|
[3.2.3]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.2...v3.2.3
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
|
+
# 🚀 turbo_tests2 / TurboTests
|
|
4
4
|
|
|
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] [![
|
|
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] [![Total downloads][👽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
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
|
|
|
@@ -82,7 +82,7 @@ Finished in 2 minute 25.15 seconds (files took 0 seconds to load)
|
|
|
82
82
|
|
|
83
83
|
### Compatibility
|
|
84
84
|
|
|
85
|
-
Compatible with MRI Ruby 2.4.0+,
|
|
85
|
+
Compatible with MRI Ruby 2.4.0+, JRuby, and TruffleRuby.
|
|
86
86
|
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
87
87
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
88
88
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -95,15 +95,15 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
95
95
|
<details markdown="1">
|
|
96
96
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
97
97
|
|
|
98
|
-
| Gem | Source | Role |
|
|
98
|
+
| Gem | Source | Role | Total downloads |
|
|
99
99
|
|-----|--------|------|---------------------|
|
|
100
|
-
| [appraisal2](https://
|
|
101
|
-
| [appraisal2-rubocop](https://
|
|
102
|
-
| [kettle-dev](https://
|
|
103
|
-
| [kettle-jem](https://
|
|
104
|
-
| [kettle-soup-cover](https://
|
|
105
|
-
| [kettle-test](https://
|
|
106
|
-
| [rubocop-lts](https://
|
|
100
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
101
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
102
|
+
| [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
|
|
103
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
104
|
+
| [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
|
|
105
|
+
| [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://clickgems.clickhouse.com/dashboard/kettle-test) |
|
|
106
|
+
| [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
|
|
107
107
|
|
|
108
108
|
</details>
|
|
109
109
|
|
|
@@ -454,8 +454,7 @@ See [SECURITY.md][🔐security].
|
|
|
454
454
|
## 🤝 Contributing
|
|
455
455
|
|
|
456
456
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
457
|
-
|
|
458
|
-
or use the gem and think about how it could be better.
|
|
457
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
459
458
|
|
|
460
459
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
461
460
|
|
|
@@ -491,19 +490,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
491
490
|
|
|
492
491
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/turbo_tests2/-/graphs/main][🚎contributors-gl]
|
|
493
492
|
|
|
494
|
-
<details markdown="1">
|
|
495
|
-
<summary>⭐️ Star History</summary>
|
|
496
|
-
|
|
497
|
-
<a href="https://star-history.com/galtzo-floss/turbo_tests2&Date">
|
|
498
|
-
<picture>
|
|
499
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date&theme=dark" />
|
|
500
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date" />
|
|
501
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date" />
|
|
502
|
-
</picture>
|
|
503
|
-
</a>
|
|
504
|
-
|
|
505
|
-
</details>
|
|
506
|
-
|
|
507
493
|
## 📌 Versioning
|
|
508
494
|
|
|
509
495
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -619,7 +605,7 @@ Thanks for RTFM. ☺️
|
|
|
619
605
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
620
606
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/turbo_tests2
|
|
621
607
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-TurboTests-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
622
|
-
[⛳️gem-name]: https://
|
|
608
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/turbo_tests2
|
|
623
609
|
[⛳️name-img]: https://img.shields.io/badge/name-turbo__tests2-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
624
610
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/turbo_tests2.svg
|
|
625
611
|
[⛳️tag]: https://github.com/galtzo-floss/turbo_tests2/releases
|
|
@@ -668,9 +654,9 @@ Thanks for RTFM. ☺️
|
|
|
668
654
|
[📜gh-wiki]: https://github.com/galtzo-floss/turbo_tests2/wiki
|
|
669
655
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
670
656
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
671
|
-
[👽dl-rank]: https://
|
|
672
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
673
|
-
[👽version]: https://
|
|
657
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/turbo_tests2
|
|
658
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/turbo_tests2.svg
|
|
659
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/turbo_tests2
|
|
674
660
|
[👽versioni]: https://img.shields.io/gem/v/turbo_tests2.svg
|
|
675
661
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/turbo_tests2
|
|
676
662
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/turbo_tests2/maintainability.svg
|
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.6"
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
data/lib/turbo_tests.rb
CHANGED
data/lib/turbo_tests2.rb
CHANGED
|
@@ -4,3 +4,9 @@
|
|
|
4
4
|
# Bottom-line: Do not use Zeitwerk in this gem.
|
|
5
5
|
# Hook for other libraries to load this library (e.g. via bundler)
|
|
6
6
|
require_relative "turbo_tests"
|
|
7
|
+
require "version_gem"
|
|
8
|
+
require_relative "turbo_tests/version"
|
|
9
|
+
|
|
10
|
+
TurboTests::Version.class_eval do
|
|
11
|
+
extend VersionGem::Basic
|
|
12
|
+
end
|
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.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Illia
|
|
@@ -90,7 +90,7 @@ dependencies:
|
|
|
90
90
|
version: '1.1'
|
|
91
91
|
- - ">="
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
version: 1.1.
|
|
93
|
+
version: 1.1.15
|
|
94
94
|
type: :runtime
|
|
95
95
|
prerelease: false
|
|
96
96
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -100,27 +100,27 @@ dependencies:
|
|
|
100
100
|
version: '1.1'
|
|
101
101
|
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 1.1.
|
|
103
|
+
version: 1.1.15
|
|
104
104
|
- !ruby/object:Gem::Dependency
|
|
105
105
|
name: kettle-dev
|
|
106
106
|
requirement: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '
|
|
110
|
+
version: '3.0'
|
|
111
111
|
- - ">="
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
|
-
version:
|
|
113
|
+
version: 3.0.6
|
|
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: '
|
|
120
|
+
version: '3.0'
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version:
|
|
123
|
+
version: 3.0.6
|
|
124
124
|
- !ruby/object:Gem::Dependency
|
|
125
125
|
name: bundler-audit
|
|
126
126
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +198,7 @@ dependencies:
|
|
|
198
198
|
version: '3.2'
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 3.2.
|
|
201
|
+
version: 3.2.2
|
|
202
202
|
type: :development
|
|
203
203
|
prerelease: false
|
|
204
204
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
version: '3.2'
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 3.2.
|
|
211
|
+
version: 3.2.2
|
|
212
212
|
- !ruby/object:Gem::Dependency
|
|
213
213
|
name: kettle-test
|
|
214
214
|
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.19
|
|
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.19
|
|
232
232
|
- !ruby/object:Gem::Dependency
|
|
233
233
|
name: ruby-progressbar
|
|
234
234
|
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.12
|
|
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.12
|
|
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,10 +314,10 @@ 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.6
|
|
318
|
+
changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.6/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.6
|
|
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
|
metadata.gz.sig
CHANGED
|
Binary file
|