kettle-rb 0.1.5 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4425f2ad973788f854fe8848ae2d54ebe7b8596b589b01973bbdeffa110879f
4
- data.tar.gz: 35a617a0a8cba97321019207c768a9ada29fac235a25ceb74ef41aa976a6e907
3
+ metadata.gz: 9077619d088dbcfd4c5afa4ff2ab6c1fa310f226e80ae9de6bc3f98da343f6bf
4
+ data.tar.gz: bd4fa4b7057fff99c11cfabc2b6357addfa3ad64c5d9340a33a5aaf0457b9003
5
5
  SHA512:
6
- metadata.gz: 0c5c2ceace1a8e905920cec0ce4e29718d37fb2da8fb561bd4ece9d9ee47e00a5a4403463cc939cf9da050a6e712dd255aed3aeb1a7dc9620194532aced5e936
7
- data.tar.gz: ceba3005501e9b0ebb6fc0e54d11efd6387d267d36ff46a02209af6319cbfb09e514a26378e747c8ed44a7234e44ade8c07d36e2c95766c1e2525445fbe992b1
6
+ metadata.gz: 450f395c6d43a1d3dfb0bfd49e18fa51e0de9043f11360e5b1f8657f590a56880a7b4669a7123a74debf234f76e4e1df75d8ca13ee43a608d796a729d3b25426
7
+ data.tar.gz: 5eaf376d35520db541780ce759082d0f2f68688bfce940a8a1f56c4099ec6b23521123451a18091f642407b8d2b275a2eb1c1b7526795b742a9dd3eaafcf2903
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,87 @@ 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
+
71
+ ## [0.1.6] - 2026-07-28
72
+
73
+ - TAG: [v0.1.6][0.1.6t]
74
+ - COVERAGE: 100.00% -- 76/76 lines in 3 files
75
+ - BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
76
+ - 48.78% documented
77
+
78
+ ### Added
79
+
80
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
81
+ configuration and documentation dependencies so documentation issues fail
82
+ before generated docs are refreshed.
83
+
84
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
85
+ RSpec helpers provided by `kettle-test`.
86
+
87
+ ### Changed
88
+
89
+ - kettle-jem-template-20260725-001 - Release pull request branches beginning
90
+ with `feature/release` now run JRuby and TruffleRuby workflows.
91
+ - kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
92
+ cover `version.rb` without redefining constants, or are removed when version
93
+ specs are not managed for the project.
94
+
95
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
96
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
97
+ installing the main Gemfile bundle.
98
+
99
+ ### Fixed
100
+
101
+ - kettle-jem-template-20260726-002 - Generated version files now document their
102
+ version namespace and constants, reducing warning-only YARD lint output.
103
+
104
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
105
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
106
+ coverage thresholds still pass.
107
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
108
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
109
+ installs are not reported as project lint debt.
110
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
111
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
112
+ before the test suite starts.
113
+
33
114
  ## [0.1.5] - 2026-07-21
34
115
 
35
116
  - TAG: [v0.1.5][0.1.5t]
@@ -130,7 +211,11 @@ Please file a bug if you notice a violation of semantic versioning.
130
211
  - Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
131
212
  and RuboCop LTS compatibility source of truth for kettle-dev tooling.
132
213
 
133
- [Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.5...HEAD
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
217
+ [0.1.6]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.5...v0.1.6
218
+ [0.1.6t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.6
134
219
  [0.1.5]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.4...v0.1.5
135
220
  [0.1.5t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.5
136
221
  [0.1.4]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.3...v0.1.4
data/LICENSE.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This project is made available under the following license.
4
4
  Choose the option that best fits your use case:
5
5
 
6
- - [MIT](MIT.md)
6
+ - [MIT](https://github.com/kettle-dev/kettle-rb/blob/main/MIT.md)
7
7
 
8
8
  ## Copyright Notice
9
9
 
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 [discord notification][✉️discord-invite].
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
 
@@ -47,7 +47,7 @@ Use it when tooling needs to answer questions like:
47
47
  | Works with MRI Ruby 2 | ![Ruby 2.0 Compat][💎ruby-2.0i] ![Ruby 2.1 Compat][💎ruby-2.1i] ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
48
48
  | Works with MRI Ruby 1 | ![Ruby 1.8 Compat][💎ruby-1.8i] ![Ruby 1.9 Compat][💎ruby-1.9i]|
49
49
  | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
50
- | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
50
+ | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on GitHub.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
51
51
  | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
52
52
  | Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
53
53
  | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
@@ -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 | Discussions |
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 | [💚][gh-discussions] |
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 [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-rb)](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]
@@ -333,7 +331,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
333
331
  ## 📄 License
334
332
 
335
333
  The gem is available as open source under the terms of
336
- the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
334
+ the [MIT](https://github.com/kettle-dev/kettle-rb/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
337
335
 
338
336
  ### © Copyright
339
337
 
@@ -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 👇️ Join the Discord.
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 Discord or 👇️ send money.
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/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
404
- [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
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
@@ -447,7 +447,7 @@ Thanks for RTFM. ☺️
447
447
  [📜src-gl]: https://gitlab.com/kettle-dev/kettle-rb
448
448
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
449
449
  [📜src-cb]: https://codeberg.org/kettle-dev/kettle-rb
450
- [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
450
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
451
451
  [📜src-gh]: https://github.com/kettle-dev/kettle-rb
452
452
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
453
453
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
@@ -568,7 +568,7 @@ Thanks for RTFM. ☺️
568
568
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
569
569
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
570
570
  [📄license]: LICENSE.md
571
- [📄license-ref]: MIT.md
571
+ [📄license-ref]: https://github.com/kettle-dev/kettle-rb/blob/main/MIT.md
572
572
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
573
573
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
574
574
  [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
@@ -2,9 +2,12 @@
2
2
 
3
3
  module Kettle
4
4
  module Rb
5
+ # Version namespace for this gem.
5
6
  module Version
6
- VERSION = "0.1.5"
7
+ # Current gem version.
8
+ VERSION = "0.1.7"
7
9
  end
10
+ # Current gem version exposed at the traditional constant location.
8
11
  VERSION = Version::VERSION # Traditional Constant Location
9
12
  end
10
13
  end
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.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -105,6 +105,26 @@ dependencies:
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
107
  version: 1.0.4
108
+ - !ruby/object:Gem::Dependency
109
+ name: anonymous_loader
110
+ requirement: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - "~>"
113
+ - !ruby/object:Gem::Version
114
+ version: '0.1'
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: 0.1.3
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '0.1'
125
+ - - ">="
126
+ - !ruby/object:Gem::Version
127
+ version: 0.1.3
108
128
  - !ruby/object:Gem::Dependency
109
129
  name: appraisal2
110
130
  requirement: !ruby/object:Gem::Requirement
@@ -134,7 +154,7 @@ dependencies:
134
154
  version: '2.0'
135
155
  - - ">="
136
156
  - !ruby/object:Gem::Version
137
- version: 2.0.11
157
+ version: 2.0.17
138
158
  type: :development
139
159
  prerelease: false
140
160
  version_requirements: !ruby/object:Gem::Requirement
@@ -144,7 +164,7 @@ dependencies:
144
164
  version: '2.0'
145
165
  - - ">="
146
166
  - !ruby/object:Gem::Version
147
- version: 2.0.11
167
+ version: 2.0.17
148
168
  - !ruby/object:Gem::Dependency
149
169
  name: turbo_tests2
150
170
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +174,7 @@ dependencies:
154
174
  version: '3.2'
155
175
  - - ">="
156
176
  - !ruby/object:Gem::Version
157
- version: 3.2.0
177
+ version: 3.2.3
158
178
  type: :development
159
179
  prerelease: false
160
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -164,7 +184,7 @@ dependencies:
164
184
  version: '3.2'
165
185
  - - ">="
166
186
  - !ruby/object:Gem::Version
167
- version: 3.2.0
187
+ version: 3.2.3
168
188
  - !ruby/object:Gem::Dependency
169
189
  name: ruby-progressbar
170
190
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +208,7 @@ dependencies:
188
208
  version: '1.0'
189
209
  - - ">="
190
210
  - !ruby/object:Gem::Version
191
- version: 1.0.6
211
+ version: 1.0.7
192
212
  type: :development
193
213
  prerelease: false
194
214
  version_requirements: !ruby/object:Gem::Requirement
@@ -198,7 +218,7 @@ dependencies:
198
218
  version: '1.0'
199
219
  - - ">="
200
220
  - !ruby/object:Gem::Version
201
- version: 1.0.6
221
+ version: 1.0.7
202
222
  - !ruby/object:Gem::Dependency
203
223
  name: gitmoji-regex
204
224
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +228,7 @@ dependencies:
208
228
  version: '2.0'
209
229
  - - ">="
210
230
  - !ruby/object:Gem::Version
211
- version: 2.0.4
231
+ version: 2.0.10
212
232
  type: :development
213
233
  prerelease: false
214
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +238,7 @@ dependencies:
218
238
  version: '2.0'
219
239
  - - ">="
220
240
  - !ruby/object:Gem::Version
221
- version: 2.0.4
241
+ version: 2.0.10
222
242
  description: "\U0001F4CF Provides the shared Ruby, engine, Rails, RuboCop, and RuboCop
223
243
  LTS compatibility matrix used by Kettle-managed gems."
224
244
  email:
@@ -239,14 +259,15 @@ licenses:
239
259
  - MIT
240
260
  metadata:
241
261
  homepage_uri: https://kettle-rb.galtzo.com
242
- source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.5
243
- changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.5/CHANGELOG.md
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
244
264
  bug_tracker_uri: https://github.com/kettle-dev/kettle-rb/issues
245
- documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.5
265
+ documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.7
246
266
  funding_uri: https://github.com/sponsors/pboling
247
267
  wiki_uri: https://github.com/kettle-dev/kettle-rb/wiki
248
268
  news_uri: https://www.railsbling.com/tags/kettle-rb
249
269
  discord_uri: https://discord.gg/3qme4XHNKN
270
+ mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
250
271
  rubygems_mfa_required: 'true'
251
272
  rdoc_options:
252
273
  - "--title"
@@ -271,7 +292,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
271
292
  - !ruby/object:Gem::Version
272
293
  version: '0'
273
294
  requirements: []
274
- rubygems_version: 4.0.16
295
+ rubygems_version: 4.0.17
275
296
  specification_version: 4
276
297
  summary: "\U0001F4CF Shared Ruby compatibility matrix data for Kettle tooling."
277
298
  test_files: []
metadata.gz.sig CHANGED
Binary file