kettle-rb 0.1.6 → 0.1.7
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 -1
- data/README.md +14 -14
- data/lib/kettle/rb/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +9 -8
- 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: 9077619d088dbcfd4c5afa4ff2ab6c1fa310f226e80ae9de6bc3f98da343f6bf
|
|
4
|
+
data.tar.gz: bd4fa4b7057fff99c11cfabc2b6357addfa3ad64c5d9340a33a5aaf0457b9003
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 450f395c6d43a1d3dfb0bfd49e18fa51e0de9043f11360e5b1f8657f590a56880a7b4669a7123a74debf234f76e4e1df75d8ca13ee43a608d796a729d3b25426
|
|
7
|
+
data.tar.gz: 5eaf376d35520db541780ce759082d0f2f68688bfce940a8a1f56c4099ec6b23521123451a18091f642407b8d2b275a2eb1c1b7526795b742a9dd3eaafcf2903
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,44 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.7] - 2026-07-30
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.7][0.1.7t]
|
|
36
|
+
- COVERAGE: 100.00% -- 76/76 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
|
|
38
|
+
- 48.78% 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
|
+
- Version specs now test the plain old-Ruby version contract instead of expecting
|
|
49
|
+
VersionGem APIs that this gem cannot depend on.
|
|
50
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
51
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
52
|
+
lockfile parser failures on Git and path dependencies.
|
|
53
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
54
|
+
missing canonical version spec when a project only has shim namespace version
|
|
55
|
+
specs.
|
|
56
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
57
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
58
|
+
failures against `gem.coop`.
|
|
59
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
60
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
61
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
62
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
63
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
64
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
65
|
+
specs without adding `version_gem`.
|
|
66
|
+
|
|
67
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
68
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
69
|
+
even when the gemspec is loaded from another working directory.
|
|
70
|
+
|
|
33
71
|
## [0.1.6] - 2026-07-28
|
|
34
72
|
|
|
35
73
|
- TAG: [v0.1.6][0.1.6t]
|
|
@@ -173,7 +211,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
173
211
|
- Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
|
|
174
212
|
and RuboCop LTS compatibility source of truth for kettle-dev tooling.
|
|
175
213
|
|
|
176
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.
|
|
214
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.7...HEAD
|
|
215
|
+
[0.1.7]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.6...v0.1.7
|
|
216
|
+
[0.1.7t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.7
|
|
177
217
|
[0.1.6]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.5...v0.1.6
|
|
178
218
|
[0.1.6t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.6
|
|
179
219
|
[0.1.5]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.4...v0.1.5
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 📏 Kettle::Rb
|
|
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
|
|
|
@@ -87,17 +87,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
87
87
|
<details markdown="1">
|
|
88
88
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
89
89
|
|
|
90
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
91
|
-
|
|
92
|
-
| 🧪 [kettle-dev/kettle-rb on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
93
|
-
| 🧊 [kettle-dev/kettle-rb on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
94
|
-
| 🐙 [kettle-dev/kettle-rb on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
95
|
-
| 🎮️ [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] |
|
|
90
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
91
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
92
|
+
| 🧪 [kettle-dev/kettle-rb on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
93
|
+
| 🧊 [kettle-dev/kettle-rb on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
94
|
+
| 🐙 [kettle-dev/kettle-rb on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
96
95
|
|
|
97
96
|
</details>
|
|
98
97
|
|
|
99
|
-
[gh-discussions]: https://github.com/kettle-dev/kettle-rb/discussions
|
|
100
|
-
|
|
101
98
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-rb?utm_source=rubygems-kettle-rb&utm_medium=referral&utm_campaign=readme)
|
|
102
99
|
|
|
103
100
|
Available as part of the Tidelift Subscription.
|
|
@@ -115,6 +112,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
115
112
|
|
|
116
113
|
Alternatively:
|
|
117
114
|
|
|
115
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
118
116
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
119
117
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
120
118
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -355,11 +353,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
355
353
|
so if you value the work I am doing, I need your support.
|
|
356
354
|
Please consider sponsoring me or the project.
|
|
357
355
|
|
|
358
|
-
To join the community or get help
|
|
356
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
359
357
|
|
|
358
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
360
359
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
361
360
|
|
|
362
|
-
To say "thanks!" ☝️ Join the
|
|
361
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
363
362
|
|
|
364
363
|
[![Sponsor kettle-dev/kettle-rb 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]
|
|
365
364
|
|
|
@@ -400,8 +399,9 @@ Thanks for RTFM. ☺️
|
|
|
400
399
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
401
400
|
[✉️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
|
|
402
401
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
403
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
404
|
-
[✉️ruby-forum]: https://www.rubyforum.org
|
|
402
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
403
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
404
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
|
|
405
405
|
|
|
406
406
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
407
407
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-rb
|
data/lib/kettle/rb/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 = "0.1.
|
|
8
|
+
VERSION = "0.1.7"
|
|
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-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -154,7 +154,7 @@ dependencies:
|
|
|
154
154
|
version: '2.0'
|
|
155
155
|
- - ">="
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 2.0.
|
|
157
|
+
version: 2.0.17
|
|
158
158
|
type: :development
|
|
159
159
|
prerelease: false
|
|
160
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,7 +164,7 @@ dependencies:
|
|
|
164
164
|
version: '2.0'
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 2.0.
|
|
167
|
+
version: 2.0.17
|
|
168
168
|
- !ruby/object:Gem::Dependency
|
|
169
169
|
name: turbo_tests2
|
|
170
170
|
requirement: !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.10
|
|
232
232
|
type: :development
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,7 +238,7 @@ dependencies:
|
|
|
238
238
|
version: '2.0'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.10
|
|
242
242
|
description: "\U0001F4CF Provides the shared Ruby, engine, Rails, RuboCop, and RuboCop
|
|
243
243
|
LTS compatibility matrix used by Kettle-managed gems."
|
|
244
244
|
email:
|
|
@@ -259,14 +259,15 @@ licenses:
|
|
|
259
259
|
- MIT
|
|
260
260
|
metadata:
|
|
261
261
|
homepage_uri: https://kettle-rb.galtzo.com
|
|
262
|
-
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.
|
|
263
|
-
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.
|
|
262
|
+
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.7
|
|
263
|
+
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.7/CHANGELOG.md
|
|
264
264
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-rb/issues
|
|
265
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.
|
|
265
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.7
|
|
266
266
|
funding_uri: https://github.com/sponsors/pboling
|
|
267
267
|
wiki_uri: https://github.com/kettle-dev/kettle-rb/wiki
|
|
268
268
|
news_uri: https://www.railsbling.com/tags/kettle-rb
|
|
269
269
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
270
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
270
271
|
rubygems_mfa_required: 'true'
|
|
271
272
|
rdoc_options:
|
|
272
273
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|