nomono 1.0.3 → 1.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9e035b8f2b32e7472637d34369a47f97fa0bc39dcfd1b4dabc7399441aa83e0
4
- data.tar.gz: '00847dbc5cf273e01579e130ebc413c0e6736da436c375f57986db74c80a536b'
3
+ metadata.gz: f54fa725e5cd978c71be4e85cae68adeba3411aeefee955c22201483009e0fb7
4
+ data.tar.gz: d78b72422c440ed8c38983618e2dfee34df5498e9e4f1862f7ea89379ab7515a
5
5
  SHA512:
6
- metadata.gz: 4ba6347e34642c071a2dac1b4303348e410e4fbb52a31a9209ceaac7df8d72efd375599e0e0e3169e4b19251ef1558a41e7ed24863d4ad0920d185e798f9b12a
7
- data.tar.gz: a07f869e196c8d1de2b3c7d4f5d81fb158f86fad84dbc359b825255de2f5f0a05d44e93d99fb6974a1c7cbc8de37deeab9a413c43d567e390c7233804a20c559
6
+ metadata.gz: 819d115aa83775ee4baf06c6c1625dbd47c5ca784e6386cc40e87dc4bfc6fdd8062c38afa6662508acd9c5b42effe232bd9e0b24e63a11aaaf1c3a5ef3c3fb03
7
+ data.tar.gz: '020899810c511ff60a1dce01c9d4a4da9835bbd9364085fd981faea0047ac5471100a4df47c5754b0c959c3fd727fcf982b3f56fe1399a37e34abd9445c42647'
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.4] - 2026-06-14
34
+
35
+ - TAG: [v1.0.4][1.0.4t]
36
+ - COVERAGE: 100.00% -- 86/86 lines in 4 files
37
+ - BRANCH COVERAGE: 100.00% -- 28/28 branches in 4 files
38
+ - 12.50% documented
39
+
40
+ ### Changed
41
+
42
+ - Retemplated with the current kettle-jem template set, refreshing generated
43
+ README metadata, the templating dependency floor, and the development lockfile.
44
+
45
+ ### Fixed
46
+
47
+ - Removed a duplicate RBS `Nomono::VERSION` declaration and strengthened the
48
+ style workflow RBS check to load the signature environment.
49
+
33
50
  ## [1.0.3] - 2026-06-10
34
51
 
35
52
  - TAG: [v1.0.3][1.0.3t]
@@ -106,7 +123,9 @@ Please file a bug if you notice a violation of semantic versioning.
106
123
  - TAG: [v1.0.0][1.0.0t]
107
124
  - 12.50% documented
108
125
 
109
- [Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.0.3...HEAD
126
+ [Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.0.4...HEAD
127
+ [1.0.4]: https://github.com/kettle-dev/nomono/compare/v1.0.3...v1.0.4
128
+ [1.0.4t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.4
110
129
  [1.0.3]: https://github.com/kettle-dev/nomono/compare/v1.0.2...v1.0.3
111
130
  [1.0.3t]: https://github.com/kettle-dev/nomono/releases/tag/v1.0.3
112
131
  [1.0.2]: https://github.com/kettle-rb/nomono/compare/v1.0.1...v1.0.2
data/README.md CHANGED
@@ -478,7 +478,7 @@ Thanks for RTFM. ☺️
478
478
  | Package | nomono |
479
479
  | Description | 1️⃣ Provides nomono_gems and eval_nomono_gems to standardize local multi-repo dependency wiring in Gemfiles. |
480
480
  | Homepage | https://github.com/kettle-dev/nomono |
481
- | Source | https://github.com/kettle-dev/nomono/tree/v1.0.2 |
481
+ | Source | https://github.com/kettle-dev/nomono/tree/v1.0.3 |
482
482
  | License | `AGPL-3.0-only` |
483
- | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/nomono, https://www.buymeacoffee.com/pboling |
483
+ | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://opencollective.com/kettle-rb, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/nomono, https://www.buymeacoffee.com/pboling |
484
484
  <!-- kettle-jem:metadata:end -->
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Nomono
4
4
  module Version
5
- VERSION = "1.0.3"
5
+ VERSION = "1.0.4"
6
6
  end
7
7
  VERSION = Version::VERSION # Traditional Constant Location
8
8
  end
data/sig/nomono.rbs CHANGED
@@ -1,4 +1,3 @@
1
1
  module Nomono
2
- VERSION: String
3
2
  # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
3
  end
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- BSA��o֚9+�HV�NJ?DTd����g`��I-��\+~�c��K��P��8T(_���������|'��F2�׫϶�S �N�t�ge�墍�{+�Ut0�� ��I�T��Vu_�=�بK���h����pm���Q,e/P�PI�YSM�{!zlfX���:�_(;��G�\u��3��7�.��M3U����E˽pL
2
- ���V��9+�����1<�+�c6�z�g4/?�7�N�&R����/_�Un��Po}F�}�
1
+ 1f�#��m���x�P�����h_�/�sN�$��(�,fcy
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -66,7 +66,7 @@ dependencies:
66
66
  version: '2.2'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.2.3
69
+ version: 2.2.8
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.3
79
+ version: 2.2.8
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.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.1
147
+ version: 3.1.2
148
148
  - !ruby/object:Gem::Dependency
149
149
  name: kettle-test
150
150
  requirement: !ruby/object:Gem::Requirement
@@ -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.3
282
- changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.0.3/CHANGELOG.md
281
+ source_code_uri: https://github.com/kettle-dev/nomono/tree/v1.0.4
282
+ changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.0.4/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.3
284
+ documentation_uri: https://www.rubydoc.info/gems/nomono/1.0.4
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