kettle-test 2.0.17 → 2.0.19
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 +41 -15
- data/README.md +16 -16
- data/lib/kettle/test/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +12 -12
- 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: 36c029c3d18575b3bfb7c4f3c1444ab4a9f7ecf424d31679e4e09383139e5175
|
|
4
|
+
data.tar.gz: 319d79a0405b36ad138de4807098b3b998b08cb6f9f69a010c8a979fbab0ff95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b92873ba9f1ea76c7c13cfbed047f04b80cad7821aa75ba8acd30cf9c683639544c567cc3c774316546e98f11231769615b845d399cbc6e5efb6f0481503d27e
|
|
7
|
+
data.tar.gz: ea9ace69c354a0e911540e9c2208cfd2c695fe86d36e955afb2e8fd940d16d967dd582ad33a127900bdf3044ab06790a25b11ecb9c1a0ce8535533966636c786
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,42 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.19] - 2026-08-02
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.19][2.0.19t]
|
|
36
|
+
- COVERAGE: 96.84% -- 92/95 lines in 17 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
|
|
38
|
+
- 100.00% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
43
|
+
preserving comments and trailing commas during template updates.
|
|
44
|
+
|
|
45
|
+
## [2.0.18] - 2026-08-01
|
|
46
|
+
|
|
47
|
+
- TAG: [v2.0.18][2.0.18t]
|
|
48
|
+
- COVERAGE: 96.84% -- 92/95 lines in 17 files
|
|
49
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
|
|
50
|
+
- 100.00% documented
|
|
51
|
+
|
|
52
|
+
### Changed
|
|
53
|
+
|
|
54
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
55
|
+
use ClickGems instead of BestGems.
|
|
56
|
+
|
|
57
|
+
### Fixed
|
|
58
|
+
|
|
59
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
60
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
61
|
+
parameter names from producing invalid configuration after a merge.
|
|
62
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
63
|
+
documentation now normalize configured underscore hostnames to valid
|
|
64
|
+
hyphenated hostnames.
|
|
65
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
66
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
67
|
+
matching Galtzo-hosted asset exists.
|
|
68
|
+
|
|
33
69
|
## [2.0.17] - 2026-07-30
|
|
34
70
|
|
|
35
71
|
- TAG: [v2.0.17][2.0.17t]
|
|
@@ -39,10 +75,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
39
75
|
|
|
40
76
|
### Added
|
|
41
77
|
|
|
42
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
-
tagged RubyForum community alongside Discord.
|
|
45
|
-
|
|
46
78
|
### Fixed
|
|
47
79
|
|
|
48
80
|
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
@@ -61,10 +93,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
61
93
|
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
62
94
|
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
63
95
|
cover both `version.rb` and `version_gem.rb`.
|
|
64
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
65
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
66
|
-
specs without adding `version_gem`.
|
|
67
|
-
|
|
68
96
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
69
97
|
relative to the gemspec directory, so packaged template assets are included
|
|
70
98
|
even when the gemspec is loaded from another working directory.
|
|
@@ -171,19 +199,13 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
171
199
|
|
|
172
200
|
### Changed
|
|
173
201
|
|
|
174
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
175
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
176
202
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
177
203
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
178
204
|
|
|
179
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
180
|
-
template-managed corporate sponsor logos from project or family config.
|
|
181
205
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
182
206
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
183
207
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
184
208
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
185
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
186
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
187
209
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
188
210
|
now include a RubyForum help badge.
|
|
189
211
|
|
|
@@ -568,7 +590,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
568
590
|
- silent_stream
|
|
569
591
|
- timecop-rspec
|
|
570
592
|
|
|
571
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.
|
|
593
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.19...HEAD
|
|
594
|
+
[2.0.19]: https://github.com/kettle-dev/kettle-test/compare/v2.0.18...v2.0.19
|
|
595
|
+
[2.0.19t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.19
|
|
596
|
+
[2.0.18]: https://github.com/kettle-dev/kettle-test/compare/v2.0.17...v2.0.18
|
|
597
|
+
[2.0.18t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.18
|
|
572
598
|
[2.0.17]: https://github.com/kettle-dev/kettle-test/compare/v2.0.16...v2.0.17
|
|
573
599
|
[2.0.17t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.17
|
|
574
600
|
[2.0.16]: https://github.com/kettle-dev/kettle-test/compare/v2.0.15...v2.0.16
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by
|
|
1
|
+
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by GitHub" src="https://github.com/kettle-dev.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🍲 Kettle::Test
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0][📄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]
|
|
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
|
|
|
@@ -83,15 +83,15 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
83
83
|
<details markdown="1">
|
|
84
84
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
85
85
|
|
|
86
|
-
| Gem | Source | Role |
|
|
86
|
+
| Gem | Source | Role | Total downloads |
|
|
87
87
|
|-----|--------|------|---------------------|
|
|
88
|
-
| [appraisal2](https://
|
|
89
|
-
| [appraisal2-rubocop](https://
|
|
90
|
-
| [kettle-dev](https://
|
|
91
|
-
| [kettle-jem](https://
|
|
92
|
-
| [kettle-soup-cover](https://
|
|
93
|
-
| [rubocop-lts](https://
|
|
94
|
-
| [turbo_tests2](https://
|
|
88
|
+
| [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) |
|
|
89
|
+
| [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) |
|
|
90
|
+
| [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) |
|
|
91
|
+
| [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) |
|
|
92
|
+
| [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) |
|
|
93
|
+
| [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) |
|
|
94
|
+
| [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
95
95
|
|
|
96
96
|
</details>
|
|
97
97
|
|
|
@@ -653,14 +653,14 @@ Thanks for RTFM. ☺️
|
|
|
653
653
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
654
654
|
[✉️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
|
|
655
655
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
656
|
-
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https
|
|
657
|
-
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https
|
|
656
|
+
[✉️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
|
|
657
|
+
[✉️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
|
|
658
658
|
[✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
|
|
659
659
|
|
|
660
660
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
661
661
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-test
|
|
662
662
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Test-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
663
|
-
[⛳️gem-name]: https://
|
|
663
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/kettle-test
|
|
664
664
|
[⛳️name-img]: https://img.shields.io/badge/name-kettle--test-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
665
665
|
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-test.svg
|
|
666
666
|
[⛳️tag]: https://github.com/kettle-dev/kettle-test/releases
|
|
@@ -709,9 +709,9 @@ Thanks for RTFM. ☺️
|
|
|
709
709
|
[📜gh-wiki]: https://github.com/kettle-dev/kettle-test/wiki
|
|
710
710
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
711
711
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
712
|
-
[👽dl-rank]: https://
|
|
713
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
714
|
-
[👽version]: https://
|
|
712
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/kettle-test
|
|
713
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/kettle-test.svg
|
|
714
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/kettle-test
|
|
715
715
|
[👽versioni]: https://img.shields.io/gem/v/kettle-test.svg
|
|
716
716
|
[🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-test
|
|
717
717
|
[🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-test/maintainability.svg
|
data/lib/kettle/test/version.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Kettle
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "2.0.
|
|
8
|
+
VERSION = "2.0.19"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
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: kettle-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -225,20 +225,20 @@ dependencies:
|
|
|
225
225
|
requirements:
|
|
226
226
|
- - "~>"
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
|
-
version: '2.
|
|
228
|
+
version: '2.5'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.
|
|
231
|
+
version: 2.5.16
|
|
232
232
|
type: :development
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
235
235
|
requirements:
|
|
236
236
|
- - "~>"
|
|
237
237
|
- !ruby/object:Gem::Version
|
|
238
|
-
version: '2.
|
|
238
|
+
version: '2.5'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.
|
|
241
|
+
version: 2.5.16
|
|
242
242
|
- !ruby/object:Gem::Dependency
|
|
243
243
|
name: bundler-audit
|
|
244
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -330,7 +330,7 @@ dependencies:
|
|
|
330
330
|
version: '1.0'
|
|
331
331
|
- - ">="
|
|
332
332
|
- !ruby/object:Gem::Version
|
|
333
|
-
version: 1.0.
|
|
333
|
+
version: 1.0.8
|
|
334
334
|
type: :development
|
|
335
335
|
prerelease: false
|
|
336
336
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -340,7 +340,7 @@ dependencies:
|
|
|
340
340
|
version: '1.0'
|
|
341
341
|
- - ">="
|
|
342
342
|
- !ruby/object:Gem::Version
|
|
343
|
-
version: 1.0.
|
|
343
|
+
version: 1.0.8
|
|
344
344
|
- !ruby/object:Gem::Dependency
|
|
345
345
|
name: gitmoji-regex
|
|
346
346
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -350,7 +350,7 @@ dependencies:
|
|
|
350
350
|
version: '2.0'
|
|
351
351
|
- - ">="
|
|
352
352
|
- !ruby/object:Gem::Version
|
|
353
|
-
version: 2.0.
|
|
353
|
+
version: 2.0.11
|
|
354
354
|
type: :development
|
|
355
355
|
prerelease: false
|
|
356
356
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -360,7 +360,7 @@ dependencies:
|
|
|
360
360
|
version: '2.0'
|
|
361
361
|
- - ">="
|
|
362
362
|
- !ruby/object:Gem::Version
|
|
363
|
-
version: 2.0.
|
|
363
|
+
version: 2.0.11
|
|
364
364
|
description: "\U0001F372 Kettle::Test is a meta tool from kettle-dev to streamline
|
|
365
365
|
testing. Acts as a shim dependency, pulling in many other dependencies, to give
|
|
366
366
|
you OOTB productivity with a RubyGem, or Ruby app project. Configures RSpec w/ syntactic
|
|
@@ -404,10 +404,10 @@ licenses:
|
|
|
404
404
|
- PolyForm-Small-Business-1.0.0
|
|
405
405
|
metadata:
|
|
406
406
|
homepage_uri: https://kettle-test.galtzo.com
|
|
407
|
-
source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.
|
|
408
|
-
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.
|
|
407
|
+
source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.19
|
|
408
|
+
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.19/CHANGELOG.md
|
|
409
409
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-test/issues
|
|
410
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.
|
|
410
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.19
|
|
411
411
|
funding_uri: https://github.com/sponsors/pboling
|
|
412
412
|
wiki_uri: https://github.com/kettle-dev/kettle-test/wiki
|
|
413
413
|
news_uri: https://www.railsbling.com/tags/kettle-test
|
metadata.gz.sig
CHANGED
|
Binary file
|