nomono 1.1.4 → 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 +23 -1
- data/README.md +5 -17
- data/lib/nomono/version.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,26 @@ 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
|
+
|
|
33
53
|
## [1.1.4] - 2026-08-02
|
|
34
54
|
|
|
35
55
|
- TAG: [v1.1.4][1.1.4t]
|
|
@@ -319,7 +339,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
319
339
|
- TAG: [v1.0.0][1.0.0t]
|
|
320
340
|
- 12.50% documented
|
|
321
341
|
|
|
322
|
-
[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
|
|
323
345
|
[1.1.4]: https://github.com/kettle-dev/nomono/compare/v1.1.3...v1.1.4
|
|
324
346
|
[1.1.4t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.4
|
|
325
347
|
[1.1.3]: https://github.com/kettle-dev/nomono/compare/v1.1.2...v1.1.3
|
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.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
|