kettle-test 2.0.16 → 2.0.17
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 +46 -1
- data/README.md +14 -14
- data/lib/kettle/test/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +7 -6
- 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: e5c8d30ed21678d68bbed5eb6a8d48ad1f74e7f2513785d3efd30d4f87f95998
|
|
4
|
+
data.tar.gz: 2d77b516497038885b23e4006d37aa9eae913ae265db570adc50405e3f6dcbb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caa09365a38dc696925ce21191edec68dda0bcdcb59e5835a4c4dc9a5b249b1326316a48230d2b7b028df67dabc42b8354243962d23d32b2590d24ef70abf3c8
|
|
7
|
+
data.tar.gz: 7fd90ea303ee512be3abefe0dc94f730800476ca1c52eca28f0d08cc21efdd74cefd5e7f2893a2ce331a389b127d5e86f220755f0421454e6f222f8b83d9976a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,49 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.17] - 2026-07-30
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.17][2.0.17t]
|
|
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
|
+
### Added
|
|
41
|
+
|
|
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
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
49
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
50
|
+
before the test suite starts.
|
|
51
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
52
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
53
|
+
lockfile parser failures on Git and path dependencies.
|
|
54
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
55
|
+
missing canonical version spec when a project only has shim namespace version
|
|
56
|
+
specs.
|
|
57
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
58
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
59
|
+
failures against `gem.coop`.
|
|
60
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
61
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
62
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
63
|
+
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
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
69
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
70
|
+
even when the gemspec is loaded from another working directory.
|
|
71
|
+
|
|
72
|
+
- Generated gemspec package file enumeration now avoids `Array#filter_map`, so
|
|
73
|
+
JRuby 9.2 / Ruby 2.5 workflow jobs can parse the gemspec during Bundler
|
|
74
|
+
install.
|
|
75
|
+
|
|
33
76
|
## [2.0.16] - 2026-07-28
|
|
34
77
|
|
|
35
78
|
- TAG: [v2.0.16][2.0.16t]
|
|
@@ -525,7 +568,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
525
568
|
- silent_stream
|
|
526
569
|
- timecop-rspec
|
|
527
570
|
|
|
528
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.
|
|
571
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.17...HEAD
|
|
572
|
+
[2.0.17]: https://github.com/kettle-dev/kettle-test/compare/v2.0.16...v2.0.17
|
|
573
|
+
[2.0.17t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.17
|
|
529
574
|
[2.0.16]: https://github.com/kettle-dev/kettle-test/compare/v2.0.15...v2.0.16
|
|
530
575
|
[2.0.16t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.16
|
|
531
576
|
[2.0.15]: https://github.com/kettle-dev/kettle-test/compare/v2.0.14...v2.0.15
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 🍲 Kettle::Test
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0][📄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]
|
|
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] [![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]
|
|
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
|
|
|
@@ -100,17 +100,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
100
100
|
<details markdown="1">
|
|
101
101
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
102
102
|
|
|
103
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
104
|
-
|
|
105
|
-
| 🧪 [kettle-dev/kettle-test on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
106
|
-
| 🧊 [kettle-dev/kettle-test on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
107
|
-
| 🐙 [kettle-dev/kettle-test on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
108
|
-
| 🎮️ [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] |
|
|
103
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
104
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
105
|
+
| 🧪 [kettle-dev/kettle-test on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
106
|
+
| 🧊 [kettle-dev/kettle-test on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
107
|
+
| 🐙 [kettle-dev/kettle-test on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
109
108
|
|
|
110
109
|
</details>
|
|
111
110
|
|
|
112
|
-
[gh-discussions]: https://github.com/kettle-dev/kettle-test/discussions
|
|
113
|
-
|
|
114
111
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-test?utm_source=rubygems-kettle-test&utm_medium=referral&utm_campaign=readme)
|
|
115
112
|
|
|
116
113
|
Available as part of the Tidelift Subscription.
|
|
@@ -128,6 +125,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
128
125
|
|
|
129
126
|
Alternatively:
|
|
130
127
|
|
|
128
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
131
129
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
132
130
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
133
131
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -609,11 +607,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
609
607
|
so if you value the work I am doing, I need your support.
|
|
610
608
|
Please consider sponsoring me or the project.
|
|
611
609
|
|
|
612
|
-
To join the community or get help
|
|
610
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
613
611
|
|
|
612
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
614
613
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
615
614
|
|
|
616
|
-
To say "thanks!" ☝️ Join the
|
|
615
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
617
616
|
|
|
618
617
|
[![Sponsor kettle-dev/kettle-test 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]
|
|
619
618
|
|
|
@@ -654,8 +653,9 @@ Thanks for RTFM. ☺️
|
|
|
654
653
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
655
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
|
|
656
655
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
657
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
658
|
-
[✉️ruby-forum]: https://www.rubyforum.org
|
|
656
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
657
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
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
|
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.17"
|
|
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.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -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.10
|
|
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.10
|
|
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,14 +404,15 @@ 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.17
|
|
408
|
+
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.17/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.17
|
|
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
|
|
414
414
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
415
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
415
416
|
rubygems_mfa_required: 'true'
|
|
416
417
|
rdoc_options:
|
|
417
418
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|