kettle-gha-pins 0.3.3 → 0.3.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: ace9741a6103bddad79df3803ccc35153af81161b7c21c1615f08a10604e6c92
4
- data.tar.gz: 8f212c66b4cbb24a32491dfb8c9ede3477492daa20449e9eaa2d3278a2859818
3
+ metadata.gz: cf726f5ae9da944049ab93d0a7c7f8ae1395738d688d7413675a962c4c086529
4
+ data.tar.gz: df590d540be898f5d050981b4e8ea2c263368b5fc59a41679bdddd57d0f73fd9
5
5
  SHA512:
6
- metadata.gz: e411ca542ea1db8da7c50018698d07958d06da43ec83259ae9b98d5bec7c3417c3d5b42ef49bf58fc48ab082088277bc63832e633038720304e59a18a0c6bece
7
- data.tar.gz: e9ee10f5a5a2d517b1579c14dc7f6369c043d74ba568bf3d4cff79996cec4386b032c0c9d1d442362be66fa89cf072524daf83157ad2272a746e54b68375747a
6
+ metadata.gz: 6caf9c879b226f3b3df8d9a5a1be52ef2374a26dbdf68bc3f8a71385e7839a8bc1a2c4e4c1cb0068a04d9e784d51337365588f90f6a46600f20cc82f7336b23a
7
+ data.tar.gz: a93449246760eece2458ffd97fbf33141202b28d8ae75cc59010895a6c08e1d1f6469d0302d296aa7e47d213092938d9ac2d598185966f595532c7930cc5c0ee
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1 @@
1
- E-��R,���|0����~:aצq�+~��>�p�����/c,�g%m���jCNht]@}��vu�*�.y;�i ���QB�� 3+>ls��x4R^�)���T�nq-��„��2�Sج�sűr�������UQ��ŋFĺ�l����TB҉��
2
- ep�����k�qʦ;g��������R��3�*��Խ�l8�����%Ok��cpƥپ��[1�MP4�q4�G'nc[&{ktVj:�1ߨu!Dk��� ��pKK��A���ِ�lhO��v�x�W|y��T4<Er~(X> E��oՏv:�;�ԙ���I�a���y�kL~1=�0_X������-
1
+ AP�;>; V��z0}(DNt�o6�Jtu��� X:�W�8}Ip�]�<�B<v�>!㓴V�W��'��-)_�d��W���y"�7�� H�v��������V� ��1��0�!_�r�@��_�6��0H�Yޅz���֐�k�E�쉝KGMD`Y�f����J$���Muƈ��"$����W��; & _E�@�f���WoWɞ�����%V���Ӫ+�a��i!CB7�[� I_RL~0��nFZd���!��'�RL�c��l�?����2DS����)�����k�_z�Hx$9S���o\���Q�Īr������)��ޙ,?-#���=k��'�Cd���"�㙸$Y"8R:‡`�c�j�
data/CHANGELOG.md CHANGED
@@ -30,6 +30,68 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.3.5] - 2026-08-01
34
+
35
+ - TAG: [v0.3.5][0.3.5t]
36
+ - COVERAGE: 98.94% -- 935/945 lines in 8 files
37
+ - BRANCH COVERAGE: 90.91% -- 380/418 branches in 8 files
38
+ - 24.04% 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
+ ## [0.3.4] - 2026-07-30
58
+
59
+ - TAG: [v0.3.4][0.3.4t]
60
+ - COVERAGE: 98.94% -- 935/945 lines in 8 files
61
+ - BRANCH COVERAGE: 90.91% -- 380/418 branches in 8 files
62
+ - 24.04% documented
63
+
64
+ ### Added
65
+
66
+ - kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
67
+ project's RubyForum tag as `mailing_list_uri`, and support docs link to the
68
+ tagged RubyForum community alongside Discord.
69
+
70
+ ### Fixed
71
+
72
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
73
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
74
+ before the test suite starts.
75
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
76
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
77
+ lockfile parser failures on Git and path dependencies.
78
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
79
+ missing canonical version spec when a project only has shim namespace version
80
+ specs.
81
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
82
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
83
+ failures against `gem.coop`.
84
+ - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
85
+ and templates dedicated `version_gem.rb` entrypoints even when the gemspec
86
+ dependency is intentionally omitted, and generated anonymous-loader specs
87
+ cover both `version.rb` and `version_gem.rb`.
88
+ - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
89
+ floor now get managed minimal `version.rb` files and anonymous-loader version
90
+ specs without adding `version_gem`.
91
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
92
+ relative to the gemspec directory, so release package contents stay correct
93
+ even when the gemspec is loaded from another working directory.
94
+
33
95
  ## [0.3.3] - 2026-07-28
34
96
 
35
97
  - TAG: [v0.3.3][0.3.3t]
@@ -196,7 +258,11 @@ Please file a bug if you notice a violation of semantic versioning.
196
258
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
197
259
  now include a RubyForum help badge.
198
260
 
199
- [Unreleased]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.3...HEAD
261
+ [Unreleased]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.5...HEAD
262
+ [0.3.5]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.4...v0.3.5
263
+ [0.3.5t]: https://github.com/kettle-dev/kettle-gha-pins/releases/tag/v0.3.5
264
+ [0.3.4]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.3...v0.3.4
265
+ [0.3.4t]: https://github.com/kettle-dev/kettle-gha-pins/releases/tag/v0.3.4
200
266
  [0.3.3]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.2...v0.3.3
201
267
  [0.3.3t]: https://github.com/kettle-dev/kettle-gha-pins/releases/tag/v0.3.3
202
268
  [0.3.2]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.1...v0.3.2
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
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::Gha::Pins
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] [![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
- `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
 
@@ -70,16 +70,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
70
70
  <details markdown="1">
71
71
  <summary>How kettle-dev manages complexity in tests</summary>
72
72
 
73
- | Gem | Source | Role | Daily download rank |
73
+ | Gem | Source | Role | Total downloads |
74
74
  |-----|--------|------|---------------------|
75
- | [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) |
76
- | [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) |
77
- | [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) |
78
- | [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) |
79
- | [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) |
80
- | [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) |
81
- | [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) |
82
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
75
+ | [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) |
76
+ | [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) |
77
+ | [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) |
78
+ | [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) |
79
+ | [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) |
80
+ | [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) |
81
+ | [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) |
82
+ | [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Total downloads for turbo_tests2](https://img.shields.io/gem/dt/turbo_tests2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
83
83
 
84
84
  </details>
85
85
 
@@ -88,17 +88,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
88
88
  <details markdown="1">
89
89
  <summary>Find this repo on federated forges (Coming soon!)</summary>
90
90
 
91
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
92
- |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
93
- | 🧪 [kettle-dev/kettle-gha-pins on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
94
- | 🧊 [kettle-dev/kettle-gha-pins on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
95
- | 🐙 [kettle-dev/kettle-gha-pins on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
96
- | 🎮️ [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] |
91
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
92
+ |-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
93
+ | 🧪 [kettle-dev/kettle-gha-pins on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
94
+ | 🧊 [kettle-dev/kettle-gha-pins on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
95
+ | 🐙 [kettle-dev/kettle-gha-pins on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
97
96
 
98
97
  </details>
99
98
 
100
- [gh-discussions]: https://github.com/kettle-dev/kettle-gha-pins/discussions
101
-
102
99
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-gha-pins)](https://tidelift.com/subscription/pkg/rubygems-kettle-gha-pins?utm_source=rubygems-kettle-gha-pins&utm_medium=referral&utm_campaign=readme)
103
100
 
104
101
  Available as part of the Tidelift Subscription.
@@ -116,6 +113,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
116
113
 
117
114
  Alternatively:
118
115
 
116
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
119
117
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
120
118
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
121
119
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -361,11 +359,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
361
359
  so if you value the work I am doing, I need your support.
362
360
  Please consider sponsoring me or the project.
363
361
 
364
- To join the community or get help 👇️ Join the Discord.
362
+ To join the community or get help, use the RubyForum or Discord.
365
363
 
364
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
366
365
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
367
366
 
368
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
367
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
369
368
 
370
369
  [![Sponsor kettle-dev/kettle-gha-pins 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]
371
370
 
@@ -406,13 +405,14 @@ Thanks for RTFM. ☺️
406
405
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
407
406
  [✉️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
408
407
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
409
- [✉️ruby-forum-img]: https://img.shields.io/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
410
- [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
408
+ [✉️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
409
+ [✉️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
410
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
411
411
 
412
412
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
413
413
  [⛳️gem-namespace]: https://github.com/kettle-dev/kettle-gha-pins
414
414
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Gha::Pins-3C2D2D.svg?style=square&logo=ruby&logoColor=white
415
- [⛳️gem-name]: https://bestgems.org/gems/kettle-gha-pins
415
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/kettle-gha-pins
416
416
  [⛳️name-img]: https://img.shields.io/badge/name-kettle--gha--pins-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
417
417
  [⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-gha-pins.svg
418
418
  [⛳️tag]: https://github.com/kettle-dev/kettle-gha-pins/releases
@@ -461,9 +461,9 @@ Thanks for RTFM. ☺️
461
461
  [📜gh-wiki]: https://github.com/kettle-dev/kettle-gha-pins/wiki
462
462
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
463
463
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
464
- [👽dl-rank]: https://bestgems.org/gems/kettle-gha-pins
465
- [👽dl-ranki]: https://img.shields.io/gem/rd/kettle-gha-pins.svg
466
- [👽version]: https://bestgems.org/gems/kettle-gha-pins
464
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/kettle-gha-pins
465
+ [👽dl-ranki]: https://img.shields.io/gem/dt/kettle-gha-pins.svg
466
+ [👽version]: https://clickgems.clickhouse.com/dashboard/kettle-gha-pins
467
467
  [👽versioni]: https://img.shields.io/gem/v/kettle-gha-pins.svg
468
468
  [🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-gha-pins
469
469
  [🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-gha-pins/maintainability.svg
@@ -6,7 +6,7 @@ module Kettle
6
6
  # Version namespace for this gem.
7
7
  module Version
8
8
  # Current gem version.
9
- VERSION = "0.3.3"
9
+ VERSION = "0.3.5"
10
10
  end
11
11
  # Current gem version exposed at the traditional constant location.
12
12
  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-gha-pins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -91,20 +91,20 @@ dependencies:
91
91
  requirements:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
- version: '2.3'
94
+ version: '2.5'
95
95
  - - ">="
96
96
  - !ruby/object:Gem::Version
97
- version: 2.3.7
97
+ version: 2.5.14
98
98
  type: :development
99
99
  prerelease: false
100
100
  version_requirements: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - "~>"
103
103
  - !ruby/object:Gem::Version
104
- version: '2.3'
104
+ version: '2.5'
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
- version: 2.3.7
107
+ version: 2.5.14
108
108
  - !ruby/object:Gem::Dependency
109
109
  name: bundler-audit
110
110
  requirement: !ruby/object:Gem::Requirement
@@ -202,7 +202,7 @@ dependencies:
202
202
  version: '2.0'
203
203
  - - ">="
204
204
  - !ruby/object:Gem::Version
205
- version: 2.0.15
205
+ version: 2.0.17
206
206
  type: :development
207
207
  prerelease: false
208
208
  version_requirements: !ruby/object:Gem::Requirement
@@ -212,7 +212,7 @@ dependencies:
212
212
  version: '2.0'
213
213
  - - ">="
214
214
  - !ruby/object:Gem::Version
215
- version: 2.0.15
215
+ version: 2.0.17
216
216
  - !ruby/object:Gem::Dependency
217
217
  name: turbo_tests2
218
218
  requirement: !ruby/object:Gem::Requirement
@@ -222,7 +222,7 @@ dependencies:
222
222
  version: '3.2'
223
223
  - - ">="
224
224
  - !ruby/object:Gem::Version
225
- version: 3.2.3
225
+ version: 3.2.4
226
226
  type: :development
227
227
  prerelease: false
228
228
  version_requirements: !ruby/object:Gem::Requirement
@@ -232,7 +232,7 @@ dependencies:
232
232
  version: '3.2'
233
233
  - - ">="
234
234
  - !ruby/object:Gem::Version
235
- version: 3.2.3
235
+ version: 3.2.4
236
236
  - !ruby/object:Gem::Dependency
237
237
  name: stone_checksums
238
238
  requirement: !ruby/object:Gem::Requirement
@@ -242,7 +242,7 @@ dependencies:
242
242
  version: '1.0'
243
243
  - - ">="
244
244
  - !ruby/object:Gem::Version
245
- version: 1.0.7
245
+ version: 1.0.8
246
246
  type: :development
247
247
  prerelease: false
248
248
  version_requirements: !ruby/object:Gem::Requirement
@@ -252,7 +252,7 @@ dependencies:
252
252
  version: '1.0'
253
253
  - - ">="
254
254
  - !ruby/object:Gem::Version
255
- version: 1.0.7
255
+ version: 1.0.8
256
256
  - !ruby/object:Gem::Dependency
257
257
  name: gitmoji-regex
258
258
  requirement: !ruby/object:Gem::Requirement
@@ -262,7 +262,7 @@ dependencies:
262
262
  version: '2.0'
263
263
  - - ">="
264
264
  - !ruby/object:Gem::Version
265
- version: 2.0.6
265
+ version: 2.0.11
266
266
  type: :development
267
267
  prerelease: false
268
268
  version_requirements: !ruby/object:Gem::Requirement
@@ -272,7 +272,7 @@ dependencies:
272
272
  version: '2.0'
273
273
  - - ">="
274
274
  - !ruby/object:Gem::Version
275
- version: 2.0.6
275
+ version: 2.0.11
276
276
  description: "\U0001F4CC GitHub Actions workflow SHA pin maintenance, including deterministic
277
277
  release-tag parsing, canonicalization, cache-backed GitHub ref resolution, and upgrade
278
278
  planning."
@@ -301,14 +301,15 @@ licenses:
301
301
  - MIT
302
302
  metadata:
303
303
  homepage_uri: https://github.com/kettle-dev/kettle-gha-pins
304
- source_code_uri: https://github.com/kettle-dev/kettle-gha-pins/tree/v0.3.3
305
- changelog_uri: https://github.com/kettle-dev/kettle-gha-pins/blob/v0.3.3/CHANGELOG.md
304
+ source_code_uri: https://github.com/kettle-dev/kettle-gha-pins/tree/v0.3.5
305
+ changelog_uri: https://github.com/kettle-dev/kettle-gha-pins/blob/v0.3.5/CHANGELOG.md
306
306
  bug_tracker_uri: https://github.com/kettle-dev/kettle-gha-pins/issues
307
- documentation_uri: https://www.rubydoc.info/gems/kettle-gha-pins/0.3.3
307
+ documentation_uri: https://www.rubydoc.info/gems/kettle-gha-pins/0.3.5
308
308
  funding_uri: https://github.com/sponsors/pboling
309
309
  wiki_uri: https://github.com/kettle-dev/kettle-gha-pins/wiki
310
310
  news_uri: https://www.railsbling.com/tags/kettle-gha-pins
311
311
  discord_uri: https://discord.gg/3qme4XHNKN
312
+ mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
312
313
  rubygems_mfa_required: 'true'
313
314
  rdoc_options:
314
315
  - "--title"
metadata.gz.sig CHANGED
Binary file