nomono 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: b47509ca8d4b41af4151a1c6c66fc15ccc1ccc44f008cd0b835ffccff5dc87d7
4
- data.tar.gz: 8ff2ac529c4b2afc71d3b64102f0761993dcf557ca16d48da889bad5dd7e843c
3
+ metadata.gz: a9e035b8f2b32e7472637d34369a47f97fa0bc39dcfd1b4dabc7399441aa83e0
4
+ data.tar.gz: '00847dbc5cf273e01579e130ebc413c0e6736da436c375f57986db74c80a536b'
5
5
  SHA512:
6
- metadata.gz: 9bc1a6313013c6298336ad29e4331cf75e05371778d548a95fb28a9592b4efdb9068061e1bc3f7e2c0e1e2a67b7b44b26b3cca050e4872af6462e0988d8aabe2
7
- data.tar.gz: 1ba432de7e7c5e052437ddf69701e7f5d74d6804480393f403015041433d405688fb01a7f7f2344b7b2752da464819b80a0a19f3c8a90a5b9f4168ca32d03aef
6
+ metadata.gz: 4ba6347e34642c071a2dac1b4303348e410e4fbb52a31a9209ceaac7df8d72efd375599e0e0e3169e4b19251ef1558a41e7ed24863d4ad0920d185e798f9b12a
7
+ data.tar.gz: a07f869e196c8d1de2b3c7d4f5d81fb158f86fad84dbc359b825255de2f5f0a05d44e93d99fb6974a1c7cbc8de37deeab9a413c43d567e390c7233804a20c559
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,25 @@ 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: 100.00% -- 86/86 lines in 4 files
37
+ - BRANCH COVERAGE: 100.00% -- 28/28 branches in 4 files
38
+ - 12.50% documented
39
+
40
+ ### Changed
41
+
42
+ - Development tooling now resolves `kettle-dev` 2.2.3, `kettle-test` 2.0.5,
43
+ `kettle-soup-cover` 2.0.2, and `yard-fence` 0.9.3 or newer.
44
+
45
+ ### Fixed
46
+
47
+ - Updated generated project metadata links to use the migrated `kettle-dev`
48
+ GitHub organization.
49
+
50
+ - Corrected misspelled contact metadata to use `galtzo.com`.
51
+
33
52
  ## [1.0.2] - 2026-05-31
34
53
 
35
54
  - TAG: [v1.0.2][1.0.2t]
@@ -87,7 +106,9 @@ Please file a bug if you notice a violation of semantic versioning.
87
106
  - TAG: [v1.0.0][1.0.0t]
88
107
  - 12.50% documented
89
108
 
90
- [Unreleased]: https://github.com/kettle-rb/nomono/compare/v1.0.2...HEAD
109
+ [Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.0.3...HEAD
110
+ [1.0.3]: https://github.com/kettle-dev/nomono/compare/v1.0.2...v1.0.3
111
+ [1.0.3t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.3
91
112
  [1.0.2]: https://github.com/kettle-rb/nomono/compare/v1.0.1...v1.0.2
92
113
  [1.0.2t]: https://github.com/kettle-rb/nomono/releases/tag/v1.0.2
93
114
  [1.0.1]: https://github.com/kettle-rb/nomono/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/nomono'
15
+ value: 'https://github.com/kettle-dev/nomono'
16
16
  description: "nomono"
17
- repository-code: 'https://github.com/kettle-rb/nomono'
17
+ repository-code: 'https://github.com/kettle-dev/nomono'
18
18
  abstract: >-
19
19
  nomono
20
20
  license: See license file
data/CONTRIBUTING.md CHANGED
@@ -103,7 +103,7 @@ Git hooks and commit message helpers (exe/kettle-commit-msg)
103
103
  - GIT_HOOK_FOOTER_APPEND_DEBUG: Extra debug output in the footer template (true/false)
104
104
 
105
105
  Git diff driver setup
106
- - Local setup writes repository `.gitattributes` entries so this checkout uses StructuredMerge semantic diffs.
106
+ - Local setup writes repository `.gitattributes` entries and local Git `diff.smorg-*` command config so this checkout uses StructuredMerge semantic diffs.
107
107
  - Global setup registers `diff.smorg-*` commands once in the user Git config; use it when you work across several StructuredMerge-enabled repositories.
108
108
  - Include-file setup writes `.git/smorg/config` and includes it from local Git config, keeping command registrations out of the repository files.
109
109
  - Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
@@ -115,7 +115,7 @@ K_JEM_TEMPLATING=true bundle exec kettle-jem install
115
115
  Troubleshooting Git diffs
116
116
  - Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
117
117
  - Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
118
- - If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --get-regexp '^diff\.smorg-'`.
118
+ - If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
119
119
  - To remove managed local entries, run `K_JEM_TEMPLATING=true bundle exec kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
120
120
 
121
121
  For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
@@ -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/nomono/-/graphs/main][🚎contributors-gl]
201
+ Also see GitLab Contributors: [https://gitlab.com/kettle-dev/nomono/-/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/nomono
253
- [📜src-cb]: https://codeberg.org/kettle-rb/nomono
254
- [📜src-gh]: https://github.com/kettle-rb/nomono
255
- [🧪build]: https://github.com/kettle-rb/nomono/actions
256
- [🤝conduct]: https://github.com/kettle-rb/nomono/blob/main/CODE_OF_CONDUCT.md
252
+ [📜src-gl]: https://gitlab.com/kettle-dev/nomono
253
+ [📜src-cb]: https://codeberg.org/kettle-dev/nomono
254
+ [📜src-gh]: https://github.com/kettle-dev/nomono
255
+ [🧪build]: https://github.com/kettle-dev/nomono/actions
256
+ [🤝conduct]: https://github.com/kettle-dev/nomono/blob/main/CODE_OF_CONDUCT.md
257
257
  [🖐contrib-rocks]: https://contrib.rocks
258
- [🖐contributors]: https://github.com/kettle-rb/nomono/graphs/contributors
259
- [🚎contributors-gl]: https://gitlab.com/kettle-rb/nomono/-/graphs/main
260
- [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/nomono
258
+ [🖐contributors]: https://github.com/kettle-dev/nomono/graphs/contributors
259
+ [🚎contributors-gl]: https://gitlab.com/kettle-dev/nomono/-/graphs/main
260
+ [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/nomono
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/nomono 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/nomono 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="14%" 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="14%" align="right"/></a>
2
2
 
3
3
  # 1️⃣ Nomono
4
4
 
@@ -65,14 +65,14 @@ not practical for the current toolchain.
65
65
 
66
66
  | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
67
67
  |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
68
- | 🧪 [kettle-rb/nomono on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
69
- | 🧊 [kettle-rb/nomono on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
70
- | 🐙 [kettle-rb/nomono on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
68
+ | 🧪 [kettle-dev/nomono on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
69
+ | 🧊 [kettle-dev/nomono on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
70
+ | 🐙 [kettle-dev/nomono on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
71
71
  | 🎮️ [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] |
72
72
 
73
73
  </details>
74
74
 
75
- [gh-discussions]: https://github.com/kettle-rb/nomono/discussions
75
+ [gh-discussions]: https://github.com/kettle-dev/nomono/discussions
76
76
 
77
77
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/nomono)](https://tidelift.com/subscription/pkg/rubygems-nomono?utm_source=rubygems-nomono&utm_medium=referral&utm_campaign=readme)
78
78
 
@@ -208,16 +208,16 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
208
208
 
209
209
  Made with [contributors-img][🖐contrib-rocks].
210
210
 
211
- Also see GitLab Contributors: [https://gitlab.com/kettle-rb/nomono/-/graphs/main][🚎contributors-gl]
211
+ Also see GitLab Contributors: [https://gitlab.com/kettle-dev/nomono/-/graphs/main][🚎contributors-gl]
212
212
 
213
213
  <details>
214
214
  <summary>⭐️ Star History</summary>
215
215
 
216
- <a href="https://star-history.com/kettle-rb/nomono&Date">
216
+ <a href="https://star-history.com/kettle-dev/nomono&Date">
217
217
  <picture>
218
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-rb/nomono&type=Date&theme=dark" />
219
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-rb/nomono&type=Date" />
220
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-rb/nomono&type=Date" />
218
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/nomono&type=Date&theme=dark" />
219
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/nomono&type=Date" />
220
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/nomono&type=Date" />
221
221
  </picture>
222
222
  </a>
223
223
 
@@ -282,7 +282,7 @@ To join the community or get help 👇️ Join the Discord.
282
282
 
283
283
  To say "thanks!" ☝️ Join the Discord or 👇️ send money.
284
284
 
285
- [![Sponsor kettle-rb/nomono 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]
285
+ [![Sponsor kettle-dev/nomono 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]
286
286
 
287
287
  ### Please give the project a star ⭐ ♥.
288
288
 
@@ -293,17 +293,17 @@ Thanks for RTFM. ☺️
293
293
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
294
294
  [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
295
295
  [⛳liberapay]: https://liberapay.com/pboling/donate
296
- [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-rb
297
- [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-rb
298
- [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-rb
299
- [🖇osc-backers]: https://opencollective.com/kettle-rb#backer
300
- [🖇osc-backers-i]: https://opencollective.com/kettle-rb/backers/badge.svg?style=flat
301
- [🖇osc-sponsors]: https://opencollective.com/kettle-rb#sponsor
302
- [🖇osc-sponsors-i]: https://opencollective.com/kettle-rb/sponsors/badge.svg?style=flat
303
- [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-rb?style=for-the-badge
304
- [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-rb?style=for-the-badge
305
- [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-rb?style=for-the-badge
306
- [🖇osc]: https://opencollective.com/kettle-rb
296
+ [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
297
+ [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
298
+ [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
299
+ [🖇osc-backers]: https://opencollective.com/kettle-dev#backer
300
+ [🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
301
+ [🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
302
+ [🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
303
+ [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
304
+ [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
305
+ [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
306
+ [🖇osc]: https://opencollective.com/kettle-dev
307
307
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
308
308
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
309
309
  [🖇sponsor]: https://github.com/sponsors/pboling
@@ -327,12 +327,12 @@ Thanks for RTFM. ☺️
327
327
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
328
328
 
329
329
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
330
- [⛳️gem-namespace]: https://github.com/kettle-rb/nomono
330
+ [⛳️gem-namespace]: https://github.com/kettle-dev/nomono
331
331
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Nomono-3C2D2D.svg?style=square&logo=ruby&logoColor=white
332
332
  [⛳️gem-name]: https://bestgems.org/gems/nomono
333
333
  [⛳️name-img]: https://img.shields.io/badge/name-nomono-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
334
- [⛳️tag-img]: https://img.shields.io/github/tag/kettle-rb/nomono.svg
335
- [⛳️tag]: https://github.com/kettle-rb/nomono/releases
334
+ [⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/nomono.svg
335
+ [⛳️tag]: https://github.com/kettle-dev/nomono/releases
336
336
  [🚂maint-blog]: http://www.railsbling.com/tags/nomono
337
337
  [🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
338
338
  [🚂maint-contact]: http://www.railsbling.com/contact
@@ -367,52 +367,52 @@ Thanks for RTFM. ☺️
367
367
  [💁🏼‍♂️peterboling]: http://www.peterboling.com
368
368
  [🚂railsbling]: http://www.railsbling.com
369
369
  [📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
370
- [📜src-gl]: https://gitlab.com/kettle-rb/nomono
370
+ [📜src-gl]: https://gitlab.com/kettle-dev/nomono
371
371
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
372
- [📜src-cb]: https://codeberg.org/kettle-rb/nomono
372
+ [📜src-cb]: https://codeberg.org/kettle-dev/nomono
373
373
  [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
374
- [📜src-gh]: https://github.com/kettle-rb/nomono
374
+ [📜src-gh]: https://github.com/kettle-dev/nomono
375
375
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
376
376
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
377
- [📜gl-wiki]: https://gitlab.com/kettle-rb/nomono/-/wikis/home
378
- [📜gh-wiki]: https://github.com/kettle-rb/nomono/wiki
377
+ [📜gl-wiki]: https://gitlab.com/kettle-dev/nomono/-/wikis/home
378
+ [📜gh-wiki]: https://github.com/kettle-dev/nomono/wiki
379
379
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
380
380
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
381
381
  [👽dl-rank]: https://bestgems.org/gems/nomono
382
382
  [👽dl-ranki]: https://img.shields.io/gem/rd/nomono.svg
383
383
  [👽version]: https://bestgems.org/gems/nomono
384
384
  [👽versioni]: https://img.shields.io/gem/v/nomono.svg
385
- [🏀qlty-mnt]: https://qlty.sh/gh/kettle-rb/projects/nomono
386
- [🏀qlty-mnti]: https://qlty.sh/gh/kettle-rb/projects/nomono/maintainability.svg
387
- [🏀qlty-cov]: https://qlty.sh/gh/kettle-rb/projects/nomono/metrics/code?sort=coverageRating
388
- [🏀qlty-covi]: https://qlty.sh/gh/kettle-rb/projects/nomono/coverage.svg
389
- [🏀codecov]: https://codecov.io/gh/kettle-rb/nomono
390
- [🏀codecovi]: https://codecov.io/gh/kettle-rb/nomono/graph/badge.svg
391
- [🏀coveralls]: https://coveralls.io/github/kettle-rb/nomono?branch=main
392
- [🏀coveralls-img]: https://coveralls.io/repos/github/kettle-rb/nomono/badge.svg?branch=main
393
- [🚎ruby-3.2-wf]: https://github.com/kettle-rb/nomono/actions/workflows/ruby-3.2.yml
394
- [🚎ruby-3.3-wf]: https://github.com/kettle-rb/nomono/actions/workflows/ruby-3.3.yml
395
- [🚎ruby-3.4-wf]: https://github.com/kettle-rb/nomono/actions/workflows/ruby-3.4.yml
396
- [🚎truby-24.2-wf]: https://github.com/kettle-rb/nomono/actions/workflows/truffleruby-24.2.yml
397
- [🚎truby-25.0-wf]: https://github.com/kettle-rb/nomono/actions/workflows/truffleruby-25.0.yml
398
- [🚎2-cov-wf]: https://github.com/kettle-rb/nomono/actions/workflows/coverage.yml
399
- [🚎2-cov-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/coverage.yml/badge.svg
400
- [🚎3-hd-wf]: https://github.com/kettle-rb/nomono/actions/workflows/heads.yml
401
- [🚎3-hd-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/heads.yml/badge.svg
402
- [🚎5-st-wf]: https://github.com/kettle-rb/nomono/actions/workflows/style.yml
403
- [🚎5-st-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/style.yml/badge.svg
404
- [🚎9-t-wf]: https://github.com/kettle-rb/nomono/actions/workflows/truffle.yml
405
- [🚎9-t-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/truffle.yml/badge.svg
406
- [🚎10-j-wf]: https://github.com/kettle-rb/nomono/actions/workflows/jruby.yml
407
- [🚎10-j-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/jruby.yml/badge.svg
408
- [🚎11-c-wf]: https://github.com/kettle-rb/nomono/actions/workflows/current.yml
409
- [🚎11-c-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/current.yml/badge.svg
410
- [🚎12-crh-wf]: https://github.com/kettle-rb/nomono/actions/workflows/dep-heads.yml
411
- [🚎12-crh-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/dep-heads.yml/badge.svg
412
- [🚎13-🔒️-wf]: https://github.com/kettle-rb/nomono/actions/workflows/locked_deps.yml
413
- [🚎13-🔒️-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/locked_deps.yml/badge.svg
414
- [🚎14-🔓️-wf]: https://github.com/kettle-rb/nomono/actions/workflows/unlocked_deps.yml
415
- [🚎14-🔓️-wfi]: https://github.com/kettle-rb/nomono/actions/workflows/unlocked_deps.yml/badge.svg
385
+ [🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/nomono
386
+ [🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/nomono/maintainability.svg
387
+ [🏀qlty-cov]: https://qlty.sh/gh/kettle-dev/projects/nomono/metrics/code?sort=coverageRating
388
+ [🏀qlty-covi]: https://qlty.sh/gh/kettle-dev/projects/nomono/coverage.svg
389
+ [🏀codecov]: https://codecov.io/gh/kettle-dev/nomono
390
+ [🏀codecovi]: https://codecov.io/gh/kettle-dev/nomono/graph/badge.svg
391
+ [🏀coveralls]: https://coveralls.io/github/kettle-dev/nomono?branch=main
392
+ [🏀coveralls-img]: https://coveralls.io/repos/github/kettle-dev/nomono/badge.svg?branch=main
393
+ [🚎ruby-3.2-wf]: https://github.com/kettle-dev/nomono/actions/workflows/ruby-3.2.yml
394
+ [🚎ruby-3.3-wf]: https://github.com/kettle-dev/nomono/actions/workflows/ruby-3.3.yml
395
+ [🚎ruby-3.4-wf]: https://github.com/kettle-dev/nomono/actions/workflows/ruby-3.4.yml
396
+ [🚎truby-24.2-wf]: https://github.com/kettle-dev/nomono/actions/workflows/truffleruby-24.2.yml
397
+ [🚎truby-25.0-wf]: https://github.com/kettle-dev/nomono/actions/workflows/truffleruby-25.0.yml
398
+ [🚎2-cov-wf]: https://github.com/kettle-dev/nomono/actions/workflows/coverage.yml
399
+ [🚎2-cov-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/coverage.yml/badge.svg
400
+ [🚎3-hd-wf]: https://github.com/kettle-dev/nomono/actions/workflows/heads.yml
401
+ [🚎3-hd-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/heads.yml/badge.svg
402
+ [🚎5-st-wf]: https://github.com/kettle-dev/nomono/actions/workflows/style.yml
403
+ [🚎5-st-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/style.yml/badge.svg
404
+ [🚎9-t-wf]: https://github.com/kettle-dev/nomono/actions/workflows/truffle.yml
405
+ [🚎9-t-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/truffle.yml/badge.svg
406
+ [🚎10-j-wf]: https://github.com/kettle-dev/nomono/actions/workflows/jruby.yml
407
+ [🚎10-j-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/jruby.yml/badge.svg
408
+ [🚎11-c-wf]: https://github.com/kettle-dev/nomono/actions/workflows/current.yml
409
+ [🚎11-c-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/current.yml/badge.svg
410
+ [🚎12-crh-wf]: https://github.com/kettle-dev/nomono/actions/workflows/dep-heads.yml
411
+ [🚎12-crh-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/dep-heads.yml/badge.svg
412
+ [🚎13-🔒️-wf]: https://github.com/kettle-dev/nomono/actions/workflows/locked_deps.yml
413
+ [🚎13-🔒️-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/locked_deps.yml/badge.svg
414
+ [🚎14-🔓️-wf]: https://github.com/kettle-dev/nomono/actions/workflows/unlocked_deps.yml
415
+ [🚎14-🔓️-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/unlocked_deps.yml/badge.svg
416
416
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
417
417
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
418
418
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
@@ -424,48 +424,48 @@ Thanks for RTFM. ☺️
424
424
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
425
425
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
426
426
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
427
- [🤝gh-issues]: https://github.com/kettle-rb/nomono/issues
428
- [🤝gh-pulls]: https://github.com/kettle-rb/nomono/pulls
429
- [🤝gl-issues]: https://gitlab.com/kettle-rb/nomono/-/issues
430
- [🤝gl-pulls]: https://gitlab.com/kettle-rb/nomono/-/merge_requests
431
- [🤝cb-issues]: https://codeberg.org/kettle-rb/nomono/issues
432
- [🤝cb-pulls]: https://codeberg.org/kettle-rb/nomono/pulls
427
+ [🤝gh-issues]: https://github.com/kettle-dev/nomono/issues
428
+ [🤝gh-pulls]: https://github.com/kettle-dev/nomono/pulls
429
+ [🤝gl-issues]: https://gitlab.com/kettle-dev/nomono/-/issues
430
+ [🤝gl-pulls]: https://gitlab.com/kettle-dev/nomono/-/merge_requests
431
+ [🤝cb-issues]: https://codeberg.org/kettle-dev/nomono/issues
432
+ [🤝cb-pulls]: https://codeberg.org/kettle-dev/nomono/pulls
433
433
  [🤝cb-donate]: https://donate.codeberg.org/
434
- [🤝contributing]: https://github.com/kettle-rb/nomono/blob/main/CONTRIBUTING.md
435
- [🏀codecov-g]: https://codecov.io/gh/kettle-rb/nomono/graph/badge.svg
434
+ [🤝contributing]: https://github.com/kettle-dev/nomono/blob/main/CONTRIBUTING.md
435
+ [🏀codecov-g]: https://codecov.io/gh/kettle-dev/nomono/graph/badge.svg
436
436
  [🖐contrib-rocks]: https://contrib.rocks
437
- [🖐contributors]: https://github.com/kettle-rb/nomono/graphs/contributors
438
- [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/nomono
439
- [🚎contributors-gl]: https://gitlab.com/kettle-rb/nomono/-/graphs/main
440
- [🪇conduct]: https://github.com/kettle-rb/nomono/blob/main/CODE_OF_CONDUCT.md
437
+ [🖐contributors]: https://github.com/kettle-dev/nomono/graphs/contributors
438
+ [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/nomono
439
+ [🚎contributors-gl]: https://gitlab.com/kettle-dev/nomono/-/graphs/main
440
+ [🪇conduct]: https://github.com/kettle-dev/nomono/blob/main/CODE_OF_CONDUCT.md
441
441
  [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
442
442
  [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
443
443
  [📌semver]: https://semver.org/spec/v2.0.0.html
444
444
  [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
445
445
  [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
446
446
  [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
447
- [📌changelog]: https://github.com/kettle-rb/nomono/blob/main/CHANGELOG.md
447
+ [📌changelog]: https://github.com/kettle-dev/nomono/blob/main/CHANGELOG.md
448
448
  [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
449
449
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
450
450
  [📌gitmoji]: https://gitmoji.dev
451
451
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
452
452
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
453
453
  [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.086-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
454
- [🔐security]: https://github.com/kettle-rb/nomono/blob/main/SECURITY.md
454
+ [🔐security]: https://github.com/kettle-dev/nomono/blob/main/SECURITY.md
455
455
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
456
456
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
457
457
  [📄license]: LICENSE.md
458
458
  [📄license-ref]: AGPL-3.0-only.md
459
459
  [📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only-259D6C.svg
460
460
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
461
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-✗-C0392B.svg?style=flat&logo=Apache
461
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
462
462
 
463
463
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
464
464
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
465
465
  [🚎yard-current]: http://rubydoc.info/gems/nomono
466
466
  [🚎yard-head]: https://nomono.galtzo.com
467
467
  [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
468
- [💎SHA_checksums]: https://gitlab.com/kettle-rb/nomono/-/tree/main/checksums
468
+ [💎SHA_checksums]: https://gitlab.com/kettle-dev/nomono/-/tree/main/checksums
469
469
  [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
470
470
  [💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
471
471
  [💎appraisal2]: https://github.com/appraisal-rb/appraisal2
@@ -477,8 +477,8 @@ Thanks for RTFM. ☺️
477
477
  |---|---|
478
478
  | Package | nomono |
479
479
  | Description | 1️⃣ Provides nomono_gems and eval_nomono_gems to standardize local multi-repo dependency wiring in Gemfiles. |
480
- | Homepage | https://github.com/kettle-rb/nomono |
481
- | Source | https://github.com/kettle-rb/nomono/tree/v1.0.1 |
480
+ | Homepage | https://github.com/kettle-dev/nomono |
481
+ | Source | https://github.com/kettle-dev/nomono/tree/v1.0.2 |
482
482
  | License | `AGPL-3.0-only` |
483
- | 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/nomono, https://www.buymeacoffee.com/pboling |
483
+ | 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://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/nomono, https://www.buymeacoffee.com/pboling |
484
484
  <!-- kettle-jem:metadata:end -->
data/SECURITY.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Version | Supported |
6
6
  |----------|-----------|
7
- | 1.latest | ✅ |
7
+ | 1.0.latest | ✅ |
8
8
 
9
9
  ## Security contact information
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Nomono
4
4
  module Version
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
6
6
  end
7
7
  VERSION = Version::VERSION # Traditional Constant Location
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nomono
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.6
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.6
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.1
157
+ version: 2.0.5
158
158
  type: :development
159
159
  prerelease: false
160
160
  version_requirements: !ruby/object:Gem::Requirement
@@ -164,85 +164,85 @@ dependencies:
164
164
  version: '2.0'
165
165
  - - ">="
166
166
  - !ruby/object:Gem::Version
167
- version: 2.0.1
167
+ version: 2.0.5
168
168
  - !ruby/object:Gem::Dependency
169
- name: ruby-progressbar
169
+ name: turbo_tests2
170
170
  requirement: !ruby/object:Gem::Requirement
171
171
  requirements:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
- version: '1.13'
174
+ version: '3.1'
175
+ - - ">="
176
+ - !ruby/object:Gem::Version
177
+ version: 3.1.2
175
178
  type: :development
176
179
  prerelease: false
177
180
  version_requirements: !ruby/object:Gem::Requirement
178
181
  requirements:
179
182
  - - "~>"
180
183
  - !ruby/object:Gem::Version
181
- version: '1.13'
184
+ version: '3.1'
185
+ - - ">="
186
+ - !ruby/object:Gem::Version
187
+ version: 3.1.2
182
188
  - !ruby/object:Gem::Dependency
183
- name: stone_checksums
189
+ name: ruby-progressbar
184
190
  requirement: !ruby/object:Gem::Requirement
185
191
  requirements:
186
192
  - - "~>"
187
193
  - !ruby/object:Gem::Version
188
- version: '1.0'
189
- - - ">="
190
- - !ruby/object:Gem::Version
191
- version: 1.0.3
194
+ version: '1.13'
192
195
  type: :development
193
196
  prerelease: false
194
197
  version_requirements: !ruby/object:Gem::Requirement
195
198
  requirements:
196
199
  - - "~>"
197
200
  - !ruby/object:Gem::Version
198
- version: '1.0'
199
- - - ">="
200
- - !ruby/object:Gem::Version
201
- version: 1.0.3
201
+ version: '1.13'
202
202
  - !ruby/object:Gem::Dependency
203
- name: gitmoji-regex
203
+ name: stone_checksums
204
204
  requirement: !ruby/object:Gem::Requirement
205
205
  requirements:
206
206
  - - "~>"
207
207
  - !ruby/object:Gem::Version
208
- version: '2.0'
208
+ version: '1.0'
209
209
  - - ">="
210
210
  - !ruby/object:Gem::Version
211
- version: 2.0.0
211
+ version: 1.0.3
212
212
  type: :development
213
213
  prerelease: false
214
214
  version_requirements: !ruby/object:Gem::Requirement
215
215
  requirements:
216
216
  - - "~>"
217
217
  - !ruby/object:Gem::Version
218
- version: '2.0'
218
+ version: '1.0'
219
219
  - - ">="
220
220
  - !ruby/object:Gem::Version
221
- version: 2.0.0
221
+ version: 1.0.3
222
222
  - !ruby/object:Gem::Dependency
223
- name: kettle-soup-cover
223
+ name: gitmoji-regex
224
224
  requirement: !ruby/object:Gem::Requirement
225
225
  requirements:
226
226
  - - "~>"
227
227
  - !ruby/object:Gem::Version
228
- version: '1.1'
228
+ version: '2.0'
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: 1.1.1
231
+ version: 2.0.1
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
235
235
  requirements:
236
236
  - - "~>"
237
237
  - !ruby/object:Gem::Version
238
- version: '1.1'
238
+ version: '2.0'
239
239
  - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 1.1.1
241
+ version: 2.0.1
242
242
  description: 1️⃣ Provides nomono_gems and eval_nomono_gems to standardize local multi-repo
243
243
  dependency wiring in Gemfiles.
244
244
  email:
245
- - floss@glatzo.com
245
+ - floss@galtzo.com
246
246
  executables: []
247
247
  extensions: []
248
248
  extra_rdoc_files:
@@ -273,17 +273,17 @@ files:
273
273
  - lib/nomono/version.rb
274
274
  - sig/nomono.rbs
275
275
  - sig/nomono/version.rbs
276
- homepage: https://github.com/kettle-rb/nomono
276
+ homepage: https://github.com/kettle-dev/nomono
277
277
  licenses:
278
278
  - AGPL-3.0-only
279
279
  metadata:
280
280
  homepage_uri: https://nomono.galtzo.com/
281
- source_code_uri: https://github.com/kettle-rb/nomono/tree/v1.0.2
282
- changelog_uri: https://github.com/kettle-rb/nomono/blob/v1.0.2/CHANGELOG.md
283
- bug_tracker_uri: https://github.com/kettle-rb/nomono/issues
284
- documentation_uri: https://www.rubydoc.info/gems/nomono/1.0.2
281
+ source_code_uri: https://github.com/kettle-dev/nomono/tree/v1.0.3
282
+ changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.0.3/CHANGELOG.md
283
+ bug_tracker_uri: https://github.com/kettle-dev/nomono/issues
284
+ documentation_uri: https://www.rubydoc.info/gems/nomono/1.0.3
285
285
  funding_uri: https://github.com/sponsors/pboling
286
- wiki_uri: https://github.com/kettle-rb/nomono/wiki
286
+ wiki_uri: https://github.com/kettle-dev/nomono/wiki
287
287
  news_uri: https://www.railsbling.com/tags/nomono
288
288
  discord_uri: https://discord.gg/3qme4XHNKN
289
289
  rubygems_mfa_required: 'true'
metadata.gz.sig CHANGED
@@ -1,4 +1,3 @@
1
- ��3��<���%�
2
- ��ݝ��l,.�+F�%+x.Ɛ�p�����[���xB&���]sO���2/���n�yb�-5�-��2�S��1,��8�9/�����}ʓ- ��oJ�d*P�AЊvx�܊��ۯ15��
3
- Y�����}z���)K3rG2��ԯ�G�'����e]B�#z��6n}F�qf�sheŒwfbw Պw�� �{ �N��0W;��.z-��Ē�WG�1�:kS��m�����ז bX��)UQ.�>�Fx
4
- Է���{ru�Am�U���X�����\#�{�9^��t���*J��ۅ ��n���u� ْ
1
+ +��W��(��0�qt�q.z��Hj��@1a����P5#N▄9�nKPk'Uo�2�_����*D]��]���1��!͵�i@�~O���]�`�vV{�s��I��j� ����x$g�-��^[S*K=�1^��
2
+ �ő����I� �-d3yL��N_�v�)���̳-Ӳֹ"P9X�f��/ҹ���搄��G��Pb�z<+�!S�� %`���H����
3
+ �p�h�Ȟ�i�#���Fz-7 ��+�Q��ؠꇲ���o�u���O�Ⱌ��71&��m�`����̫�u ��1"����o����y�� ѝ�Wc8%h�?���\�Չ�ɕ�D����8(Nxg�#��M8PJ ��X���