nomono 1.1.1 → 1.1.2
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 +3 -1
- data/CHANGELOG.md +41 -1
- data/README.md +14 -14
- data/lib/nomono/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +13 -12
- 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: 4b486c05710cddc4675b3d43c4a155ffac74a336d2a9b669365fbed8281483ea
|
|
4
|
+
data.tar.gz: b26dd917627c5f0882caf8af885495bff6e942f1feb17835b1ed24dda35f42cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bcc150fd4e7851f1353106185f745ed27685a11c0558b84342cdf2b5dfeafca0352d2df962cb6506b9e6bef86d0f068f484d1fff8c7828efc4bf520710f0247
|
|
7
|
+
data.tar.gz: 7b755e2d22aa64d84ef19ecafe26a494df4712772c042d2f760240c84a70bfc78e005a1b274773bf03c25b9b4d5bee75a32b3dd54f7a210d04ce0807eac7ea16
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
W ?xM���=���R���s��~5E���(��M ��+�;�<�P]z ]�Ư��"8�LΞ"=�2&�H�PBՉ�c�y���K5�?
|
|
2
|
+
P��WRu����w��V�(���s�~+���@�W�0P�d*u'����ĥ2ss?����+�X��h��(&��8q�Մ�R�p:z�'�q�P�խ�����+ξ<�nIDD�[r�
|
|
3
|
+
���Nr,���W����1��itH�]}E|�����Y�a�EE�p�u$v�K�K�8m?��PvcH�"z�������z�K�{_x�hM\٬
|
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.1.2] - 2026-07-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.1.2][1.1.2t]
|
|
36
|
+
- COVERAGE: 97.56% -- 120/123 lines in 7 files
|
|
37
|
+
- BRANCH COVERAGE: 86.67% -- 39/45 branches in 7 files
|
|
38
|
+
- 25.00% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
+
tagged RubyForum community alongside Discord.
|
|
45
|
+
|
|
46
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
49
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
50
|
+
before the test suite starts.
|
|
51
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
52
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
53
|
+
lockfile parser failures on Git and path dependencies.
|
|
54
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
55
|
+
missing canonical version spec when a project only has shim namespace version
|
|
56
|
+
specs.
|
|
57
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
58
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
59
|
+
failures against `gem.coop`.
|
|
60
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
61
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
62
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
63
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
64
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
65
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
66
|
+
specs without adding `version_gem`.
|
|
67
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
68
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
69
|
+
even when the gemspec is loaded from another working directory.
|
|
70
|
+
|
|
33
71
|
## [1.1.1] - 2026-07-28
|
|
34
72
|
|
|
35
73
|
- TAG: [v1.1.1][1.1.1t]
|
|
@@ -261,7 +299,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
261
299
|
- TAG: [v1.0.0][1.0.0t]
|
|
262
300
|
- 12.50% documented
|
|
263
301
|
|
|
264
|
-
[Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.1.
|
|
302
|
+
[Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.1.2...HEAD
|
|
303
|
+
[1.1.2]: https://github.com/kettle-dev/nomono/compare/v1.1.1...v1.1.2
|
|
304
|
+
[1.1.2t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.2
|
|
265
305
|
[1.1.1]: https://github.com/kettle-dev/nomono/compare/v1.1.0...v1.1.1
|
|
266
306
|
[1.1.1t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.1
|
|
267
307
|
[1.1.0]: https://github.com/kettle-dev/nomono/compare/v1.0.9...v1.1.0
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 1️⃣ Nomono
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -81,17 +81,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
81
81
|
<details markdown="1">
|
|
82
82
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
83
83
|
|
|
84
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
85
|
-
|
|
86
|
-
| 🧪 [kettle-dev/nomono on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
87
|
-
| 🧊 [kettle-dev/nomono on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
88
|
-
| 🐙 [kettle-dev/nomono on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
89
|
-
| 🎮️ [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] |
|
|
84
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
85
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
86
|
+
| 🧪 [kettle-dev/nomono on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
87
|
+
| 🧊 [kettle-dev/nomono on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
88
|
+
| 🐙 [kettle-dev/nomono on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
90
89
|
|
|
91
90
|
</details>
|
|
92
91
|
|
|
93
|
-
[gh-discussions]: https://github.com/kettle-dev/nomono/discussions
|
|
94
|
-
|
|
95
92
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-nomono?utm_source=rubygems-nomono&utm_medium=referral&utm_campaign=readme)
|
|
96
93
|
|
|
97
94
|
Available as part of the Tidelift Subscription.
|
|
@@ -109,6 +106,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
109
106
|
|
|
110
107
|
Alternatively:
|
|
111
108
|
|
|
109
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
112
110
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
113
111
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
114
112
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -328,11 +326,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
328
326
|
so if you value the work I am doing, I need your support.
|
|
329
327
|
Please consider sponsoring me or the project.
|
|
330
328
|
|
|
331
|
-
To join the community or get help
|
|
329
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
332
330
|
|
|
331
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
333
332
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
334
333
|
|
|
335
|
-
To say "thanks!" ☝️ Join the
|
|
334
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
336
335
|
|
|
337
336
|
[![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]
|
|
338
337
|
|
|
@@ -373,8 +372,9 @@ Thanks for RTFM. ☺️
|
|
|
373
372
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
374
373
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
375
374
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
376
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
377
|
-
[✉️ruby-forum]: https://
|
|
375
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
376
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
377
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
|
|
378
378
|
|
|
379
379
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
380
380
|
[⛳️gem-namespace]: https://github.com/kettle-dev/nomono
|
data/lib/nomono/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module Nomono
|
|
|
4
4
|
# Version namespace for this gem.
|
|
5
5
|
module Version
|
|
6
6
|
# Current gem version.
|
|
7
|
-
VERSION = "1.1.
|
|
7
|
+
VERSION = "1.1.2"
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
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.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -43,20 +43,20 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '2.
|
|
46
|
+
version: '2.5'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 2.
|
|
49
|
+
version: 2.5.13
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: '2.
|
|
56
|
+
version: '2.5'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 2.
|
|
59
|
+
version: 2.5.13
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: bundler-audit
|
|
62
62
|
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.17
|
|
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.17
|
|
168
168
|
- !ruby/object:Gem::Dependency
|
|
169
169
|
name: turbo_tests2
|
|
170
170
|
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.10
|
|
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.10
|
|
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:
|
|
@@ -263,14 +263,15 @@ licenses:
|
|
|
263
263
|
- AGPL-3.0-only
|
|
264
264
|
metadata:
|
|
265
265
|
homepage_uri: https://nomono.galtzo.com/
|
|
266
|
-
source_code_uri: https://github.com/kettle-dev/nomono/tree/v1.1.
|
|
267
|
-
changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.1.
|
|
266
|
+
source_code_uri: https://github.com/kettle-dev/nomono/tree/v1.1.2
|
|
267
|
+
changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.1.2/CHANGELOG.md
|
|
268
268
|
bug_tracker_uri: https://github.com/kettle-dev/nomono/issues
|
|
269
|
-
documentation_uri: https://www.rubydoc.info/gems/nomono/1.1.
|
|
269
|
+
documentation_uri: https://www.rubydoc.info/gems/nomono/1.1.2
|
|
270
270
|
funding_uri: https://github.com/sponsors/pboling
|
|
271
271
|
wiki_uri: https://github.com/kettle-dev/nomono/wiki
|
|
272
272
|
news_uri: https://www.railsbling.com/tags/nomono
|
|
273
273
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
274
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
274
275
|
rubygems_mfa_required: 'true'
|
|
275
276
|
rdoc_options:
|
|
276
277
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|