nomono 1.0.3 → 1.0.5
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 -7
- data/CONTRIBUTING.md +2 -2
- data/FUNDING.md +1 -5
- data/README.md +37 -21
- data/lib/nomono/resolver.rb +1 -1
- data/lib/nomono/version.rb +1 -1
- data/sig/nomono.rbs +0 -1
- data.tar.gz.sig +2 -2
- metadata +16 -16
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2164426586426c13b26126bb4c5832a6904d8b8ca840f4d553a7bf260bb1ba7b
|
|
4
|
+
data.tar.gz: 572a1fd374ded114f0eb0327b4cd8877a2b6e5f5a4af94f907f58ec58a8e6f0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d371f2cb542b871764996c96e3408d2a40355932ccdc2315f81910f07cf2aeaf999cb7ed10a6ad8a9ba555bc0b6012993bf981455423cab9ef323813ece116ed
|
|
7
|
+
data.tar.gz: 2b4bbe614e0e1992d195a430bb74376c577e362e0958d2ba8a920efea841beab5192bd0af4a5800d375968b8c7cfa19d9a18c8df5ac3ad3339bb247b59b9989d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,44 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.5] - 2026-06-21
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.5][1.0.5t]
|
|
36
|
+
- COVERAGE: 97.73% -- 86/88 lines in 5 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 28/28 branches in 5 files
|
|
38
|
+
- 12.50% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
|
|
46
|
+
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
47
|
+
|
|
48
|
+
### Fixed
|
|
49
|
+
|
|
50
|
+
- Corrected OpenCollective funding metadata to use the `kettle-dev` collective.
|
|
51
|
+
- Updated the default local workspace root from `$HOME/src/kettle-rb` to
|
|
52
|
+
`$HOME/src/my`.
|
|
53
|
+
|
|
54
|
+
## [1.0.4] - 2026-06-14
|
|
55
|
+
|
|
56
|
+
- TAG: [v1.0.4][1.0.4t]
|
|
57
|
+
- COVERAGE: 100.00% -- 86/86 lines in 4 files
|
|
58
|
+
- BRANCH COVERAGE: 100.00% -- 28/28 branches in 4 files
|
|
59
|
+
- 12.50% documented
|
|
60
|
+
|
|
61
|
+
### Changed
|
|
62
|
+
|
|
63
|
+
- Retemplated with the current kettle-jem template set, refreshing generated
|
|
64
|
+
README metadata, the templating dependency floor, and the development lockfile.
|
|
65
|
+
|
|
66
|
+
### Fixed
|
|
67
|
+
|
|
68
|
+
- Removed a duplicate RBS `Nomono::VERSION` declaration and strengthened the
|
|
69
|
+
style workflow RBS check to load the signature environment.
|
|
70
|
+
|
|
33
71
|
## [1.0.3] - 2026-06-10
|
|
34
72
|
|
|
35
73
|
- TAG: [v1.0.3][1.0.3t]
|
|
@@ -106,12 +144,16 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
106
144
|
- TAG: [v1.0.0][1.0.0t]
|
|
107
145
|
- 12.50% documented
|
|
108
146
|
|
|
109
|
-
[Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.0.
|
|
147
|
+
[Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.0.5...HEAD
|
|
148
|
+
[1.0.5]: https://github.com/kettle-dev/nomono/compare/v1.0.4...v1.0.5
|
|
149
|
+
[1.0.5t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.5
|
|
150
|
+
[1.0.4]: https://github.com/kettle-dev/nomono/compare/v1.0.3...v1.0.4
|
|
151
|
+
[1.0.4t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.4
|
|
110
152
|
[1.0.3]: https://github.com/kettle-dev/nomono/compare/v1.0.2...v1.0.3
|
|
111
153
|
[1.0.3t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.3
|
|
112
|
-
[1.0.2]: https://github.com/kettle-
|
|
113
|
-
[1.0.2t]: https://github.com/kettle-
|
|
114
|
-
[1.0.1]: https://github.com/kettle-
|
|
115
|
-
[1.0.1t]: https://github.com/kettle-
|
|
116
|
-
[1.0.0]: https://github.com/kettle-
|
|
117
|
-
[1.0.0t]: https://github.com/kettle-
|
|
154
|
+
[1.0.2]: https://github.com/kettle-dev/nomono/compare/v1.0.1...v1.0.2
|
|
155
|
+
[1.0.2t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.2
|
|
156
|
+
[1.0.1]: https://github.com/kettle-dev/nomono/compare/v1.0.0...v1.0.1
|
|
157
|
+
[1.0.1t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.1
|
|
158
|
+
[1.0.0]: https://github.com/kettle-dev/nomono/compare/3080fe8ceff657265445e8b4936aa2a90faa37f9...v1.0.0
|
|
159
|
+
[1.0.0t]: https://github.com/kettle-dev/nomono/tags/v1.0.0
|
data/CONTRIBUTING.md
CHANGED
|
@@ -109,14 +109,14 @@ Git diff driver setup
|
|
|
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.
|
|
110
110
|
|
|
111
111
|
```console
|
|
112
|
-
K_JEM_TEMPLATING=true
|
|
112
|
+
K_JEM_TEMPLATING=true kettle-jem install
|
|
113
113
|
```
|
|
114
114
|
|
|
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
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
|
|
119
|
+
- To remove managed local entries, run `K_JEM_TEMPLATING=true 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 -- ...`.
|
|
122
122
|
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
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
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
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
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
20
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
data/README.md
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
|
12
12
|
|
|
13
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
13
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
14
14
|
|
|
15
|
-
<details>
|
|
15
|
+
<details markdown="1">
|
|
16
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
17
17
|
|
|
18
18
|
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
@@ -28,15 +28,15 @@ It provides two Gemfile macros:
|
|
|
28
28
|
- `nomono_gems(**opts)` returns `{ gem_name => absolute_path }`
|
|
29
29
|
- `eval_nomono_gems(**opts)` directly emits `gem "name", path: "..."`
|
|
30
30
|
|
|
31
|
-
The API mirrors existing `*_local.gemfile` patterns used in kettle-
|
|
31
|
+
The API mirrors existing `*_local.gemfile` patterns used in kettle-dev projects, but centralizes path/env logic in one reusable library.
|
|
32
32
|
|
|
33
33
|
## 💡 Info you can shake a stick at
|
|
34
34
|
|
|
35
35
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
36
36
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
37
|
-
| Works with JRuby | [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
38
|
-
| Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
39
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
37
|
+
| Works with JRuby | [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
38
|
+
| Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
39
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
40
40
|
| Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
41
41
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
42
42
|
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
@@ -54,9 +54,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
|
54
54
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
55
55
|
not practical for the current toolchain.
|
|
56
56
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
<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>
|
|
58
|
+
|
|
59
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
60
|
+
|
|
61
|
+
<details markdown="1">
|
|
62
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
63
|
+
|
|
64
|
+
| Gem | Source | Role | Daily download rank |
|
|
65
|
+
|-----|--------|------|---------------------|
|
|
66
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
67
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
68
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
69
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
70
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
71
|
+
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://bestgems.org/gems/kettle-test) |
|
|
72
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
73
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
74
|
+
|
|
75
|
+
</details>
|
|
60
76
|
|
|
61
77
|
### Federated DVCS
|
|
62
78
|
|
|
@@ -117,7 +133,7 @@ Nomono has an *environment contract*. By default (`prefix: "NOMONO_GEMS"`):
|
|
|
117
133
|
|
|
118
134
|
- `NOMONO_GEMS_DEV` controls local-path mode — **tri-state**:
|
|
119
135
|
- `false` / `0` / `no` / `off` (or unset) — no local gems; released gems are used (CI default)
|
|
120
|
-
- `true` / `1` / `yes` / `on` — workspace root is `$HOME/src/kettle-
|
|
136
|
+
- `true` / `1` / `yes` / `on` — workspace root is `$HOME/src/kettle-dev`
|
|
121
137
|
- Any other value — treated as an explicit workspace root path (`/absolute/path` used as-is; relative path prepended with `$HOME`)
|
|
122
138
|
- `NOMONO_GEMS_VENDORED_GEMS` (or legacy `VENDORED_GEMS`) is a comma-delimited list of gem names resolved from a vendor directory. This is **independent** of `NOMONO_GEMS_DEV` — it applies when you have vendored copies of specific gems that should override both the workspace and released versions.
|
|
123
139
|
- `NOMONO_GEMS_VENDOR_GEM_DIR` (or legacy `VENDOR_GEM_DIR`) is the base path of the vendor directory used for gems listed in `NOMONO_GEMS_VENDORED_GEMS`. Defaults to `$workspace_root/vendor`. This is **not** an alternative form of the workspace root — it only affects vendored gems.
|
|
@@ -125,11 +141,11 @@ Nomono has an *environment contract*. By default (`prefix: "NOMONO_GEMS"`):
|
|
|
125
141
|
|
|
126
142
|
### Examples
|
|
127
143
|
|
|
128
|
-
For example, in the `kettle-
|
|
144
|
+
For example, in the `kettle-dev` family of gems, which nomono is a part of, the parameters used are `prefix: "KETTLE_RB"`, `path_env: "KETTLE_RB_DEV"`.
|
|
129
145
|
This means that the following is true:
|
|
130
146
|
|
|
131
147
|
- `KETTLE_RB_DEV=false` (or unset) — released gems from configured gem server (CI / single-gem development default)
|
|
132
|
-
- `KETTLE_RB_DEV=true` — local sibling gems from `$HOME/src/kettle-
|
|
148
|
+
- `KETTLE_RB_DEV=true` — local sibling gems from `$HOME/src/kettle-dev/<gem>` (recommended for full-workspace development)
|
|
133
149
|
- `KETTLE_RB_DEV=/custom/path` — local sibling gems from `/custom/path/<gem>` (non-standard workspace layout only)
|
|
134
150
|
|
|
135
151
|
You can override the env variable names via options. Here is an example for use with rubocop-lts gems:
|
|
@@ -210,7 +226,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
210
226
|
|
|
211
227
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/nomono/-/graphs/main][🚎contributors-gl]
|
|
212
228
|
|
|
213
|
-
<details>
|
|
229
|
+
<details markdown="1">
|
|
214
230
|
<summary>⭐️ Star History</summary>
|
|
215
231
|
|
|
216
232
|
<a href="https://star-history.com/kettle-dev/nomono&Date">
|
|
@@ -307,12 +323,8 @@ Thanks for RTFM. ☺️
|
|
|
307
323
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
308
324
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
309
325
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
310
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
311
|
-
[🖇polar]: https://polar.sh/pboling
|
|
312
326
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
313
327
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
314
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
315
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
316
328
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
317
329
|
[🖇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
|
|
318
330
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -393,8 +405,10 @@ Thanks for RTFM. ☺️
|
|
|
393
405
|
[🚎ruby-3.2-wf]: https://github.com/kettle-dev/nomono/actions/workflows/ruby-3.2.yml
|
|
394
406
|
[🚎ruby-3.3-wf]: https://github.com/kettle-dev/nomono/actions/workflows/ruby-3.3.yml
|
|
395
407
|
[🚎ruby-3.4-wf]: https://github.com/kettle-dev/nomono/actions/workflows/ruby-3.4.yml
|
|
408
|
+
[🚎jruby-10.0-wf]: https://github.com/kettle-dev/nomono/actions/workflows/jruby-10.0.yml
|
|
396
409
|
[🚎truby-24.2-wf]: https://github.com/kettle-dev/nomono/actions/workflows/truffleruby-24.2.yml
|
|
397
410
|
[🚎truby-25.0-wf]: https://github.com/kettle-dev/nomono/actions/workflows/truffleruby-25.0.yml
|
|
411
|
+
[🚎truby-33.0-wf]: https://github.com/kettle-dev/nomono/actions/workflows/truffleruby-33.0.yml
|
|
398
412
|
[🚎2-cov-wf]: https://github.com/kettle-dev/nomono/actions/workflows/coverage.yml
|
|
399
413
|
[🚎2-cov-wfi]: https://github.com/kettle-dev/nomono/actions/workflows/coverage.yml/badge.svg
|
|
400
414
|
[🚎3-hd-wf]: https://github.com/kettle-dev/nomono/actions/workflows/heads.yml
|
|
@@ -416,12 +430,14 @@ Thanks for RTFM. ☺️
|
|
|
416
430
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
417
431
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
418
432
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
419
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
420
433
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
421
434
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
422
435
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
423
436
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
437
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
424
438
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
439
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
440
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
425
441
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
426
442
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
427
443
|
[🤝gh-issues]: https://github.com/kettle-dev/nomono/issues
|
|
@@ -450,7 +466,7 @@ Thanks for RTFM. ☺️
|
|
|
450
466
|
[📌gitmoji]: https://gitmoji.dev
|
|
451
467
|
[📌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
468
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
453
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
469
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.088-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
454
470
|
[🔐security]: https://github.com/kettle-dev/nomono/blob/main/SECURITY.md
|
|
455
471
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
456
472
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -478,7 +494,7 @@ Thanks for RTFM. ☺️
|
|
|
478
494
|
| Package | nomono |
|
|
479
495
|
| Description | 1️⃣ Provides nomono_gems and eval_nomono_gems to standardize local multi-repo dependency wiring in Gemfiles. |
|
|
480
496
|
| Homepage | https://github.com/kettle-dev/nomono |
|
|
481
|
-
| Source | https://github.com/kettle-dev/nomono
|
|
497
|
+
| Source | https://github.com/kettle-dev/nomono |
|
|
482
498
|
| License | `AGPL-3.0-only` |
|
|
483
|
-
| Funding | https://github.com/sponsors/pboling, https://
|
|
499
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/nomono, https://www.buymeacoffee.com/pboling |
|
|
484
500
|
<!-- kettle-jem:metadata:end -->
|
data/lib/nomono/resolver.rb
CHANGED
|
@@ -12,7 +12,7 @@ module Nomono
|
|
|
12
12
|
end
|
|
13
13
|
|
|
14
14
|
def gems(gems:, prefix: "NOMONO_GEMS", allowlist: gems, path_env: nil, vendored_gems_env: nil, vendor_gem_dir_env: nil,
|
|
15
|
-
debug_env: nil, root: ["src", "
|
|
15
|
+
debug_env: nil, root: ["src", "my"], strict: true)
|
|
16
16
|
requested = normalize_gems(gems)
|
|
17
17
|
allowed = normalize_gems(allowlist)
|
|
18
18
|
requested.each { |gem_name| validate_gem_name!(gem_name, allowed, strict: strict) }
|
data/lib/nomono/version.rb
CHANGED
data/sig/nomono.rbs
CHANGED
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
���=)��q��*'��n���v������&�6�'�,h�n�z���П3I$�"
|
|
2
|
+
���9Nn�N�9�<(Ef���Fj͈c�[�N��Yq�f�iX�2��S��@���AD���r�<z6�
|
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.5
|
|
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.12
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
version: '1.1'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 1.1.
|
|
59
|
+
version: 1.1.12
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: kettle-dev
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
version: '2.2'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.2.
|
|
69
|
+
version: 2.2.15
|
|
70
70
|
type: :development
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -76,7 +76,7 @@ dependencies:
|
|
|
76
76
|
version: '2.2'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.2.
|
|
79
|
+
version: 2.2.15
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: bundler-audit
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,7 +134,7 @@ dependencies:
|
|
|
134
134
|
version: '3.1'
|
|
135
135
|
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 3.1.
|
|
137
|
+
version: 3.1.2
|
|
138
138
|
type: :development
|
|
139
139
|
prerelease: false
|
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -144,7 +144,7 @@ dependencies:
|
|
|
144
144
|
version: '3.1'
|
|
145
145
|
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 3.1.
|
|
147
|
+
version: 3.1.2
|
|
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.6
|
|
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.
|
|
167
|
+
version: 2.0.6
|
|
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.
|
|
177
|
+
version: 3.1.4
|
|
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.
|
|
187
|
+
version: 3.1.4
|
|
188
188
|
- !ruby/object:Gem::Dependency
|
|
189
189
|
name: ruby-progressbar
|
|
190
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +228,7 @@ dependencies:
|
|
|
228
228
|
version: '2.0'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.2
|
|
232
232
|
type: :development
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,7 +238,7 @@ dependencies:
|
|
|
238
238
|
version: '2.0'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.2
|
|
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:
|
|
@@ -278,10 +278,10 @@ 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-dev/nomono/tree/v1.0.
|
|
282
|
-
changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.0.
|
|
281
|
+
source_code_uri: https://github.com/kettle-dev/nomono/tree/v1.0.5
|
|
282
|
+
changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.0.5/CHANGELOG.md
|
|
283
283
|
bug_tracker_uri: https://github.com/kettle-dev/nomono/issues
|
|
284
|
-
documentation_uri: https://www.rubydoc.info/gems/nomono/1.0.
|
|
284
|
+
documentation_uri: https://www.rubydoc.info/gems/nomono/1.0.5
|
|
285
285
|
funding_uri: https://github.com/sponsors/pboling
|
|
286
286
|
wiki_uri: https://github.com/kettle-dev/nomono/wiki
|
|
287
287
|
news_uri: https://www.railsbling.com/tags/nomono
|
metadata.gz.sig
CHANGED
|
Binary file
|