nomono 1.0.1 → 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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +49 -3
- data/CITATION.cff +2 -2
- data/CONTRIBUTING.md +26 -10
- data/FUNDING.md +12 -12
- data/LICENSE.md +1 -2
- data/README.md +86 -94
- data/SECURITY.md +1 -1
- data/lib/nomono/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +42 -42
- metadata.gz.sig +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9e035b8f2b32e7472637d34369a47f97fa0bc39dcfd1b4dabc7399441aa83e0
|
|
4
|
+
data.tar.gz: '00847dbc5cf273e01579e130ebc413c0e6736da436c375f57986db74c80a536b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ba6347e34642c071a2dac1b4303348e410e4fbb52a31a9209ceaac7df8d72efd375599e0e0e3169e4b19251ef1558a41e7ed24863d4ad0920d185e798f9b12a
|
|
7
|
+
data.tar.gz: a07f869e196c8d1de2b3c7d4f5d81fb158f86fad84dbc359b825255de2f5f0a05d44e93d99fb6974a1c7cbc8de37deeab9a413c43d567e390c7233804a20c559
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -28,11 +28,53 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
28
28
|
|
|
29
29
|
### Fixed
|
|
30
30
|
|
|
31
|
+
### Security
|
|
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
|
+
|
|
52
|
+
## [1.0.2] - 2026-05-31
|
|
53
|
+
|
|
54
|
+
- TAG: [v1.0.2][1.0.2t]
|
|
55
|
+
- COVERAGE: 100.00% -- 86/86 lines in 4 files
|
|
56
|
+
- BRANCH COVERAGE: 100.00% -- 28/28 branches in 4 files
|
|
57
|
+
- 12.50% documented
|
|
58
|
+
|
|
59
|
+
### Added
|
|
60
|
+
|
|
61
|
+
- Added StructuredMerge git diff driver configuration and the incident response
|
|
62
|
+
plan from the current kettle-jem template.
|
|
63
|
+
|
|
64
|
+
### Changed
|
|
65
|
+
|
|
66
|
+
- Retemplated with the current kettle-jem template set, including the
|
|
67
|
+
`.structuredmerge/kettle-jem.yml` config migration, README logo and
|
|
68
|
+
templating attribution refresh, current modular Gemfile dependencies, and the
|
|
69
|
+
`kettle-dev` 2.0.6 development dependency floor.
|
|
70
|
+
|
|
71
|
+
### Fixed
|
|
72
|
+
|
|
73
|
+
- Fixed generated documentation URLs that incorrectly pointed at a monorepo
|
|
74
|
+
`gems/nomono` path.
|
|
31
75
|
- Made the debug-output resolver spec tolerant of Ruby implementation
|
|
32
76
|
differences in `Hash#inspect` spacing.
|
|
33
77
|
|
|
34
|
-
### Security
|
|
35
|
-
|
|
36
78
|
## [1.0.1] - 2026-05-27
|
|
37
79
|
|
|
38
80
|
- TAG: [v1.0.1][1.0.1t]
|
|
@@ -64,7 +106,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
64
106
|
- TAG: [v1.0.0][1.0.0t]
|
|
65
107
|
- 12.50% documented
|
|
66
108
|
|
|
67
|
-
[Unreleased]: https://github.com/kettle-
|
|
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
|
|
112
|
+
[1.0.2]: https://github.com/kettle-rb/nomono/compare/v1.0.1...v1.0.2
|
|
113
|
+
[1.0.2t]: https://github.com/kettle-rb/nomono/releases/tag/v1.0.2
|
|
68
114
|
[1.0.1]: https://github.com/kettle-rb/nomono/compare/v1.0.0...v1.0.1
|
|
69
115
|
[1.0.1t]: https://github.com/kettle-rb/nomono/releases/tag/v1.0.1
|
|
70
116
|
[1.0.0]: https://github.com/kettle-rb/nomono/compare/3080fe8ceff657265445e8b4936aa2a90faa37f9...v1.0.0
|
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-
|
|
15
|
+
value: 'https://github.com/kettle-dev/nomono'
|
|
16
16
|
description: "nomono"
|
|
17
|
-
repository-code: 'https://github.com/kettle-
|
|
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
|
@@ -102,13 +102,29 @@ Git hooks and commit message helpers (exe/kettle-commit-msg)
|
|
|
102
102
|
- GIT_HOOK_FOOTER_SENTINEL: Required when footer append is enabled — a unique first-line sentinel to prevent duplicates
|
|
103
103
|
- GIT_HOOK_FOOTER_APPEND_DEBUG: Extra debug output in the footer template (true/false)
|
|
104
104
|
|
|
105
|
+
Git diff driver setup
|
|
106
|
+
- Local setup writes repository `.gitattributes` entries and local Git `diff.smorg-*` command config so this checkout uses StructuredMerge semantic diffs.
|
|
107
|
+
- Global setup registers `diff.smorg-*` commands once in the user Git config; use it when you work across several StructuredMerge-enabled repositories.
|
|
108
|
+
- Include-file setup writes `.git/smorg/config` and includes it from local Git config, keeping command registrations out of the repository files.
|
|
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.
|
|
110
|
+
|
|
111
|
+
```console
|
|
112
|
+
K_JEM_TEMPLATING=true bundle exec kettle-jem install
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Troubleshooting Git diffs
|
|
116
|
+
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
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 --local --get-regexp '^diff\.smorg-'`.
|
|
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
|
+
|
|
105
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 -- ...`.
|
|
106
122
|
|
|
107
123
|
## Appraisals
|
|
108
124
|
|
|
109
125
|
From time to time the [appraisal2][🚎appraisal2] gemfiles in `gemfiles/` will need to be updated.
|
|
110
126
|
Generated appraisal and CI workflow floors are controlled by `ruby.test_minimum`
|
|
111
|
-
in `.kettle-jem.yml`; this project was templated with `ruby.test_minimum: 3.2.0`.
|
|
127
|
+
in `.structuredmerge/kettle-jem.yml`; this project was templated with `ruby.test_minimum: 3.2.0`.
|
|
112
128
|
That value describes the lowest Ruby version expected to run the test/development
|
|
113
129
|
toolchain, and it may be higher than the gemspec runtime floor.
|
|
114
130
|
|
|
@@ -182,7 +198,7 @@ Your picture could be here!
|
|
|
182
198
|
|
|
183
199
|
Made with [contributors-img][🖐contrib-rocks].
|
|
184
200
|
|
|
185
|
-
Also see GitLab Contributors: [https://gitlab.com/kettle-
|
|
201
|
+
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/nomono/-/graphs/main][🚎contributors-gl]
|
|
186
202
|
|
|
187
203
|
## For Maintainers
|
|
188
204
|
|
|
@@ -233,15 +249,15 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
|
|
|
233
249
|
14. Run `bundle exec rake release` which will create a git tag for the version,
|
|
234
250
|
push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
|
|
235
251
|
|
|
236
|
-
[📜src-gl]: https://gitlab.com/kettle-
|
|
237
|
-
[📜src-cb]: https://codeberg.org/kettle-
|
|
238
|
-
[📜src-gh]: https://github.com/kettle-
|
|
239
|
-
[🧪build]: https://github.com/kettle-
|
|
240
|
-
[🤝conduct]: https://github.com/kettle-
|
|
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
|
|
241
257
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
242
|
-
[🖐contributors]: https://github.com/kettle-
|
|
243
|
-
[🚎contributors-gl]: https://gitlab.com/kettle-
|
|
244
|
-
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-
|
|
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
|
|
245
261
|
[💎gem-coop]: https://gem.coop
|
|
246
262
|
[🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
|
|
247
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-
|
|
14
|
-
[🖇osc-backers-i]: https://opencollective.com/kettle-
|
|
15
|
-
[🖇osc-sponsors]: https://opencollective.com/kettle-
|
|
16
|
-
[🖇osc-sponsors-i]: https://opencollective.com/kettle-
|
|
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-
|
|
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-
|
|
63
|
-
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-
|
|
64
|
-
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-
|
|
65
|
-
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-
|
|
66
|
-
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-
|
|
67
|
-
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-
|
|
68
|
-
[🖇osc]: https://opencollective.com/kettle-
|
|
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
data/README.md
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
[🖼️galtzo-floss-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
|
|
4
|
-
[🖼️galtzo-floss]: https://discord.gg/3qme4XHNKN
|
|
5
|
-
[🖼️ruby-lang-i]: https://logos.galtzo.com/assets/images/ruby-lang/avatar-192px.svg
|
|
6
|
-
[🖼️ruby-lang]: https://www.ruby-lang.org/
|
|
7
|
-
[🖼️kettle-rb-i]: https://logos.galtzo.com/assets/images/kettle-rb/avatar-192px.svg
|
|
8
|
-
[🖼️kettle-rb]: https://github.com/kettle-rb
|
|
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>
|
|
9
2
|
|
|
10
3
|
# 1️⃣ Nomono
|
|
11
4
|
|
|
12
|
-
[![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] [![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]
|
|
13
6
|
|
|
14
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
|
|
15
8
|
|
|
16
9
|
---
|
|
17
10
|
|
|
@@ -26,7 +19,7 @@ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-ta
|
|
|
26
19
|
|
|
27
20
|
</details>
|
|
28
21
|
|
|
29
|
-
## 🌻 Synopsis
|
|
22
|
+
## 🌻 Synopsis <a href="https://discord.gg/3qme4XHNKN"><img alt="Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="8%" align="right"/></a> <a href="https://ruby-toolbox.com"><img alt="ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5" src="https://logos.galtzo.com/assets/images/ruby-lang/avatar-128px.svg" width="8%" align="right"/></a>
|
|
30
23
|
|
|
31
24
|
`nomono` standardizes local sibling-gem dependency loading for multi-repo setups.
|
|
32
25
|
|
|
@@ -72,14 +65,14 @@ not practical for the current toolchain.
|
|
|
72
65
|
|
|
73
66
|
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
|
74
67
|
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
|
75
|
-
| 🧪 [kettle-
|
|
76
|
-
| 🧊 [kettle-
|
|
77
|
-
| 🐙 [kettle-
|
|
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] |
|
|
78
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] |
|
|
79
72
|
|
|
80
73
|
</details>
|
|
81
74
|
|
|
82
|
-
[gh-discussions]: https://github.com/kettle-
|
|
75
|
+
[gh-discussions]: https://github.com/kettle-dev/nomono/discussions
|
|
83
76
|
|
|
84
77
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-nomono?utm_source=rubygems-nomono&utm_medium=referral&utm_campaign=readme)
|
|
85
78
|
|
|
@@ -148,7 +141,7 @@ nomono_gems(
|
|
|
148
141
|
path_env: "RUBOCOP_LTS_LOCAL",
|
|
149
142
|
vendored_gems_env: "VENDORED_GEMS",
|
|
150
143
|
vendor_gem_dir_env: "VENDOR_GEM_DIR",
|
|
151
|
-
debug_env: "RUBOCOP_LTS_DEBUG"
|
|
144
|
+
debug_env: "RUBOCOP_LTS_DEBUG"
|
|
152
145
|
)
|
|
153
146
|
```
|
|
154
147
|
|
|
@@ -215,16 +208,16 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
|
|
|
215
208
|
|
|
216
209
|
Made with [contributors-img][🖐contrib-rocks].
|
|
217
210
|
|
|
218
|
-
Also see GitLab Contributors: [https://gitlab.com/kettle-
|
|
211
|
+
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/nomono/-/graphs/main][🚎contributors-gl]
|
|
219
212
|
|
|
220
213
|
<details>
|
|
221
214
|
<summary>⭐️ Star History</summary>
|
|
222
215
|
|
|
223
|
-
<a href="https://star-history.com/kettle-
|
|
216
|
+
<a href="https://star-history.com/kettle-dev/nomono&Date">
|
|
224
217
|
<picture>
|
|
225
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-
|
|
226
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-
|
|
227
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-
|
|
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" />
|
|
228
221
|
</picture>
|
|
229
222
|
</a>
|
|
230
223
|
|
|
@@ -270,7 +263,6 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
270
263
|
<details markdown="1">
|
|
271
264
|
<summary>Copyright holders</summary>
|
|
272
265
|
|
|
273
|
-
- Copyright (c) 2026 autobolt
|
|
274
266
|
- Copyright (c) 2026 Peter H. Boling
|
|
275
267
|
|
|
276
268
|
</details>
|
|
@@ -290,26 +282,28 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
290
282
|
|
|
291
283
|
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
292
284
|
|
|
293
|
-
[![Sponsor kettle-
|
|
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]
|
|
294
286
|
|
|
295
287
|
### Please give the project a star ⭐ ♥.
|
|
296
288
|
|
|
289
|
+
Many parts of this project are actively managed by a [kettle-jem](https://github.com/structuredmerge/structuredmerge-ruby/tree/main/gems/kettle-jem) smart template utilizing [StructuredMerge.org](https://structuredmerge.org) merge contracts.
|
|
290
|
+
|
|
297
291
|
Thanks for RTFM. ☺️
|
|
298
292
|
|
|
299
293
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
300
294
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
301
295
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
302
|
-
[🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-
|
|
303
|
-
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-
|
|
304
|
-
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-
|
|
305
|
-
[🖇osc-backers]: https://opencollective.com/kettle-
|
|
306
|
-
[🖇osc-backers-i]: https://opencollective.com/kettle-
|
|
307
|
-
[🖇osc-sponsors]: https://opencollective.com/kettle-
|
|
308
|
-
[🖇osc-sponsors-i]: https://opencollective.com/kettle-
|
|
309
|
-
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-
|
|
310
|
-
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-
|
|
311
|
-
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-
|
|
312
|
-
[🖇osc]: https://opencollective.com/kettle-
|
|
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
|
|
313
307
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
314
308
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
315
309
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
@@ -333,12 +327,12 @@ Thanks for RTFM. ☺️
|
|
|
333
327
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
334
328
|
|
|
335
329
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
336
|
-
[⛳️gem-namespace]: https://github.com/kettle-
|
|
330
|
+
[⛳️gem-namespace]: https://github.com/kettle-dev/nomono
|
|
337
331
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Nomono-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
338
332
|
[⛳️gem-name]: https://bestgems.org/gems/nomono
|
|
339
333
|
[⛳️name-img]: https://img.shields.io/badge/name-nomono-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
340
|
-
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-
|
|
341
|
-
[⛳️tag]: https://github.com/kettle-
|
|
334
|
+
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/nomono.svg
|
|
335
|
+
[⛳️tag]: https://github.com/kettle-dev/nomono/releases
|
|
342
336
|
[🚂maint-blog]: http://www.railsbling.com/tags/nomono
|
|
343
337
|
[🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
|
|
344
338
|
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
@@ -373,54 +367,52 @@ Thanks for RTFM. ☺️
|
|
|
373
367
|
[💁🏼♂️peterboling]: http://www.peterboling.com
|
|
374
368
|
[🚂railsbling]: http://www.railsbling.com
|
|
375
369
|
[📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
|
|
376
|
-
[📜src-gl]: https://gitlab.com/kettle-
|
|
370
|
+
[📜src-gl]: https://gitlab.com/kettle-dev/nomono
|
|
377
371
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
378
|
-
[📜src-cb]: https://codeberg.org/kettle-
|
|
372
|
+
[📜src-cb]: https://codeberg.org/kettle-dev/nomono
|
|
379
373
|
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
|
380
|
-
[📜src-gh]: https://github.com/kettle-
|
|
374
|
+
[📜src-gh]: https://github.com/kettle-dev/nomono
|
|
381
375
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
382
376
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
383
|
-
[📜gl-wiki]: https://gitlab.com/kettle-
|
|
384
|
-
[📜gh-wiki]: https://github.com/kettle-
|
|
377
|
+
[📜gl-wiki]: https://gitlab.com/kettle-dev/nomono/-/wikis/home
|
|
378
|
+
[📜gh-wiki]: https://github.com/kettle-dev/nomono/wiki
|
|
385
379
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
386
380
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
387
381
|
[👽dl-rank]: https://bestgems.org/gems/nomono
|
|
388
382
|
[👽dl-ranki]: https://img.shields.io/gem/rd/nomono.svg
|
|
389
383
|
[👽version]: https://bestgems.org/gems/nomono
|
|
390
384
|
[👽versioni]: https://img.shields.io/gem/v/nomono.svg
|
|
391
|
-
[🏀qlty-mnt]: https://qlty.sh/gh/kettle-
|
|
392
|
-
[🏀qlty-mnti]: https://qlty.sh/gh/kettle-
|
|
393
|
-
[🏀qlty-cov]: https://qlty.sh/gh/kettle-
|
|
394
|
-
[🏀qlty-covi]: https://qlty.sh/gh/kettle-
|
|
395
|
-
[🏀codecov]: https://codecov.io/gh/kettle-
|
|
396
|
-
[🏀codecovi]: https://codecov.io/gh/kettle-
|
|
397
|
-
[🏀coveralls]: https://coveralls.io/github/kettle-
|
|
398
|
-
[🏀coveralls-img]: https://coveralls.io/repos/github/kettle-
|
|
399
|
-
[
|
|
400
|
-
[
|
|
401
|
-
[🚎ruby-3.
|
|
402
|
-
[🚎
|
|
403
|
-
[🚎
|
|
404
|
-
[🚎
|
|
405
|
-
[🚎
|
|
406
|
-
[🚎
|
|
407
|
-
[🚎
|
|
408
|
-
[🚎
|
|
409
|
-
[🚎
|
|
410
|
-
[🚎
|
|
411
|
-
[🚎
|
|
412
|
-
[🚎
|
|
413
|
-
[🚎
|
|
414
|
-
[🚎
|
|
415
|
-
[🚎
|
|
416
|
-
[🚎
|
|
417
|
-
[🚎
|
|
418
|
-
[🚎
|
|
419
|
-
[🚎
|
|
420
|
-
[🚎
|
|
421
|
-
[🚎
|
|
422
|
-
[🚎14-🔓️-wf]: https://github.com/kettle-rb/nomono/actions/workflows/unlocked_deps.yml
|
|
423
|
-
[🚎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
|
|
424
416
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
425
417
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
426
418
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
@@ -432,48 +424,48 @@ Thanks for RTFM. ☺️
|
|
|
432
424
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
433
425
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
434
426
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
435
|
-
[🤝gh-issues]: https://github.com/kettle-
|
|
436
|
-
[🤝gh-pulls]: https://github.com/kettle-
|
|
437
|
-
[🤝gl-issues]: https://gitlab.com/kettle-
|
|
438
|
-
[🤝gl-pulls]: https://gitlab.com/kettle-
|
|
439
|
-
[🤝cb-issues]: https://codeberg.org/kettle-
|
|
440
|
-
[🤝cb-pulls]: https://codeberg.org/kettle-
|
|
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
|
|
441
433
|
[🤝cb-donate]: https://donate.codeberg.org/
|
|
442
|
-
[🤝contributing]: https://github.com/kettle-
|
|
443
|
-
[🏀codecov-g]: https://codecov.io/gh/kettle-
|
|
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
|
|
444
436
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
445
|
-
[🖐contributors]: https://github.com/kettle-
|
|
446
|
-
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-
|
|
447
|
-
[🚎contributors-gl]: https://gitlab.com/kettle-
|
|
448
|
-
[🪇conduct]: https://github.com/kettle-
|
|
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
|
|
449
441
|
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
|
450
442
|
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
451
443
|
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
452
444
|
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
|
|
453
445
|
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
454
446
|
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
455
|
-
[📌changelog]: https://github.com/kettle-
|
|
447
|
+
[📌changelog]: https://github.com/kettle-dev/nomono/blob/main/CHANGELOG.md
|
|
456
448
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
457
449
|
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
|
|
458
450
|
[📌gitmoji]: https://gitmoji.dev
|
|
459
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
|
|
460
452
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
461
453
|
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.086-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
462
|
-
[🔐security]: https://github.com/kettle-
|
|
454
|
+
[🔐security]: https://github.com/kettle-dev/nomono/blob/main/SECURITY.md
|
|
463
455
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
464
456
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
465
457
|
[📄license]: LICENSE.md
|
|
466
458
|
[📄license-ref]: AGPL-3.0-only.md
|
|
467
459
|
[📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only-259D6C.svg
|
|
468
460
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
|
|
469
|
-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X
|
|
461
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
|
|
470
462
|
|
|
471
463
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
472
464
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
473
465
|
[🚎yard-current]: http://rubydoc.info/gems/nomono
|
|
474
466
|
[🚎yard-head]: https://nomono.galtzo.com
|
|
475
467
|
[💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
|
|
476
|
-
[💎SHA_checksums]: https://gitlab.com/kettle-
|
|
468
|
+
[💎SHA_checksums]: https://gitlab.com/kettle-dev/nomono/-/tree/main/checksums
|
|
477
469
|
[💎rlts]: https://github.com/rubocop-lts/rubocop-lts
|
|
478
470
|
[💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
479
471
|
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
@@ -485,8 +477,8 @@ Thanks for RTFM. ☺️
|
|
|
485
477
|
|---|---|
|
|
486
478
|
| Package | nomono |
|
|
487
479
|
| Description | 1️⃣ Provides nomono_gems and eval_nomono_gems to standardize local multi-repo dependency wiring in Gemfiles. |
|
|
488
|
-
| Homepage | https://github.com/kettle-
|
|
489
|
-
| Source | https://github.com/kettle-
|
|
480
|
+
| Homepage | https://github.com/kettle-dev/nomono |
|
|
481
|
+
| Source | https://github.com/kettle-dev/nomono/tree/v1.0.2 |
|
|
490
482
|
| License | `AGPL-3.0-only` |
|
|
491
|
-
| 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-
|
|
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 |
|
|
492
484
|
<!-- kettle-jem:metadata:end -->
|
data/SECURITY.md
CHANGED
data/lib/nomono/version.rb
CHANGED
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.
|
|
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.
|
|
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.
|
|
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.
|
|
66
|
+
version: '2.2'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.
|
|
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.
|
|
76
|
+
version: '2.2'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.
|
|
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.
|
|
134
|
+
version: '3.1'
|
|
135
135
|
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 3.
|
|
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.
|
|
144
|
+
version: '3.1'
|
|
145
145
|
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 3.
|
|
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.
|
|
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.
|
|
167
|
+
version: 2.0.5
|
|
168
168
|
- !ruby/object:Gem::Dependency
|
|
169
|
-
name:
|
|
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
|
|
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
|
|
184
|
+
version: '3.1'
|
|
185
|
+
- - ">="
|
|
186
|
+
- !ruby/object:Gem::Version
|
|
187
|
+
version: 3.1.2
|
|
182
188
|
- !ruby/object:Gem::Dependency
|
|
183
|
-
name:
|
|
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.
|
|
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.
|
|
199
|
-
- - ">="
|
|
200
|
-
- !ruby/object:Gem::Version
|
|
201
|
-
version: 1.0.3
|
|
201
|
+
version: '1.13'
|
|
202
202
|
- !ruby/object:Gem::Dependency
|
|
203
|
-
name:
|
|
203
|
+
name: stone_checksums
|
|
204
204
|
requirement: !ruby/object:Gem::Requirement
|
|
205
205
|
requirements:
|
|
206
206
|
- - "~>"
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
|
-
version: '
|
|
208
|
+
version: '1.0'
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version:
|
|
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: '
|
|
218
|
+
version: '1.0'
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version:
|
|
221
|
+
version: 1.0.3
|
|
222
222
|
- !ruby/object:Gem::Dependency
|
|
223
|
-
name:
|
|
223
|
+
name: gitmoji-regex
|
|
224
224
|
requirement: !ruby/object:Gem::Requirement
|
|
225
225
|
requirements:
|
|
226
226
|
- - "~>"
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
|
-
version: '
|
|
228
|
+
version: '2.0'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version:
|
|
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: '
|
|
238
|
+
version: '2.0'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version:
|
|
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@
|
|
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-
|
|
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-
|
|
282
|
-
changelog_uri: https://github.com/kettle-
|
|
283
|
-
bug_tracker_uri: https://github.com/kettle-
|
|
284
|
-
documentation_uri: https://www.rubydoc.info/gems/nomono/1.0.
|
|
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-
|
|
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,3 +1,3 @@
|
|
|
1
|
-
��
|
|
2
|
-
|
|
3
|
-
|
|
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��-d3�yL��N_�v�)���̳-Ӳֹ"P9X�f��/ҹ���搄��G��Pb�z<+�!S�� %`���H����
|
|
3
|
+
�p�h�Ȟ�i�#���Fz-7 ��+�Q��ؠꇲ���o�u���O�Ⱌ��7�1&��m�`����̫�u ��1"����o����y�� ѝ�W�c8%h�?���\�Չ�ɕ�D����8(Nxg�#��M�8PJ��X���
|