kettle-drift 1.0.7 → 1.0.9

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: 0d5084149e450d8dae3f54cf19934e1b594501985d6cfba1cd76e08fda165243
4
- data.tar.gz: fdcdb0364816c17013b3f4fcc72e51ce0582c0f6c6b5eedbb60e05812d7ea973
3
+ metadata.gz: 3e3a0f29ef73ce3864fe94ac2cad6da6f5c365c7d222e7ea6c46735c4ef65986
4
+ data.tar.gz: b1bcea26c8f395539f5d1eb527b0f185716e3d9a425bbc527cc778a898c384bc
5
5
  SHA512:
6
- metadata.gz: 8cbb6dc44e64ca0e06a9d2c37d956015174f3358ddbf179e5e7e8e2eedc2a5bfd8dc147a63fc5101edfafb41477b408a5d50bd0832fea6e6bb8ea3c30493ec60
7
- data.tar.gz: 240743508ace8d50caeab5c3d033efcc054108f4a50fa7925415b1e6a3cc42c859bb8d9c24dfb3829556065cdb5508d0b67f0eae744d5d8d5f3ccf64828b4382
6
+ metadata.gz: dd9939e7da4fe47aa5063778aad152457caf2f870a4d13164294c7d383e46fc0983d06508d117f85b8ebbb3d54cf0cc22c2a92f98ab73babba6b1dc573753155
7
+ data.tar.gz: fe0d51928b17cedd8588ffcb72c71efb7ca89cca7c293469563c40c2b7a929d42bce218f79985a0921b6bde1dcc88ab582bbbcc44613ac26a4d05ba1443a160d
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,86 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.9] - 2026-07-31
34
+
35
+ - TAG: [v1.0.9][1.0.9t]
36
+ - COVERAGE: 81.02% -- 427/527 lines in 14 files
37
+ - BRANCH COVERAGE: 65.84% -- 133/202 branches in 14 files
38
+ - 34.95% 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-004 - Generated dep-heads workflows now use the
49
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
50
+ lockfile parser failures on Git and path dependencies.
51
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
52
+ missing canonical version spec when a project only has shim namespace version
53
+ specs.
54
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
55
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
56
+ failures against `gem.coop`.
57
+ - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
58
+ and templates dedicated `version_gem.rb` entrypoints even when the gemspec
59
+ dependency is intentionally omitted, and generated anonymous-loader specs
60
+ cover both `version.rb` and `version_gem.rb`.
61
+ - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
62
+ floor now get managed minimal `version.rb` files and anonymous-loader version
63
+ specs without adding `version_gem`.
64
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
65
+ relative to the gemspec directory, so release package contents stay correct
66
+ even when the gemspec is loaded from another working directory.
67
+
68
+ ## [1.0.8] - 2026-07-28
69
+
70
+ - TAG: [v1.0.8][1.0.8t]
71
+ - COVERAGE: 81.02% -- 427/527 lines in 14 files
72
+ - BRANCH COVERAGE: 65.84% -- 133/202 branches in 14 files
73
+ - 34.95% documented
74
+
75
+ ### Added
76
+
77
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
78
+ configuration and documentation dependencies so documentation issues fail
79
+ before generated docs are refreshed.
80
+
81
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
82
+ RSpec helpers provided by `kettle-test`.
83
+
84
+ ### Changed
85
+
86
+ - The `kettle-drift` executable startup header is now shown only when
87
+ `--verbose` is passed; `-v` and `--version` still print just the executable
88
+ version and exit.
89
+
90
+ - kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
91
+ cover `version.rb` without redefining constants, or are removed when version
92
+ specs are not managed for the project.
93
+
94
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
95
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
96
+ installing the main Gemfile bundle.
97
+
98
+ ### Fixed
99
+
100
+ - kettle-jem-template-20260726-002 - Generated version files now document their
101
+ version namespace and constants, reducing warning-only YARD lint output.
102
+
103
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
104
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
105
+ coverage thresholds still pass.
106
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
107
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
108
+ installs are not reported as project lint debt.
109
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
110
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
111
+ before the test suite starts.
112
+
33
113
  ## [1.0.7] - 2026-07-25
34
114
 
35
115
  - TAG: [v1.0.7][1.0.7t]
@@ -161,7 +241,11 @@ Please file a bug if you notice a violation of semantic versioning.
161
241
 
162
242
  - Initial release
163
243
 
164
- [Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.7...HEAD
244
+ [Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.9...HEAD
245
+ [1.0.9]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.8...v1.0.9
246
+ [1.0.9t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.9
247
+ [1.0.8]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.7...v1.0.8
248
+ [1.0.8t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.8
165
249
  [1.0.7]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.6...v1.0.7
166
250
  [1.0.7t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.7
167
251
  [1.0.6]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.5...v1.0.6
data/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  # 🍲 Kettle::Drift
4
4
 
5
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only][📄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][📄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 [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
 
@@ -76,17 +76,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
76
76
  <details markdown="1">
77
77
  <summary>Find this repo on federated forges (Coming soon!)</summary>
78
78
 
79
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
80
- |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
81
- | 🧪 [kettle-dev/kettle-drift on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
82
- | 🧊 [kettle-dev/kettle-drift on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
83
- | 🐙 [kettle-dev/kettle-drift on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
84
- | 🎮️ [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] |
79
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
80
+ |-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
81
+ | 🧪 [kettle-dev/kettle-drift on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
82
+ | 🧊 [kettle-dev/kettle-drift on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
83
+ | 🐙 [kettle-dev/kettle-drift on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
85
84
 
86
85
  </details>
87
86
 
88
- [gh-discussions]: https://github.com/kettle-dev/kettle-drift/discussions
89
-
90
87
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-drift)](https://tidelift.com/subscription/pkg/rubygems-kettle-drift?utm_source=rubygems-kettle-drift&utm_medium=referral&utm_campaign=readme)
91
88
 
92
89
  Available as part of the Tidelift Subscription.
@@ -104,6 +101,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
104
101
 
105
102
  Alternatively:
106
103
 
104
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
107
105
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
108
106
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
109
107
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -281,11 +279,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
281
279
  so if you value the work I am doing, I need your support.
282
280
  Please consider sponsoring me or the project.
283
281
 
284
- To join the community or get help 👇️ Join the Discord.
282
+ To join the community or get help, use the RubyForum or Discord.
285
283
 
284
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
286
285
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
287
286
 
288
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
287
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
289
288
 
290
289
  [![Sponsor kettle-dev/kettle-drift 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]
291
290
 
@@ -326,8 +325,9 @@ Thanks for RTFM. ☺️
326
325
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
327
326
  [✉️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
328
327
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
329
- [✉️ruby-forum-img]: https://img.shields.io/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
330
- [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
328
+ [✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
329
+ [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
330
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
331
331
 
332
332
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
333
333
  [⛳️gem-namespace]: https://github.com/kettle-dev/kettle-drift
data/exe/kettle-drift CHANGED
@@ -13,6 +13,6 @@ end
13
13
 
14
14
  require "kettle/drift"
15
15
 
16
- puts "== #{script_basename} v#{Kettle::Drift::Version::VERSION} =="
16
+ puts "== #{script_basename} v#{Kettle::Drift::Version::VERSION} ==" if ARGV.delete("--verbose")
17
17
 
18
18
  exit(Kettle::Drift::CLI.new.run(ARGV))
@@ -2,9 +2,12 @@
2
2
 
3
3
  module Kettle
4
4
  module Drift
5
+ # Version namespace for this gem.
5
6
  module Version
6
- VERSION = "1.0.7"
7
+ # Current gem version.
8
+ VERSION = "1.0.9"
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-drift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -63,20 +63,20 @@ dependencies:
63
63
  requirements:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
- version: '2.3'
66
+ version: '2.5'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.3.7
69
+ version: 2.5.12
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: '2.3'
76
+ version: '2.5'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.3.7
79
+ version: 2.5.12
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -125,6 +125,26 @@ dependencies:
125
125
  - - ">="
126
126
  - !ruby/object:Gem::Version
127
127
  version: 1.0.4
128
+ - !ruby/object:Gem::Dependency
129
+ name: anonymous_loader
130
+ requirement: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - "~>"
133
+ - !ruby/object:Gem::Version
134
+ version: '0.1'
135
+ - - ">="
136
+ - !ruby/object:Gem::Version
137
+ version: 0.1.3
138
+ type: :development
139
+ prerelease: false
140
+ version_requirements: !ruby/object:Gem::Requirement
141
+ requirements:
142
+ - - "~>"
143
+ - !ruby/object:Gem::Version
144
+ version: '0.1'
145
+ - - ">="
146
+ - !ruby/object:Gem::Version
147
+ version: 0.1.3
128
148
  - !ruby/object:Gem::Dependency
129
149
  name: appraisal2
130
150
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +174,7 @@ dependencies:
154
174
  version: '2.0'
155
175
  - - ">="
156
176
  - !ruby/object:Gem::Version
157
- version: 2.0.15
177
+ version: 2.0.17
158
178
  type: :development
159
179
  prerelease: false
160
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -164,7 +184,7 @@ dependencies:
164
184
  version: '2.0'
165
185
  - - ">="
166
186
  - !ruby/object:Gem::Version
167
- version: 2.0.15
187
+ version: 2.0.17
168
188
  - !ruby/object:Gem::Dependency
169
189
  name: turbo_tests2
170
190
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +194,7 @@ dependencies:
174
194
  version: '3.2'
175
195
  - - ">="
176
196
  - !ruby/object:Gem::Version
177
- version: 3.2.1
197
+ version: 3.2.3
178
198
  type: :development
179
199
  prerelease: false
180
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +204,7 @@ dependencies:
184
204
  version: '3.2'
185
205
  - - ">="
186
206
  - !ruby/object:Gem::Version
187
- version: 3.2.1
207
+ version: 3.2.3
188
208
  - !ruby/object:Gem::Dependency
189
209
  name: ruby-progressbar
190
210
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +228,7 @@ dependencies:
208
228
  version: '1.0'
209
229
  - - ">="
210
230
  - !ruby/object:Gem::Version
211
- version: 1.0.6
231
+ version: 1.0.7
212
232
  type: :development
213
233
  prerelease: false
214
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +238,7 @@ dependencies:
218
238
  version: '1.0'
219
239
  - - ">="
220
240
  - !ruby/object:Gem::Version
221
- version: 1.0.6
241
+ version: 1.0.7
222
242
  - !ruby/object:Gem::Dependency
223
243
  name: gitmoji-regex
224
244
  requirement: !ruby/object:Gem::Requirement
@@ -228,7 +248,7 @@ dependencies:
228
248
  version: '2.0'
229
249
  - - ">="
230
250
  - !ruby/object:Gem::Version
231
- version: 2.0.4
251
+ version: 2.0.10
232
252
  type: :development
233
253
  prerelease: false
234
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -238,7 +258,7 @@ dependencies:
238
258
  version: '2.0'
239
259
  - - ">="
240
260
  - !ruby/object:Gem::Version
241
- version: 2.0.4
261
+ version: 2.0.10
242
262
  description: "\U0001F372 Kettle::Drift tracks repeated adjacent-line chunks that usually
243
263
  signal template drift or copy/paste corruption."
244
264
  email:
@@ -272,14 +292,15 @@ licenses:
272
292
  - AGPL-3.0-only
273
293
  metadata:
274
294
  homepage_uri: https://kettle-drift.galtzo.com
275
- source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.7
276
- changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.7/CHANGELOG.md
295
+ source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.9
296
+ changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.9/CHANGELOG.md
277
297
  bug_tracker_uri: https://github.com/kettle-dev/kettle-drift/issues
278
- documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.7
298
+ documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.9
279
299
  funding_uri: https://github.com/sponsors/pboling
280
300
  wiki_uri: https://github.com/kettle-dev/kettle-drift/wiki
281
301
  news_uri: https://www.railsbling.com/tags/kettle-drift
282
302
  discord_uri: https://discord.gg/3qme4XHNKN
303
+ mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
283
304
  rubygems_mfa_required: 'true'
284
305
  rdoc_options:
285
306
  - "--title"
metadata.gz.sig CHANGED
Binary file