nomono 1.1.3 → 1.1.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 +37 -17
- data/README.md +5 -17
- data/lib/nomono/version.rb +1 -1
- data/lib/nomono.rb +1 -1
- data.tar.gz.sig +0 -0
- 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: 3d34cf3a3956e520d9e7444a49e76bc8478274e63b0048e1c0cf0d97b8eca03e
|
|
4
|
+
data.tar.gz: 7733c1d7c93e5601e2cbf5c559ef39d1e9aba53a2d4774c95cbe7ac6632ab548
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e2571d0430bf36e098c8ddf843964d203038efdf802ef0bc0e63cb4be6e03a30b80ceb56aca41944f626c9cdedba730546a7a2d79af0ced020857077398fde2
|
|
7
|
+
data.tar.gz: 8ef9063d9966cafb9a2614c980b31ba035b0f2373ce878ab7d0817840412defffaff04eb30fa26a1a417d9a05c11742518554ba7dff701b1613db5f3c4bada85
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,38 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.1.5] - 2026-08-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.1.5][1.1.5t]
|
|
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
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 12 project files:
|
|
43
|
+
- configuration (1)
|
|
44
|
+
- dependencies (11)
|
|
45
|
+
|
|
46
|
+
- [kc] kettle-jem/template: updated 8 project files:
|
|
47
|
+
- code and tests (1)
|
|
48
|
+
- configuration (1)
|
|
49
|
+
- dependencies (1)
|
|
50
|
+
- documentation (2)
|
|
51
|
+
- other (3)
|
|
52
|
+
|
|
53
|
+
## [1.1.4] - 2026-08-02
|
|
54
|
+
|
|
55
|
+
- TAG: [v1.1.4][1.1.4t]
|
|
56
|
+
- COVERAGE: 97.56% -- 120/123 lines in 7 files
|
|
57
|
+
- BRANCH COVERAGE: 86.67% -- 39/45 branches in 7 files
|
|
58
|
+
- 25.00% documented
|
|
59
|
+
|
|
60
|
+
### Fixed
|
|
61
|
+
|
|
62
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
63
|
+
preserving comments and trailing commas during template updates.
|
|
64
|
+
|
|
33
65
|
## [1.1.3] - 2026-08-01
|
|
34
66
|
|
|
35
67
|
- TAG: [v1.1.3][1.1.3t]
|
|
@@ -63,10 +95,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
63
95
|
|
|
64
96
|
### Added
|
|
65
97
|
|
|
66
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
67
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
68
|
-
tagged RubyForum community alongside Discord.
|
|
69
|
-
|
|
70
98
|
### Fixed
|
|
71
99
|
|
|
72
100
|
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
@@ -78,16 +106,10 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
78
106
|
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
79
107
|
missing canonical version spec when a project only has shim namespace version
|
|
80
108
|
specs.
|
|
81
|
-
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
82
|
-
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
83
|
-
failures against `gem.coop`.
|
|
84
109
|
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
85
110
|
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
86
111
|
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
87
112
|
cover both `version.rb` and `version_gem.rb`.
|
|
88
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
89
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
90
|
-
specs without adding `version_gem`.
|
|
91
113
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
92
114
|
relative to the gemspec directory, so release package contents stay correct
|
|
93
115
|
even when the gemspec is loaded from another working directory.
|
|
@@ -146,19 +168,13 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
146
168
|
|
|
147
169
|
### Changed
|
|
148
170
|
|
|
149
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
150
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
151
171
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
152
172
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
153
173
|
|
|
154
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
155
|
-
template-managed corporate sponsor logos from project or family config.
|
|
156
174
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
157
175
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
158
176
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
159
177
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
160
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
161
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
162
178
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
163
179
|
now include a RubyForum help badge.
|
|
164
180
|
|
|
@@ -323,7 +339,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
323
339
|
- TAG: [v1.0.0][1.0.0t]
|
|
324
340
|
- 12.50% documented
|
|
325
341
|
|
|
326
|
-
[Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.1.
|
|
342
|
+
[Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.1.5...HEAD
|
|
343
|
+
[1.1.5]: https://github.com/kettle-dev/nomono/compare/v1.1.4...v1.1.5
|
|
344
|
+
[1.1.5t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.5
|
|
345
|
+
[1.1.4]: https://github.com/kettle-dev/nomono/compare/v1.1.3...v1.1.4
|
|
346
|
+
[1.1.4t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.4
|
|
327
347
|
[1.1.3]: https://github.com/kettle-dev/nomono/compare/v1.1.2...v1.1.3
|
|
328
348
|
[1.1.3t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.3
|
|
329
349
|
[1.1.2]: https://github.com/kettle-dev/nomono/compare/v1.1.1...v1.1.2
|
data/README.md
CHANGED
|
@@ -50,7 +50,7 @@ Use `require "nomono/bundler"` from Gemfiles or modular Gemfiles; this is the ex
|
|
|
50
50
|
|
|
51
51
|
### Compatibility
|
|
52
52
|
|
|
53
|
-
Compatible with MRI Ruby 3.2.0+,
|
|
53
|
+
Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
|
|
54
54
|
CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
|
|
55
55
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
56
56
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -89,7 +89,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
89
89
|
|
|
90
90
|
</details>
|
|
91
91
|
|
|
92
|
-
### Enterprise Support
|
|
92
|
+
### Enterprise Support
|
|
93
|
+
|
|
94
|
+
[](https://tidelift.com/subscription/pkg/rubygems-nomono?utm_source=rubygems-nomono&utm_medium=referral&utm_campaign=readme)
|
|
93
95
|
|
|
94
96
|
Available as part of the Tidelift Subscription.
|
|
95
97
|
|
|
@@ -223,8 +225,7 @@ See [SECURITY.md][🔐security].
|
|
|
223
225
|
## 🤝 Contributing
|
|
224
226
|
|
|
225
227
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
226
|
-
|
|
227
|
-
or use the gem and think about how it could be better.
|
|
228
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
228
229
|
|
|
229
230
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
230
231
|
|
|
@@ -260,19 +261,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
260
261
|
|
|
261
262
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/nomono/-/graphs/main][🚎contributors-gl]
|
|
262
263
|
|
|
263
|
-
<details markdown="1">
|
|
264
|
-
<summary>⭐️ Star History</summary>
|
|
265
|
-
|
|
266
|
-
<a href="https://star-history.com/kettle-dev/nomono&Date">
|
|
267
|
-
<picture>
|
|
268
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/nomono&type=Date&theme=dark" />
|
|
269
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/nomono&type=Date" />
|
|
270
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/nomono&type=Date" />
|
|
271
|
-
</picture>
|
|
272
|
-
</a>
|
|
273
|
-
|
|
274
|
-
</details>
|
|
275
|
-
|
|
276
264
|
## 📌 Versioning
|
|
277
265
|
|
|
278
266
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
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.5"
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
data/lib/nomono.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.1.
|
|
4
|
+
version: 1.1.5
|
|
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: '
|
|
46
|
+
version: '3.0'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version:
|
|
49
|
+
version: 3.0.16
|
|
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: '
|
|
56
|
+
version: '3.0'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
59
|
+
version: 3.0.16
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: bundler-audit
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,7 +134,7 @@ dependencies:
|
|
|
134
134
|
version: '3.2'
|
|
135
135
|
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 3.2.
|
|
137
|
+
version: 3.2.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.2'
|
|
145
145
|
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 3.2.
|
|
147
|
+
version: 3.2.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.21
|
|
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.21
|
|
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.2'
|
|
175
175
|
- - ">="
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.2.
|
|
177
|
+
version: 3.2.6
|
|
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.2'
|
|
185
185
|
- - ">="
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.2.
|
|
187
|
+
version: 3.2.6
|
|
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.12
|
|
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.12
|
|
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,10 +263,10 @@ 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.5
|
|
267
|
+
changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.1.5/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.5
|
|
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
|
metadata.gz.sig
CHANGED
|
Binary file
|