turbo_tests2 3.2.4 → 3.2.5

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: 6a7b76933feaf17d15ae3e39694ad0f9c8472196e00a517e5d0a0a660a2b98f1
4
- data.tar.gz: b8b2182ea1cc569fffe3fecabd63ce3edc3275818a9f5bb0fe766faf6c0f4a31
3
+ metadata.gz: e63ac3ea2fad18d13703d1b3ef664b21aa879943928bb17236f90051032e5d23
4
+ data.tar.gz: 1a6b2b4e3990c985313d9d8e9bfab0b764806a29b6b3a4c1e064a9842d88bee7
5
5
  SHA512:
6
- metadata.gz: a6b7d36bc9c7b81f3aacd08b159dcbfdef48a1dc75e568eff0b39b45e51d529015cc066febf08f320feaa2f738b12ad3e63c3eba33aa514f06ffc0543763c9da
7
- data.tar.gz: 23965c6a7318f1d01750b94e46435c3399d80b9c7f253de2e36591f4ec7e9805fb249ce3702ca294e93350b372fb1b8bf9ff14f1416fa32792751c6773d24f78
6
+ metadata.gz: a3bf05ce18f6ca4d3f603426cf0816d1e8db92ea2e00342b388a05650056deed97b42a6065b2485f7eded91d1d01236c5440eb9527a1da8d5b7237195068ec9e
7
+ data.tar.gz: 14e90688ba62b2b97d4608bee59b2d223942a35d47c3f58b092ffcb96d8b758419ca64e1a473dc2906a29fd2b1b158759058ae216518c66e1317438f2762fe82
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,33 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [3.2.5] - 2026-08-08
34
+
35
+ - TAG: [v3.2.5][3.2.5t]
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
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
43
+ use ClickGems instead of BestGems.
44
+
45
+ ### Fixed
46
+
47
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
48
+ managed configuration block bindings structurally, preventing mixed block
49
+ parameter names from producing invalid configuration after a merge.
50
+ - kettle-jem-template-20260801-003 - Generated project metadata and
51
+ documentation now normalize configured underscore hostnames to valid
52
+ hyphenated hostnames.
53
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
54
+ use GitHub's stable organization avatar endpoint instead of assuming a
55
+ matching Galtzo-hosted asset exists.
56
+
57
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
58
+ preserving comments and trailing commas during template updates.
59
+
33
60
  ## [3.2.4] - 2026-07-31
34
61
 
35
62
  - TAG: [v3.2.4][3.2.4t]
@@ -73,14 +100,6 @@ Please file a bug if you notice a violation of semantic versioning.
73
100
  legacy manual bundle install path, avoiding setup-time Bundler full-index
74
101
  failures against `gem.coop`.
75
102
 
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
103
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
85
104
  relative to the gemspec directory, so packaged template assets are included
86
105
  even when the gemspec is loaded from another working directory.
@@ -149,18 +168,12 @@ Please file a bug if you notice a violation of semantic versioning.
149
168
  - The `turbo_tests2` executable now supports `-v` / `--version` and prints a
150
169
  standard startup header on normal runs.
151
170
 
152
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
153
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
154
171
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
155
172
  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
173
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
159
174
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
160
175
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
161
176
  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
177
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
165
178
  now include a RubyForum help badge.
166
179
  - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
@@ -503,7 +516,9 @@ Please file a bug if you notice a violation of semantic versioning.
503
516
 
504
517
  - Initial release
505
518
 
506
- [Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.4...HEAD
519
+ [Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.5...HEAD
520
+ [3.2.5]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.4...v3.2.5
521
+ [3.2.5t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.5
507
522
  [3.2.4]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.3...v3.2.4
508
523
  [3.2.4t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.4
509
524
  [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] [![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] [![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
 
@@ -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 | Daily download rank |
98
+ | Gem | Source | Role | Total downloads |
99
99
  |-----|--------|------|---------------------|
100
- | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
101
- | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
102
- | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
103
- | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
104
- | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
105
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
106
- | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
100
+ | [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Total downloads for appraisal2](https://img.shields.io/gem/dt/appraisal2.svg?style=flat-square)](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 | [![Total downloads for appraisal2-rubocop](https://img.shields.io/gem/dt/appraisal2-rubocop.svg?style=flat-square)](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 | [![Total downloads for kettle-dev](https://img.shields.io/gem/dt/kettle-dev.svg?style=flat-square)](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 | [![Total downloads for kettle-jem](https://img.shields.io/gem/dt/kettle-jem.svg?style=flat-square)](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 | [![Total downloads for kettle-soup-cover](https://img.shields.io/gem/dt/kettle-soup-cover.svg?style=flat-square)](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 | [![Total downloads for kettle-test](https://img.shields.io/gem/dt/kettle-test.svg?style=flat-square)](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 | [![Total downloads for rubocop-lts](https://img.shields.io/gem/dt/rubocop-lts.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
107
107
 
108
108
  </details>
109
109
 
@@ -619,7 +619,7 @@ Thanks for RTFM. ☺️
619
619
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
620
620
  [⛳️gem-namespace]: https://github.com/galtzo-floss/turbo_tests2
621
621
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-TurboTests-3C2D2D.svg?style=square&logo=ruby&logoColor=white
622
- [⛳️gem-name]: https://bestgems.org/gems/turbo_tests2
622
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/turbo_tests2
623
623
  [⛳️name-img]: https://img.shields.io/badge/name-turbo__tests2-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
624
624
  [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/turbo_tests2.svg
625
625
  [⛳️tag]: https://github.com/galtzo-floss/turbo_tests2/releases
@@ -668,9 +668,9 @@ Thanks for RTFM. ☺️
668
668
  [📜gh-wiki]: https://github.com/galtzo-floss/turbo_tests2/wiki
669
669
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
670
670
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
671
- [👽dl-rank]: https://bestgems.org/gems/turbo_tests2
672
- [👽dl-ranki]: https://img.shields.io/gem/rd/turbo_tests2.svg
673
- [👽version]: https://bestgems.org/gems/turbo_tests2
671
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/turbo_tests2
672
+ [👽dl-ranki]: https://img.shields.io/gem/dt/turbo_tests2.svg
673
+ [👽version]: https://clickgems.clickhouse.com/dashboard/turbo_tests2
674
674
  [👽versioni]: https://img.shields.io/gem/v/turbo_tests2.svg
675
675
  [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/turbo_tests2
676
676
  [🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/turbo_tests2/maintainability.svg
@@ -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.4"
7
+ VERSION = "3.2.5"
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
@@ -1,11 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "version_gem"
4
- require_relative "turbo_tests/version"
5
-
6
- TurboTests::Version.class_eval do
7
- extend VersionGem::Basic
8
- end
9
3
  require "securerandom"
10
4
  require "open3"
11
5
  require "fileutils"
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
4
+ version: 3.2.5
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.14
93
+ version: 1.1.15
94
94
  type: :runtime
95
95
  prerelease: false
96
96
  version_requirements: !ruby/object:Gem::Requirement
@@ -100,7 +100,7 @@ dependencies:
100
100
  version: '1.1'
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: 1.1.14
103
+ version: 1.1.15
104
104
  - !ruby/object:Gem::Dependency
105
105
  name: kettle-dev
106
106
  requirement: !ruby/object:Gem::Requirement
@@ -110,7 +110,7 @@ dependencies:
110
110
  version: '2.5'
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 2.5.13
113
+ version: 2.5.17
114
114
  type: :development
115
115
  prerelease: false
116
116
  version_requirements: !ruby/object:Gem::Requirement
@@ -120,7 +120,7 @@ dependencies:
120
120
  version: '2.5'
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: 2.5.13
123
+ version: 2.5.17
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.17
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.17
231
+ version: 2.0.19
232
232
  - !ruby/object:Gem::Dependency
233
233
  name: ruby-progressbar
234
234
  requirement: !ruby/object:Gem::Requirement
@@ -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.4
318
- changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.4/CHANGELOG.md
317
+ source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.2.5
318
+ changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.5/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.4
320
+ documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.2.5
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