kettle-drift 1.0.2 → 1.0.3

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: d5fcd44d3230a87f30015bf2a4a8712f957fae6b16d3224bf944ff5ab8a1205e
4
- data.tar.gz: 1d32fbb029578f6e803eb386228f0824a00da3b14c7eff442fd14225806edc58
3
+ metadata.gz: 171f3d96366f6eb057944d6fa940079eac933869b234d5e1bb8bec6c1b09fac9
4
+ data.tar.gz: 65388c91364e6ef13b69a0b2d6bc2c566e5ff2eb99621c20a5146008d3151396
5
5
  SHA512:
6
- metadata.gz: 07d22f1a6ff858603dcb43e58b7398ce3b87f70349a876b4da8a89ddba3db535dc0dcd84dcef5f877fa2e8620fa478f1f435d42617f5dc52cbbc3f10c07dd30d
7
- data.tar.gz: ae0d7068450c4c95c037238164fa4b6aaa584e5c3a3ad4d93bd28504e92e77705b894675494c0bacd329df860de2186728ee7b59d8b4798f7ce3e63bf48ac215
6
+ metadata.gz: 88cc5600a997ba2cebe1e4738082cf1189e9e04f9bca89d679e34b87a64d6835d7a8d84430a66cfb1005b0657e6972b9bbc90233f5a959ef8c4aa4980d1d7e05
7
+ data.tar.gz: 2cb819c00f00dac811e965580f38e5edee1902ec850b517c153d410a0bce23b5ed42d8e165df0d7abea882567a2d85e2150ff0cfd72e1ec76ef84c6bcac06846
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,19 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.3] - 2026-06-10
34
+
35
+ - TAG: [v1.0.3][1.0.3t]
36
+ - COVERAGE: 83.89% -- 427/509 lines in 13 files
37
+ - BRANCH COVERAGE: 65.84% -- 133/202 branches in 13 files
38
+ - 33.01% documented
39
+
40
+ ### Fixed
41
+
42
+ - Updated generated project metadata links to use the migrated `kettle-dev`
43
+ GitHub organization.
44
+ - Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
45
+
33
46
  ## [1.0.2] - 2026-06-03
34
47
 
35
48
  - TAG: [v1.0.2][1.0.2t]
@@ -67,7 +80,9 @@ Please file a bug if you notice a violation of semantic versioning.
67
80
 
68
81
  - Initial release
69
82
 
70
- [Unreleased]: https://github.com/kettle-rb/kettle-drift/compare/v1.0.2...HEAD
83
+ [Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.3...HEAD
84
+ [1.0.3]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.2...v1.0.3
85
+ [1.0.3t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.3
71
86
  [1.0.2]: https://github.com/kettle-rb/kettle-drift/compare/v1.0.1...v1.0.2
72
87
  [1.0.2t]: https://github.com/kettle-rb/kettle-drift/releases/tag/v1.0.2
73
88
  [1.0.1]: https://github.com/kettle-rb/kettle-drift/compare/v1.0.0...v1.0.1
data/CITATION.cff CHANGED
@@ -12,9 +12,9 @@ authors:
12
12
  orcid: 'https://orcid.org/0009-0008-8519-441X'
13
13
  identifiers:
14
14
  - type: url
15
- value: 'https://github.com/kettle-rb/kettle-drift'
15
+ value: 'https://github.com/kettle-dev/kettle-drift'
16
16
  description: "kettle-drift"
17
- repository-code: 'https://github.com/kettle-rb/kettle-drift'
17
+ repository-code: 'https://github.com/kettle-dev/kettle-drift'
18
18
  abstract: >-
19
19
  kettle-drift
20
20
  license: See license file
data/CONTRIBUTING.md CHANGED
@@ -198,7 +198,7 @@ Your picture could be here!
198
198
 
199
199
  Made with [contributors-img][🖐contrib-rocks].
200
200
 
201
- Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-drift/-/graphs/main][🚎contributors-gl]
201
+ Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-drift/-/graphs/main][🚎contributors-gl]
202
202
 
203
203
  ## For Maintainers
204
204
 
@@ -249,15 +249,15 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
249
249
  14. Run `bundle exec rake release` which will create a git tag for the version,
250
250
  push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
251
251
 
252
- [📜src-gl]: https://gitlab.com/kettle-rb/kettle-drift
253
- [📜src-cb]: https://codeberg.org/kettle-rb/kettle-drift
254
- [📜src-gh]: https://github.com/kettle-rb/kettle-drift
255
- [🧪build]: https://github.com/kettle-rb/kettle-drift/actions
256
- [🤝conduct]: https://github.com/kettle-rb/kettle-drift/blob/main/CODE_OF_CONDUCT.md
252
+ [📜src-gl]: https://gitlab.com/kettle-dev/kettle-drift
253
+ [📜src-cb]: https://codeberg.org/kettle-dev/kettle-drift
254
+ [📜src-gh]: https://github.com/kettle-dev/kettle-drift
255
+ [🧪build]: https://github.com/kettle-dev/kettle-drift/actions
256
+ [🤝conduct]: https://github.com/kettle-dev/kettle-drift/blob/main/CODE_OF_CONDUCT.md
257
257
  [🖐contrib-rocks]: https://contrib.rocks
258
- [🖐contributors]: https://github.com/kettle-rb/kettle-drift/graphs/contributors
259
- [🚎contributors-gl]: https://gitlab.com/kettle-rb/kettle-drift/-/graphs/main
260
- [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-drift
258
+ [🖐contributors]: https://github.com/kettle-dev/kettle-drift/graphs/contributors
259
+ [🚎contributors-gl]: https://gitlab.com/kettle-dev/kettle-drift/-/graphs/main
260
+ [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/kettle-drift
261
261
  [💎gem-coop]: https://gem.coop
262
262
  [🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
263
263
  [🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
data/FUNDING.md CHANGED
@@ -10,10 +10,10 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
10
10
 
11
11
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
12
12
  [⛳liberapay]: https://liberapay.com/pboling/donate
13
- [🖇osc-backers]: https://opencollective.com/kettle-rb#backer
14
- [🖇osc-backers-i]: https://opencollective.com/kettle-rb/backers/badge.svg?style=flat
15
- [🖇osc-sponsors]: https://opencollective.com/kettle-rb#sponsor
16
- [🖇osc-sponsors-i]: https://opencollective.com/kettle-rb/sponsors/badge.svg?style=flat
13
+ [🖇osc-backers]: https://opencollective.com/kettle-dev#backer
14
+ [🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
15
+ [🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
16
+ [🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
17
17
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
18
18
  [🖇sponsor]: https://github.com/sponsors/pboling
19
19
  [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
@@ -46,7 +46,7 @@ To join the community or get help 👇️ Join the Discord.
46
46
 
47
47
  To say "thanks!" ☝️ Join the Discord or 👇️ send money.
48
48
 
49
- [![Sponsor kettle-rb/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]
49
+ [![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]
50
50
 
51
51
  # Another Way to Support Open Source Software
52
52
 
@@ -59,13 +59,13 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
59
59
  **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
60
60
 
61
61
  [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
62
- [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-rb
63
- [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-rb
64
- [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-rb
65
- [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-rb?style=for-the-badge
66
- [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-rb?style=for-the-badge
67
- [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-rb?style=for-the-badge
68
- [🖇osc]: https://opencollective.com/kettle-rb
62
+ [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
63
+ [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
64
+ [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
65
+ [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
66
+ [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
67
+ [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
68
+ [🖇osc]: https://opencollective.com/kettle-dev
69
69
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
70
70
  [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
71
71
  [🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
data/LICENSE.md CHANGED
@@ -9,4 +9,4 @@ If none of the above licenses fit your use case, please [contact us](mailto:flos
9
9
 
10
10
  ## Copyright Notice
11
11
 
12
- Copyright (c) 2026 Peter H. Boling
12
+ - Copyright (c) 2026 Peter H. Boling
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <a href="https://github.com/kettle-rb"><img alt="kettle-rb Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-rb/avatar-128px.svg" width="12%" align="right"/></a> <a href="https://github.com/kettle-rb/kettle-drift"><img alt="kettle-drift Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-rb/kettle-drift/avatar-128px.svg" width="12%" align="right"/></a>
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="12%" align="right"/></a> <a href="https://github.com/kettle-dev/kettle-drift"><img alt="kettle-drift Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/kettle-drift/avatar-128px.svg" width="12%" align="right"/></a>
2
2
 
3
3
  # 🍲 Kettle::Drift
4
4
 
@@ -62,14 +62,14 @@ not practical for the current toolchain.
62
62
 
63
63
  | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
64
64
  |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
65
- | 🧪 [kettle-rb/kettle-drift on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
66
- | 🧊 [kettle-rb/kettle-drift on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
67
- | 🐙 [kettle-rb/kettle-drift on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
65
+ | 🧪 [kettle-dev/kettle-drift on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
66
+ | 🧊 [kettle-dev/kettle-drift on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
67
+ | 🐙 [kettle-dev/kettle-drift on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
68
68
  | 🎮️ [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] |
69
69
 
70
70
  </details>
71
71
 
72
- [gh-discussions]: https://github.com/kettle-rb/kettle-drift/discussions
72
+ [gh-discussions]: https://github.com/kettle-dev/kettle-drift/discussions
73
73
 
74
74
  ### 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)
75
75
 
@@ -197,16 +197,16 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
197
197
 
198
198
  Made with [contributors-img][🖐contrib-rocks].
199
199
 
200
- Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-drift/-/graphs/main][🚎contributors-gl]
200
+ Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-drift/-/graphs/main][🚎contributors-gl]
201
201
 
202
202
  <details>
203
203
  <summary>⭐️ Star History</summary>
204
204
 
205
- <a href="https://star-history.com/kettle-rb/kettle-drift&Date">
205
+ <a href="https://star-history.com/kettle-dev/kettle-drift&Date">
206
206
  <picture>
207
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-drift&type=Date&theme=dark" />
208
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-drift&type=Date" />
209
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-rb/kettle-drift&type=Date" />
207
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-drift&type=Date&theme=dark" />
208
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-drift&type=Date" />
209
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-drift&type=Date" />
210
210
  </picture>
211
211
  </a>
212
212
 
@@ -271,7 +271,7 @@ To join the community or get help 👇️ Join the Discord.
271
271
 
272
272
  To say "thanks!" ☝️ Join the Discord or 👇️ send money.
273
273
 
274
- [![Sponsor kettle-rb/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]
274
+ [![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]
275
275
 
276
276
  ### Please give the project a star ⭐ ♥.
277
277
 
@@ -282,17 +282,17 @@ Thanks for RTFM. ☺️
282
282
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
283
283
  [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
284
284
  [⛳liberapay]: https://liberapay.com/pboling/donate
285
- [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-rb
286
- [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-rb
287
- [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-rb
288
- [🖇osc-backers]: https://opencollective.com/kettle-rb#backer
289
- [🖇osc-backers-i]: https://opencollective.com/kettle-rb/backers/badge.svg?style=flat
290
- [🖇osc-sponsors]: https://opencollective.com/kettle-rb#sponsor
291
- [🖇osc-sponsors-i]: https://opencollective.com/kettle-rb/sponsors/badge.svg?style=flat
292
- [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-rb?style=for-the-badge
293
- [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-rb?style=for-the-badge
294
- [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-rb?style=for-the-badge
295
- [🖇osc]: https://opencollective.com/kettle-rb
285
+ [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
286
+ [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
287
+ [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
288
+ [🖇osc-backers]: https://opencollective.com/kettle-dev#backer
289
+ [🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
290
+ [🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
291
+ [🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
292
+ [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
293
+ [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
294
+ [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
295
+ [🖇osc]: https://opencollective.com/kettle-dev
296
296
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
297
297
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
298
298
  [🖇sponsor]: https://github.com/sponsors/pboling
@@ -316,12 +316,12 @@ Thanks for RTFM. ☺️
316
316
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
317
317
 
318
318
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
319
- [⛳️gem-namespace]: https://github.com/kettle-rb/kettle-drift
319
+ [⛳️gem-namespace]: https://github.com/kettle-dev/kettle-drift
320
320
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Drift-3C2D2D.svg?style=square&logo=ruby&logoColor=white
321
321
  [⛳️gem-name]: https://bestgems.org/gems/kettle-drift
322
322
  [⛳️name-img]: https://img.shields.io/badge/name-kettle--drift-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
323
- [⛳️tag-img]: https://img.shields.io/github/tag/kettle-rb/kettle-drift.svg
324
- [⛳️tag]: https://github.com/kettle-rb/kettle-drift/releases
323
+ [⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-drift.svg
324
+ [⛳️tag]: https://github.com/kettle-dev/kettle-drift/releases
325
325
  [🚂maint-blog]: http://www.railsbling.com/tags/kettle-drift
326
326
  [🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
327
327
  [🚂maint-contact]: http://www.railsbling.com/contact
@@ -356,52 +356,52 @@ Thanks for RTFM. ☺️
356
356
  [💁🏼‍♂️peterboling]: http://www.peterboling.com
357
357
  [🚂railsbling]: http://www.railsbling.com
358
358
  [📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
359
- [📜src-gl]: https://gitlab.com/kettle-rb/kettle-drift
359
+ [📜src-gl]: https://gitlab.com/kettle-dev/kettle-drift
360
360
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
361
- [📜src-cb]: https://codeberg.org/kettle-rb/kettle-drift
361
+ [📜src-cb]: https://codeberg.org/kettle-dev/kettle-drift
362
362
  [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
363
- [📜src-gh]: https://github.com/kettle-rb/kettle-drift
363
+ [📜src-gh]: https://github.com/kettle-dev/kettle-drift
364
364
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
365
365
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
366
- [📜gl-wiki]: https://gitlab.com/kettle-rb/kettle-drift/-/wikis/home
367
- [📜gh-wiki]: https://github.com/kettle-rb/kettle-drift/wiki
366
+ [📜gl-wiki]: https://gitlab.com/kettle-dev/kettle-drift/-/wikis/home
367
+ [📜gh-wiki]: https://github.com/kettle-dev/kettle-drift/wiki
368
368
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
369
369
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
370
370
  [👽dl-rank]: https://bestgems.org/gems/kettle-drift
371
371
  [👽dl-ranki]: https://img.shields.io/gem/rd/kettle-drift.svg
372
372
  [👽version]: https://bestgems.org/gems/kettle-drift
373
373
  [👽versioni]: https://img.shields.io/gem/v/kettle-drift.svg
374
- [🏀qlty-mnt]: https://qlty.sh/gh/kettle-rb/projects/kettle-drift
375
- [🏀qlty-mnti]: https://qlty.sh/gh/kettle-rb/projects/kettle-drift/maintainability.svg
376
- [🏀qlty-cov]: https://qlty.sh/gh/kettle-rb/projects/kettle-drift/metrics/code?sort=coverageRating
377
- [🏀qlty-covi]: https://qlty.sh/gh/kettle-rb/projects/kettle-drift/coverage.svg
378
- [🏀codecov]: https://codecov.io/gh/kettle-rb/kettle-drift
379
- [🏀codecovi]: https://codecov.io/gh/kettle-rb/kettle-drift/graph/badge.svg
380
- [🏀coveralls]: https://coveralls.io/github/kettle-rb/kettle-drift?branch=main
381
- [🏀coveralls-img]: https://coveralls.io/repos/github/kettle-rb/kettle-drift/badge.svg?branch=main
382
- [🚎ruby-3.2-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/ruby-3.2.yml
383
- [🚎ruby-3.3-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/ruby-3.3.yml
384
- [🚎ruby-3.4-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/ruby-3.4.yml
385
- [🚎truby-24.2-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/truffleruby-24.2.yml
386
- [🚎truby-25.0-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/truffleruby-25.0.yml
387
- [🚎2-cov-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/coverage.yml
388
- [🚎2-cov-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/coverage.yml/badge.svg
389
- [🚎3-hd-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/heads.yml
390
- [🚎3-hd-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/heads.yml/badge.svg
391
- [🚎5-st-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/style.yml
392
- [🚎5-st-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/style.yml/badge.svg
393
- [🚎9-t-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/truffle.yml
394
- [🚎9-t-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/truffle.yml/badge.svg
395
- [🚎10-j-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/jruby.yml
396
- [🚎10-j-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/jruby.yml/badge.svg
397
- [🚎11-c-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/current.yml
398
- [🚎11-c-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/current.yml/badge.svg
399
- [🚎12-crh-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/dep-heads.yml
400
- [🚎12-crh-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/dep-heads.yml/badge.svg
401
- [🚎13-🔒️-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/locked_deps.yml
402
- [🚎13-🔒️-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/locked_deps.yml/badge.svg
403
- [🚎14-🔓️-wf]: https://github.com/kettle-rb/kettle-drift/actions/workflows/unlocked_deps.yml
404
- [🚎14-🔓️-wfi]: https://github.com/kettle-rb/kettle-drift/actions/workflows/unlocked_deps.yml/badge.svg
374
+ [🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-drift
375
+ [🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-drift/maintainability.svg
376
+ [🏀qlty-cov]: https://qlty.sh/gh/kettle-dev/projects/kettle-drift/metrics/code?sort=coverageRating
377
+ [🏀qlty-covi]: https://qlty.sh/gh/kettle-dev/projects/kettle-drift/coverage.svg
378
+ [🏀codecov]: https://codecov.io/gh/kettle-dev/kettle-drift
379
+ [🏀codecovi]: https://codecov.io/gh/kettle-dev/kettle-drift/graph/badge.svg
380
+ [🏀coveralls]: https://coveralls.io/github/kettle-dev/kettle-drift?branch=main
381
+ [🏀coveralls-img]: https://coveralls.io/repos/github/kettle-dev/kettle-drift/badge.svg?branch=main
382
+ [🚎ruby-3.2-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/ruby-3.2.yml
383
+ [🚎ruby-3.3-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/ruby-3.3.yml
384
+ [🚎ruby-3.4-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/ruby-3.4.yml
385
+ [🚎truby-24.2-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/truffleruby-24.2.yml
386
+ [🚎truby-25.0-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/truffleruby-25.0.yml
387
+ [🚎2-cov-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/coverage.yml
388
+ [🚎2-cov-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/coverage.yml/badge.svg
389
+ [🚎3-hd-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/heads.yml
390
+ [🚎3-hd-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/heads.yml/badge.svg
391
+ [🚎5-st-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/style.yml
392
+ [🚎5-st-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/style.yml/badge.svg
393
+ [🚎9-t-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/truffle.yml
394
+ [🚎9-t-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/truffle.yml/badge.svg
395
+ [🚎10-j-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/jruby.yml
396
+ [🚎10-j-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/jruby.yml/badge.svg
397
+ [🚎11-c-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/current.yml
398
+ [🚎11-c-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/current.yml/badge.svg
399
+ [🚎12-crh-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/dep-heads.yml
400
+ [🚎12-crh-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/dep-heads.yml/badge.svg
401
+ [🚎13-🔒️-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/locked_deps.yml
402
+ [🚎13-🔒️-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/locked_deps.yml/badge.svg
403
+ [🚎14-🔓️-wf]: https://github.com/kettle-dev/kettle-drift/actions/workflows/unlocked_deps.yml
404
+ [🚎14-🔓️-wfi]: https://github.com/kettle-dev/kettle-drift/actions/workflows/unlocked_deps.yml/badge.svg
405
405
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
406
406
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
407
407
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
@@ -413,48 +413,48 @@ Thanks for RTFM. ☺️
413
413
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
414
414
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
415
415
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
416
- [🤝gh-issues]: https://github.com/kettle-rb/kettle-drift/issues
417
- [🤝gh-pulls]: https://github.com/kettle-rb/kettle-drift/pulls
418
- [🤝gl-issues]: https://gitlab.com/kettle-rb/kettle-drift/-/issues
419
- [🤝gl-pulls]: https://gitlab.com/kettle-rb/kettle-drift/-/merge_requests
420
- [🤝cb-issues]: https://codeberg.org/kettle-rb/kettle-drift/issues
421
- [🤝cb-pulls]: https://codeberg.org/kettle-rb/kettle-drift/pulls
416
+ [🤝gh-issues]: https://github.com/kettle-dev/kettle-drift/issues
417
+ [🤝gh-pulls]: https://github.com/kettle-dev/kettle-drift/pulls
418
+ [🤝gl-issues]: https://gitlab.com/kettle-dev/kettle-drift/-/issues
419
+ [🤝gl-pulls]: https://gitlab.com/kettle-dev/kettle-drift/-/merge_requests
420
+ [🤝cb-issues]: https://codeberg.org/kettle-dev/kettle-drift/issues
421
+ [🤝cb-pulls]: https://codeberg.org/kettle-dev/kettle-drift/pulls
422
422
  [🤝cb-donate]: https://donate.codeberg.org/
423
- [🤝contributing]: https://github.com/kettle-rb/kettle-drift/blob/main/CONTRIBUTING.md
424
- [🏀codecov-g]: https://codecov.io/gh/kettle-rb/kettle-drift/graph/badge.svg
423
+ [🤝contributing]: https://github.com/kettle-dev/kettle-drift/blob/main/CONTRIBUTING.md
424
+ [🏀codecov-g]: https://codecov.io/gh/kettle-dev/kettle-drift/graph/badge.svg
425
425
  [🖐contrib-rocks]: https://contrib.rocks
426
- [🖐contributors]: https://github.com/kettle-rb/kettle-drift/graphs/contributors
427
- [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-drift
428
- [🚎contributors-gl]: https://gitlab.com/kettle-rb/kettle-drift/-/graphs/main
429
- [🪇conduct]: https://github.com/kettle-rb/kettle-drift/blob/main/CODE_OF_CONDUCT.md
426
+ [🖐contributors]: https://github.com/kettle-dev/kettle-drift/graphs/contributors
427
+ [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/kettle-drift
428
+ [🚎contributors-gl]: https://gitlab.com/kettle-dev/kettle-drift/-/graphs/main
429
+ [🪇conduct]: https://github.com/kettle-dev/kettle-drift/blob/main/CODE_OF_CONDUCT.md
430
430
  [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
431
431
  [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
432
432
  [📌semver]: https://semver.org/spec/v2.0.0.html
433
433
  [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
434
434
  [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
435
435
  [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
436
- [📌changelog]: https://github.com/kettle-rb/kettle-drift/blob/main/CHANGELOG.md
436
+ [📌changelog]: https://github.com/kettle-dev/kettle-drift/blob/main/CHANGELOG.md
437
437
  [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
438
438
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
439
439
  [📌gitmoji]: https://gitmoji.dev
440
440
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
441
441
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
442
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.512-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
443
- [🔐security]: https://github.com/kettle-rb/kettle-drift/blob/main/SECURITY.md
442
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.509-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
443
+ [🔐security]: https://github.com/kettle-dev/kettle-drift/blob/main/SECURITY.md
444
444
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
445
445
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
446
446
  [📄license]: LICENSE.md
447
447
  [📄license-ref]: AGPL-3.0-only.md
448
448
  [📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only-259D6C.svg
449
449
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
450
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-✗-C0392B.svg?style=flat&logo=Apache
450
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
451
451
 
452
452
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
453
453
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
454
454
  [🚎yard-current]: http://rubydoc.info/gems/kettle-drift
455
455
  [🚎yard-head]: https://kettle-drift.galtzo.com
456
456
  [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
457
- [💎SHA_checksums]: https://gitlab.com/kettle-rb/kettle-drift/-/tree/main/checksums
457
+ [💎SHA_checksums]: https://gitlab.com/kettle-dev/kettle-drift/-/tree/main/checksums
458
458
  [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
459
459
  [💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
460
460
  [💎appraisal2]: https://github.com/appraisal-rb/appraisal2
@@ -466,8 +466,8 @@ Thanks for RTFM. ☺️
466
466
  |---|---|
467
467
  | Package | kettle-drift |
468
468
  | Description | 🍲 Kettle::Drift tracks repeated adjacent-line chunks that usually signal template drift or copy/paste corruption. |
469
- | Homepage | https://github.com/kettle-rb/kettle-drift |
470
- | Source | https://github.com/kettle-rb/kettle-drift/tree/v1.0.1 |
469
+ | Homepage | https://github.com/kettle-dev/kettle-drift |
470
+ | Source | https://github.com/kettle-dev/kettle-drift/tree/v1.0.2 |
471
471
  | License | `AGPL-3.0-only` |
472
- | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-rb, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/kettle-drift, https://www.buymeacoffee.com/pboling |
472
+ | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://opencollective.com/kettle-rb, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/kettle-drift, https://www.buymeacoffee.com/pboling |
473
473
  <!-- kettle-jem:metadata:end -->
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "optparse"
4
- require "set"
5
4
 
6
5
  module Kettle
7
6
  module Drift
@@ -17,7 +16,7 @@ module Kettle
17
16
  min_chars: options.fetch(:min_chars),
18
17
  json_path: options[:json_path],
19
18
  lock_path: options[:lock_path],
20
- mode: options.fetch(:mode),
19
+ mode: options.fetch(:mode)
21
20
  )
22
21
 
23
22
  if outcome.clean? || outcome.diff.state == :no_changes
@@ -37,7 +36,7 @@ module Kettle
37
36
  min_chars: Kettle::Drift::DuplicateLineValidator::DEFAULT_MIN_CHARS,
38
37
  lock_path: Kettle::Drift::DEFAULT_LOCKFILE,
39
38
  mode: :update,
40
- project_root: Dir.pwd,
39
+ project_root: Dir.pwd
41
40
  }
42
41
 
43
42
  parser = OptionParser.new do |opts|
@@ -17,7 +17,7 @@ module Kettle
17
17
  left: unchanged_entries.size + new_entries.size,
18
18
  fixed: fixed_entries.size,
19
19
  new: new_entries.size,
20
- unchanged: unchanged_entries.size,
20
+ unchanged: unchanged_entries.size
21
21
  }
22
22
  end
23
23
 
@@ -2,7 +2,6 @@
2
2
 
3
3
  require "json"
4
4
  require "fileutils"
5
- require "set"
6
5
 
7
6
  module Kettle
8
7
  module Drift
@@ -49,7 +48,7 @@ module Kettle
49
48
  "### Deprecated",
50
49
  "### Removed",
51
50
  "### Fixed",
52
- "### Security",
51
+ "### Security"
53
52
  ]).freeze
54
53
 
55
54
  def scan(files:, min_chars: DEFAULT_MIN_CHARS)
@@ -82,7 +81,7 @@ module Kettle
82
81
  duplicates[chunk_content] ||= []
83
82
  duplicates[chunk_content] << {
84
83
  file: path,
85
- lines: start_lines,
84
+ lines: start_lines
86
85
  }
87
86
  end
88
87
  end
@@ -140,7 +139,7 @@ module Kettle
140
139
 
141
140
  template_files = Dir.glob(
142
141
  File.join(template_dir, "**", "*"),
143
- File::FNM_DOTMATCH,
142
+ File::FNM_DOTMATCH
144
143
  ).select { |f| File.file?(f) }
145
144
 
146
145
  Set.new(scan(files: template_files, min_chars: min_chars).keys)
@@ -217,7 +216,7 @@ module Kettle
217
216
  return content if content.valid_encoding?
218
217
 
219
218
  content.scrub
220
- rescue StandardError
219
+ rescue
221
220
  nil
222
221
  end
223
222
 
@@ -34,7 +34,7 @@ module Kettle
34
34
  state: state,
35
35
  new_entries: added,
36
36
  fixed_entries: fixed,
37
- unchanged_entries: unchanged,
37
+ unchanged_entries: unchanged
38
38
  )
39
39
  end
40
40
 
@@ -46,7 +46,7 @@ module Kettle
46
46
  {
47
47
  chunk: chunk,
48
48
  file: entry.fetch(:file),
49
- lines: entry.fetch(:lines),
49
+ lines: entry.fetch(:lines)
50
50
  }
51
51
  end
52
52
  end
@@ -31,7 +31,7 @@ namespace :kettle do
31
31
  min_chars: min_chars,
32
32
  json_path: ENV["JSON"],
33
33
  lock_path: lock_path,
34
- mode: mode,
34
+ mode: mode
35
35
  )
36
36
 
37
37
  if outcome.clean?
@@ -50,7 +50,7 @@ module Kettle
50
50
 
51
51
  {
52
52
  "file" => relative_path(file, project_root: project_root),
53
- "lines" => lines.map { |line| Integer(line) },
53
+ "lines" => lines.map { |line| Integer(line) }
54
54
  }
55
55
  end
56
56
 
@@ -66,7 +66,7 @@ module Kettle
66
66
 
67
67
  {
68
68
  file: file,
69
- lines: lines.map { |line| Integer(line) },
69
+ lines: lines.map { |line| Integer(line) }
70
70
  }
71
71
  end
72
72
 
@@ -3,7 +3,7 @@
3
3
  module Kettle
4
4
  module Drift
5
5
  module Version
6
- VERSION = "1.0.2"
6
+ VERSION = "1.0.3"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data/lib/kettle/drift.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "set"
4
3
  require "version_gem"
5
4
  require_relative "drift/version"
6
5
 
@@ -118,7 +117,7 @@ module Kettle
118
117
  lock_path: expanded_lock_path,
119
118
  mode: mode,
120
119
  results: results,
121
- printer_class: printer_class,
120
+ printer_class: printer_class
122
121
  ).run
123
122
  expanded_json_path = nil
124
123
  if write_json_report?(results, process_result.diff)
@@ -141,7 +140,7 @@ module Kettle
141
140
  lock_path: expanded_lock_path,
142
141
  mode: mode,
143
142
  diff: process_result.diff,
144
- exit_code: process_result.exit_code,
143
+ exit_code: process_result.exit_code
145
144
  )
146
145
  end
147
146
 
data.tar.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- x����x�&�� ��c��B�/��Iɹ`�ޡ9���D%��4!��;N�G9d9��m��Ü]+�x�$j˲�����P
2
- YÍS ���2:k�̓��gu���u�������A0�1i�D~ʛD��(I_p����H/!��z�NS��1�)@Uyh�-Ix�(P��*�|�= q���{
3
- ��"�n��)��)7>����rf��D��\3O~�'rf.�����Xa{�xkmB���]n�eC
1
+ m\_���󯲕�h�WY�]��fml��ݤ�4Rl��= �G >]�f2�G���8�֥L�Z�'{vֽ/8h�O]�"x�R��@��x��
2
+ {�D �@�?�������=�F�U��ZW��̆ �r�ٮ�!�N�5B��{v����7�?z,!��8]4βN\OP-�+�?�
3
+ ՜M�Ȟ���`�ttg��fd]����9�Q���v�F֓��<��3+V�g�]�fWz�6"k��a8����0�7��Hf�a}[^N�2~�Gq#������̪��|�iR�,w�>D��9�*{N��*���n-'Cg�àn3Lb1:���$�vd�|_pu����ge�YŖ�q}Z�5"�POf{�S������6��:�ȷ��
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '1.1'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 1.1.9
49
+ version: 1.1.11
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
@@ -56,27 +56,27 @@ dependencies:
56
56
  version: '1.1'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 1.1.9
59
+ version: 1.1.11
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: kettle-dev
62
62
  requirement: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
- version: '2.0'
66
+ version: '2.2'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.0.8
69
+ version: 2.2.3
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.0'
76
+ version: '2.2'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.0.8
79
+ version: 2.2.3
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -131,20 +131,20 @@ dependencies:
131
131
  requirements:
132
132
  - - "~>"
133
133
  - !ruby/object:Gem::Version
134
- version: '3.0'
134
+ version: '3.1'
135
135
  - - ">="
136
136
  - !ruby/object:Gem::Version
137
- version: 3.0.6
137
+ version: 3.1.1
138
138
  type: :development
139
139
  prerelease: false
140
140
  version_requirements: !ruby/object:Gem::Requirement
141
141
  requirements:
142
142
  - - "~>"
143
143
  - !ruby/object:Gem::Version
144
- version: '3.0'
144
+ version: '3.1'
145
145
  - - ">="
146
146
  - !ruby/object:Gem::Version
147
- version: 3.0.6
147
+ version: 3.1.1
148
148
  - !ruby/object:Gem::Dependency
149
149
  name: kettle-test
150
150
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +154,7 @@ dependencies:
154
154
  version: '2.0'
155
155
  - - ">="
156
156
  - !ruby/object:Gem::Version
157
- version: 2.0.3
157
+ version: 2.0.5
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.3
167
+ version: 2.0.5
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: turbo_tests2
170
170
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '3.1'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 3.1.1
177
+ version: 3.1.2
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '3.1'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 3.1.1
187
+ version: 3.1.2
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: ruby-progressbar
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -284,17 +284,17 @@ files:
284
284
  - lib/kettle/drift/version.rb
285
285
  - sig/kettle/drift.rbs
286
286
  - sig/kettle/drift/version.rbs
287
- homepage: https://github.com/kettle-rb/kettle-drift
287
+ homepage: https://github.com/kettle-dev/kettle-drift
288
288
  licenses:
289
289
  - AGPL-3.0-only
290
290
  metadata:
291
291
  homepage_uri: https://structuredmerge.org
292
- source_code_uri: https://github.com/kettle-rb/kettle-drift/tree/v1.0.2
293
- changelog_uri: https://github.com/kettle-rb/kettle-drift/blob/v1.0.2/CHANGELOG.md
294
- bug_tracker_uri: https://github.com/kettle-rb/kettle-drift/issues
295
- documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.2
292
+ source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.3
293
+ changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.3/CHANGELOG.md
294
+ bug_tracker_uri: https://github.com/kettle-dev/kettle-drift/issues
295
+ documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.3
296
296
  funding_uri: https://github.com/sponsors/pboling
297
- wiki_uri: https://github.com/kettle-rb/kettle-drift/wiki
297
+ wiki_uri: https://github.com/kettle-dev/kettle-drift/wiki
298
298
  news_uri: https://www.railsbling.com/tags/kettle-drift
299
299
  discord_uri: https://discord.gg/3qme4XHNKN
300
300
  rubygems_mfa_required: 'true'
metadata.gz.sig CHANGED
Binary file