kettle-gha-pins 0.3.2 → 0.3.4

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: 0a8ee3ba1a8f40ec496c5f63b4448f30fbcd488259eb6cb1dc6d3f8d81dbf455
4
- data.tar.gz: c87718cf11dd6dfb85cb5991cab292420fecfe1fd01ef5e4717d927382ea3fad
3
+ metadata.gz: '029b6c14a0c3168c737e4b12ee894c2c38604df2f504d9d6b43d56e89a64fe05'
4
+ data.tar.gz: 5f1524026ae6bb562cc6171084103223f5f522f1cab2e2032d0a4bda29563969
5
5
  SHA512:
6
- metadata.gz: 42fdfdda525a87c5bc54de0fbe1fa99572a8dbdc72b02d7ac33452aa19c5330284c2e71ddbc4b67ae184d0de486ba14de0adee021f7a2b682f164dda48d15eb8
7
- data.tar.gz: 3c6cb2f458a769a48cfb4b31c58b116027fccd889349fbfabeebeec8409f655cff8b9fb3ca91f68c0cc3289ecd43028089aa2ef85f41cbb06fec46cf4c6a9ffb
6
+ metadata.gz: f652fd16180142f219cacbb700860c16eea681d20118f079f03ad6a8a6a090b718d9d7e7da1015ead7dd74acb19f7ff12f603f71fa658ec2309c96fa0a0494a9
7
+ data.tar.gz: f90be65b9a9e578ccfb17e95cc0b84057f3d257b232d2093edccb3b2b11d1575a4f38c2c4f3e2edd7cc5326a63b818b4b812f58bc2f9bef4b00aed45ff43bfc3
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,59 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.3.4] - 2026-07-30
34
+
35
+ - TAG: [v0.3.4][0.3.4t]
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
+ ### 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
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
68
+ relative to the gemspec directory, so release package contents stay correct
69
+ even when the gemspec is loaded from another working directory.
70
+
71
+ ## [0.3.3] - 2026-07-28
72
+
73
+ - TAG: [v0.3.3][0.3.3t]
74
+ - COVERAGE: 98.94% -- 935/945 lines in 8 files
75
+ - BRANCH COVERAGE: 90.91% -- 380/418 branches in 8 files
76
+ - 24.04% documented
77
+
78
+ ### Fixed
79
+
80
+ - Version comment normalization now rewrites equivalent comments to a real
81
+ action tag, preferring the most specific version spelling when both equivalent
82
+ tags exist.
83
+ - Two-segment version comments like `v2.0` are now parsed when deciding whether
84
+ an adjacent SHA-pin comment needs normalization.
85
+
33
86
  ## [0.3.2] - 2026-07-27
34
87
 
35
88
  - TAG: [v0.3.2][0.3.2t]
@@ -181,7 +234,11 @@ Please file a bug if you notice a violation of semantic versioning.
181
234
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
182
235
  now include a RubyForum help badge.
183
236
 
184
- [Unreleased]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.2...HEAD
237
+ [Unreleased]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.4...HEAD
238
+ [0.3.4]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.3...v0.3.4
239
+ [0.3.4t]: https://github.com/kettle-dev/kettle-gha-pins/releases/tag/v0.3.4
240
+ [0.3.3]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.2...v0.3.3
241
+ [0.3.3t]: https://github.com/kettle-dev/kettle-gha-pins/releases/tag/v0.3.3
185
242
  [0.3.2]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.1...v0.3.2
186
243
  [0.3.2t]: https://github.com/kettle-dev/kettle-gha-pins/releases/tag/v0.3.2
187
244
  [0.3.1]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.0...v0.3.1
data/README.md CHANGED
@@ -2,9 +2,9 @@
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] [![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
 
@@ -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,8 +405,9 @@ 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://www.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
409
+ [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https://www.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
@@ -563,7 +563,7 @@ Thanks for RTFM. ☺️
563
563
  [📌gitmoji]: https://gitmoji.dev
564
564
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
565
565
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
566
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.925-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
566
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.945-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
567
567
  [🔐security]: https://github.com/kettle-dev/kettle-gha-pins/blob/main/SECURITY.md
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
@@ -27,9 +27,9 @@ module Kettle
27
27
  level = VersionRubric.normalize_upgrade_level(upgrade_level)
28
28
 
29
29
  current_ref = old_ref.to_s.strip
30
- return {is_outdated: false, updates: nil, reason: nil, current_version: nil} if current_ref.empty?
31
-
32
30
  available_versions = versions || []
31
+ return {is_outdated: false, updates: nil, reason: nil, current_version: nil, versions: available_versions} if current_ref.empty?
32
+
33
33
  latest = available_versions.first
34
34
 
35
35
  current_sha = if SHA_RE.match?(current_ref) || WEAK_SHA_RE.match?(current_ref)
@@ -114,6 +114,7 @@ module Kettle
114
114
  updates: updates,
115
115
  reason: reason,
116
116
  current_version: current_version,
117
+ versions: available_versions,
117
118
  latest_outdated: latest_outdated
118
119
  }
119
120
  end
@@ -34,8 +34,8 @@ module Kettle
34
34
  VALID_UPGRADE_LEVELS = Kettle::Gha::Pins::VALID_UPGRADE_LEVELS
35
35
  PersistentActionCache = Kettle::Gha::Pins::PersistentActionCache
36
36
  GitHubClient = Kettle::Gha::Pins::GitHubClient
37
- VERSION_COMMENT_SUFFIX_RE = /\A\s+#\s*v?(?<version>\d+(?:\.\d+\.\d+(?:[-.]?[0-9A-Za-z.-]+)?)?)/
38
- VERSION_COMMENT_REPLACEMENT_RE = /\A(?<prefix>\s+#\s*)v?\d+(?:\.\d+\.\d+(?:[-.]?[0-9A-Za-z.-]+)?)?/
37
+ VERSION_COMMENT_SUFFIX_RE = /\A\s+#\s*v?(?<version>\d+(?:\.\d+){0,2}(?:[-.]?[0-9A-Za-z.-]+)?)/
38
+ VERSION_COMMENT_REPLACEMENT_RE = /\A(?<prefix>\s+#\s*)v?\d+(?:\.\d+){0,2}(?:[-.]?[0-9A-Za-z.-]+)?/
39
39
 
40
40
  def self.release_version_sort_key(entry)
41
41
  Kettle::Gha::Pins::VersionRubric.sort_key(entry)
@@ -151,10 +151,15 @@ module Kettle
151
151
  end
152
152
  if updates.nil? && upgrade_plan[:current_version]
153
153
  comment_version = version_comment_from_line(text, node[:line], node[:col], parsed_ref[:value])
154
- if comment_version && comment_version != upgrade_plan[:current_version]
154
+ comment_update_version = VersionRubric.comment_update_version(
155
+ comment_version,
156
+ upgrade_plan[:current_version],
157
+ known_versions: upgrade_plan.fetch(:versions, [])
158
+ )
159
+ if comment_update_version
155
160
  updates = {
156
161
  new_ref: old_ref,
157
- new_version: upgrade_plan[:current_version],
162
+ new_version: comment_update_version,
158
163
  old_version: comment_version,
159
164
  reason: COMMENT_REASON,
160
165
  action: repo_ref
@@ -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.2"
9
+ VERSION = "0.3.4"
10
10
  end
11
11
  # Current gem version exposed at the traditional constant location.
12
12
  VERSION = Version::VERSION # Traditional Constant Location
@@ -106,6 +106,39 @@ module Kettle
106
106
  end.max_by { |entry| sort_key(entry) }
107
107
  end
108
108
 
109
+ def comment_update_version(comment_version, resolved_version, known_versions: [])
110
+ comment = parse(comment_version)
111
+ resolved = parse(resolved_version)
112
+ return nil unless comment && resolved
113
+
114
+ resolved_entry = exact_entry_for_version(known_versions, resolved_version)
115
+ comment_entry = exact_entry_for_version(known_versions, comment_version)
116
+
117
+ if comment == resolved && resolved_entry && comment_entry
118
+ preferred = entries_for_semantic_version(known_versions, comment).max_by { |known_entry| sort_key(known_entry) }
119
+ preferred_version = preferred.fetch(:version)
120
+ (preferred_version == comment_version.to_s) ? nil : preferred_version
121
+ else
122
+ return nil if comment_version.to_s == resolved_version.to_s
123
+
124
+ resolved_version
125
+ end
126
+ end
127
+
128
+ def exact_entry_for_version(versions, version)
129
+ parsed = parse(version)
130
+ return nil unless parsed
131
+
132
+ versions.find do |entry|
133
+ entry.fetch(:version_obj, nil) == parsed &&
134
+ entry.fetch(:version, nil).to_s == parsed.to_s
135
+ end
136
+ end
137
+
138
+ def entries_for_semantic_version(versions, version_obj)
139
+ versions.select { |entry| entry.fetch(:version_obj, nil) == version_obj }
140
+ end
141
+
109
142
  def normalize_upgrade_level(level)
110
143
  normalized = level.to_s.downcase
111
144
  VALID_UPGRADE_LEVELS.include?(normalized) ? normalized : DEFAULT_UPGRADE_LEVEL
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.2
4
+ version: 0.3.4
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.11
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.11
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
@@ -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.10
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.10
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.2
305
- changelog_uri: https://github.com/kettle-dev/kettle-gha-pins/blob/v0.3.2/CHANGELOG.md
304
+ source_code_uri: https://github.com/kettle-dev/kettle-gha-pins/tree/v0.3.4
305
+ changelog_uri: https://github.com/kettle-dev/kettle-gha-pins/blob/v0.3.4/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.2
307
+ documentation_uri: https://www.rubydoc.info/gems/kettle-gha-pins/0.3.4
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