nomono 1.1.0 → 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 +0 -0
- data/CHANGELOG.md +83 -1
- data/README.md +14 -14
- data/lib/nomono/version.rb +4 -1
- data.tar.gz.sig +0 -0
- metadata +38 -17
- 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
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,84 @@ 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
|
+
|
|
71
|
+
## [1.1.1] - 2026-07-28
|
|
72
|
+
|
|
73
|
+
- TAG: [v1.1.1][1.1.1t]
|
|
74
|
+
- COVERAGE: 94.31% -- 116/123 lines in 7 files
|
|
75
|
+
- BRANCH COVERAGE: 86.67% -- 39/45 branches in 7 files
|
|
76
|
+
- 25.00% documented
|
|
77
|
+
|
|
78
|
+
### Added
|
|
79
|
+
|
|
80
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
81
|
+
configuration and documentation dependencies so documentation issues fail
|
|
82
|
+
before generated docs are refreshed.
|
|
83
|
+
|
|
84
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
85
|
+
RSpec helpers provided by `kettle-test`.
|
|
86
|
+
|
|
87
|
+
### Changed
|
|
88
|
+
|
|
89
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
90
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
91
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
92
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
93
|
+
specs are not managed for the project.
|
|
94
|
+
|
|
95
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
96
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
97
|
+
installing the main Gemfile bundle.
|
|
98
|
+
|
|
99
|
+
### Fixed
|
|
100
|
+
|
|
101
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
102
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
103
|
+
|
|
104
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
105
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
106
|
+
coverage thresholds still pass.
|
|
107
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
108
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
109
|
+
installs are not reported as project lint debt.
|
|
110
|
+
|
|
33
111
|
## [1.1.0] - 2026-07-22
|
|
34
112
|
|
|
35
113
|
- TAG: [v1.1.0][1.1.0t]
|
|
@@ -221,7 +299,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
221
299
|
- TAG: [v1.0.0][1.0.0t]
|
|
222
300
|
- 12.50% documented
|
|
223
301
|
|
|
224
|
-
[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
|
|
305
|
+
[1.1.1]: https://github.com/kettle-dev/nomono/compare/v1.1.0...v1.1.1
|
|
306
|
+
[1.1.1t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.1
|
|
225
307
|
[1.1.0]: https://github.com/kettle-dev/nomono/compare/v1.0.9...v1.1.0
|
|
226
308
|
[1.1.0t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.0
|
|
227
309
|
[1.0.9]: https://github.com/kettle-dev/nomono/compare/v1.0.8...v1.0.9
|
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
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
module Nomono
|
|
4
|
+
# Version namespace for this gem.
|
|
4
5
|
module Version
|
|
5
|
-
|
|
6
|
+
# Current gem version.
|
|
7
|
+
VERSION = "1.1.2"
|
|
6
8
|
end
|
|
9
|
+
# Current gem version exposed at the traditional constant location.
|
|
7
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
8
11
|
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.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
|
|
@@ -105,6 +105,26 @@ dependencies:
|
|
|
105
105
|
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
107
|
version: 1.0.4
|
|
108
|
+
- !ruby/object:Gem::Dependency
|
|
109
|
+
name: anonymous_loader
|
|
110
|
+
requirement: !ruby/object:Gem::Requirement
|
|
111
|
+
requirements:
|
|
112
|
+
- - "~>"
|
|
113
|
+
- !ruby/object:Gem::Version
|
|
114
|
+
version: '0.1'
|
|
115
|
+
- - ">="
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: 0.1.3
|
|
118
|
+
type: :development
|
|
119
|
+
prerelease: false
|
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - "~>"
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: '0.1'
|
|
125
|
+
- - ">="
|
|
126
|
+
- !ruby/object:Gem::Version
|
|
127
|
+
version: 0.1.3
|
|
108
128
|
- !ruby/object:Gem::Dependency
|
|
109
129
|
name: appraisal2
|
|
110
130
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,7 +154,7 @@ dependencies:
|
|
|
134
154
|
version: '2.0'
|
|
135
155
|
- - ">="
|
|
136
156
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 2.0.
|
|
157
|
+
version: 2.0.17
|
|
138
158
|
type: :development
|
|
139
159
|
prerelease: false
|
|
140
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -144,7 +164,7 @@ dependencies:
|
|
|
144
164
|
version: '2.0'
|
|
145
165
|
- - ">="
|
|
146
166
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 2.0.
|
|
167
|
+
version: 2.0.17
|
|
148
168
|
- !ruby/object:Gem::Dependency
|
|
149
169
|
name: turbo_tests2
|
|
150
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -154,7 +174,7 @@ dependencies:
|
|
|
154
174
|
version: '3.2'
|
|
155
175
|
- - ">="
|
|
156
176
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 3.2.
|
|
177
|
+
version: 3.2.3
|
|
158
178
|
type: :development
|
|
159
179
|
prerelease: false
|
|
160
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,7 +184,7 @@ dependencies:
|
|
|
164
184
|
version: '3.2'
|
|
165
185
|
- - ">="
|
|
166
186
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 3.2.
|
|
187
|
+
version: 3.2.3
|
|
168
188
|
- !ruby/object:Gem::Dependency
|
|
169
189
|
name: ruby-progressbar
|
|
170
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -188,7 +208,7 @@ dependencies:
|
|
|
188
208
|
version: '1.0'
|
|
189
209
|
- - ">="
|
|
190
210
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 1.0.
|
|
211
|
+
version: 1.0.7
|
|
192
212
|
type: :development
|
|
193
213
|
prerelease: false
|
|
194
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +218,7 @@ dependencies:
|
|
|
198
218
|
version: '1.0'
|
|
199
219
|
- - ">="
|
|
200
220
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 1.0.
|
|
221
|
+
version: 1.0.7
|
|
202
222
|
- !ruby/object:Gem::Dependency
|
|
203
223
|
name: gitmoji-regex
|
|
204
224
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +228,7 @@ dependencies:
|
|
|
208
228
|
version: '2.0'
|
|
209
229
|
- - ">="
|
|
210
230
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.10
|
|
212
232
|
type: :development
|
|
213
233
|
prerelease: false
|
|
214
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +238,7 @@ dependencies:
|
|
|
218
238
|
version: '2.0'
|
|
219
239
|
- - ">="
|
|
220
240
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.10
|
|
222
242
|
description: 1️⃣ Provides nomono_gems and eval_nomono_gems to standardize local multi-repo
|
|
223
243
|
dependency wiring in Gemfiles.
|
|
224
244
|
email:
|
|
@@ -243,14 +263,15 @@ licenses:
|
|
|
243
263
|
- AGPL-3.0-only
|
|
244
264
|
metadata:
|
|
245
265
|
homepage_uri: https://nomono.galtzo.com/
|
|
246
|
-
source_code_uri: https://github.com/kettle-dev/nomono/tree/v1.1.
|
|
247
|
-
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
|
|
248
268
|
bug_tracker_uri: https://github.com/kettle-dev/nomono/issues
|
|
249
|
-
documentation_uri: https://www.rubydoc.info/gems/nomono/1.1.
|
|
269
|
+
documentation_uri: https://www.rubydoc.info/gems/nomono/1.1.2
|
|
250
270
|
funding_uri: https://github.com/sponsors/pboling
|
|
251
271
|
wiki_uri: https://github.com/kettle-dev/nomono/wiki
|
|
252
272
|
news_uri: https://www.railsbling.com/tags/nomono
|
|
253
273
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
274
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
254
275
|
rubygems_mfa_required: 'true'
|
|
255
276
|
rdoc_options:
|
|
256
277
|
- "--title"
|
|
@@ -275,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
275
296
|
- !ruby/object:Gem::Version
|
|
276
297
|
version: '0'
|
|
277
298
|
requirements: []
|
|
278
|
-
rubygems_version: 4.0.
|
|
299
|
+
rubygems_version: 4.0.17
|
|
279
300
|
specification_version: 4
|
|
280
301
|
summary: 1️⃣ ENV-driven Gemfile macros for sibling gem path resolution
|
|
281
302
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|