nomono 1.1.2 → 1.1.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: 4b486c05710cddc4675b3d43c4a155ffac74a336d2a9b669365fbed8281483ea
4
- data.tar.gz: b26dd917627c5f0882caf8af885495bff6e942f1feb17835b1ed24dda35f42cb
3
+ metadata.gz: 25ac1bce2ee06c981e4f5981c9c0a850ef3bb9c3f86f36a9fff32729dd7f22a9
4
+ data.tar.gz: ab88bd8053dedeb9a3940477a3fb15ee4e6bc235089c32d281ae13c03fee0db2
5
5
  SHA512:
6
- metadata.gz: 6bcc150fd4e7851f1353106185f745ed27685a11c0558b84342cdf2b5dfeafca0352d2df962cb6506b9e6bef86d0f068f484d1fff8c7828efc4bf520710f0247
7
- data.tar.gz: 7b755e2d22aa64d84ef19ecafe26a494df4712772c042d2f760240c84a70bfc78e005a1b274773bf03c25b9b4d5bee75a32b3dd54f7a210d04ce0807eac7ea16
6
+ metadata.gz: def79b4bef0654638922570af522b422356a0660dcfe6c64b737b0cad0cf2dd6ebf4ba755e2c1f880393397bd21316de51a20fe6d90028a7ced9e990bafb8c6d
7
+ data.tar.gz: 8387c898fb9465559e51a0096fcea82f452de751393d1fcca9fdc8bf933ee01b7e99b23d6507a053ad2b2a9a6a19a052fac15d62e693b73d72ac18fa20452804
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,42 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.1.4] - 2026-08-02
34
+
35
+ - TAG: [v1.1.4][1.1.4t]
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
+ ### Fixed
41
+
42
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
43
+ preserving comments and trailing commas during template updates.
44
+
45
+ ## [1.1.3] - 2026-08-01
46
+
47
+ - TAG: [v1.1.3][1.1.3t]
48
+ - COVERAGE: 97.56% -- 120/123 lines in 7 files
49
+ - BRANCH COVERAGE: 86.67% -- 39/45 branches in 7 files
50
+ - 25.00% documented
51
+
52
+ ### Changed
53
+
54
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
55
+ use ClickGems instead of BestGems.
56
+
57
+ ### Fixed
58
+
59
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
60
+ managed configuration block bindings structurally, preventing mixed block
61
+ parameter names from producing invalid configuration after a merge.
62
+ - kettle-jem-template-20260801-003 - Generated project metadata and
63
+ documentation now normalize configured underscore hostnames to valid
64
+ hyphenated hostnames.
65
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
66
+ use GitHub's stable organization avatar endpoint instead of assuming a
67
+ matching Galtzo-hosted asset exists.
68
+
33
69
  ## [1.1.2] - 2026-07-31
34
70
 
35
71
  - TAG: [v1.1.2][1.1.2t]
@@ -39,10 +75,6 @@ Please file a bug if you notice a violation of semantic versioning.
39
75
 
40
76
  ### Added
41
77
 
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
78
  ### Fixed
47
79
 
48
80
  - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
@@ -54,16 +86,10 @@ Please file a bug if you notice a violation of semantic versioning.
54
86
  - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
55
87
  missing canonical version spec when a project only has shim namespace version
56
88
  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
89
  - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
61
90
  and templates dedicated `version_gem.rb` entrypoints even when the gemspec
62
91
  dependency is intentionally omitted, and generated anonymous-loader specs
63
92
  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
93
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
68
94
  relative to the gemspec directory, so release package contents stay correct
69
95
  even when the gemspec is loaded from another working directory.
@@ -122,19 +148,13 @@ Please file a bug if you notice a violation of semantic versioning.
122
148
 
123
149
  ### Changed
124
150
 
125
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
126
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
127
151
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
128
152
  repository-only files by default to reduce downstream distro packaging churn.
129
153
 
130
- - kettle-jem-template-20260720-001 - Generated READMEs can now render
131
- template-managed corporate sponsor logos from project or family config.
132
154
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
133
155
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
134
156
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
135
157
  config now uses the installed `smorg-rb` Ruby driver name.
136
- - kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
137
- omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
138
158
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
139
159
  now include a RubyForum help badge.
140
160
 
@@ -299,7 +319,11 @@ Please file a bug if you notice a violation of semantic versioning.
299
319
  - TAG: [v1.0.0][1.0.0t]
300
320
  - 12.50% documented
301
321
 
302
- [Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.1.2...HEAD
322
+ [Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.1.4...HEAD
323
+ [1.1.4]: https://github.com/kettle-dev/nomono/compare/v1.1.3...v1.1.4
324
+ [1.1.4t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.4
325
+ [1.1.3]: https://github.com/kettle-dev/nomono/compare/v1.1.2...v1.1.3
326
+ [1.1.3t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.3
303
327
  [1.1.2]: https://github.com/kettle-dev/nomono/compare/v1.1.1...v1.1.2
304
328
  [1.1.2t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.2
305
329
  [1.1.1]: https://github.com/kettle-dev/nomono/compare/v1.1.0...v1.1.1
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
1
+ <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by GitHub" src="https://github.com/kettle-dev.png?size=192" width="14%" align="right"/></a>
2
2
 
3
3
  # 1️⃣ Nomono
4
4
 
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]
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] [![Total downloads][👽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
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
 
@@ -63,16 +63,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
63
63
  <details markdown="1">
64
64
  <summary>How kettle-dev manages complexity in tests</summary>
65
65
 
66
- | Gem | Source | Role | Daily download rank |
66
+ | Gem | Source | Role | Total downloads |
67
67
  |-----|--------|------|---------------------|
68
- | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
69
- | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
70
- | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
71
- | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
72
- | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
73
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
74
- | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
75
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
68
+ | [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Total downloads for appraisal2](https://img.shields.io/gem/dt/appraisal2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2) |
69
+ | [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Total downloads for appraisal2-rubocop](https://img.shields.io/gem/dt/appraisal2-rubocop.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
70
+ | [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Total downloads for kettle-dev](https://img.shields.io/gem/dt/kettle-dev.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
71
+ | [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Total downloads for kettle-jem](https://img.shields.io/gem/dt/kettle-jem.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
72
+ | [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Total downloads for kettle-soup-cover](https://img.shields.io/gem/dt/kettle-soup-cover.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
73
+ | [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Total downloads for kettle-test](https://img.shields.io/gem/dt/kettle-test.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-test) |
74
+ | [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Total downloads for rubocop-lts](https://img.shields.io/gem/dt/rubocop-lts.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
75
+ | [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Total downloads for turbo_tests2](https://img.shields.io/gem/dt/turbo_tests2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
76
76
 
77
77
  </details>
78
78
 
@@ -379,7 +379,7 @@ Thanks for RTFM. ☺️
379
379
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
380
380
  [⛳️gem-namespace]: https://github.com/kettle-dev/nomono
381
381
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Nomono-3C2D2D.svg?style=square&logo=ruby&logoColor=white
382
- [⛳️gem-name]: https://bestgems.org/gems/nomono
382
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/nomono
383
383
  [⛳️name-img]: https://img.shields.io/badge/name-nomono-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
384
384
  [⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/nomono.svg
385
385
  [⛳️tag]: https://github.com/kettle-dev/nomono/releases
@@ -428,9 +428,9 @@ Thanks for RTFM. ☺️
428
428
  [📜gh-wiki]: https://github.com/kettle-dev/nomono/wiki
429
429
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
430
430
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
431
- [👽dl-rank]: https://bestgems.org/gems/nomono
432
- [👽dl-ranki]: https://img.shields.io/gem/rd/nomono.svg
433
- [👽version]: https://bestgems.org/gems/nomono
431
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/nomono
432
+ [👽dl-ranki]: https://img.shields.io/gem/dt/nomono.svg
433
+ [👽version]: https://clickgems.clickhouse.com/dashboard/nomono
434
434
  [👽versioni]: https://img.shields.io/gem/v/nomono.svg
435
435
  [🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/nomono
436
436
  [🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/nomono/maintainability.svg
@@ -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.2"
7
+ VERSION = "1.1.4"
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
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "nomono/version"
4
3
  require_relative "nomono/core"
4
+ require_relative "nomono/version"
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.2
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '2.5'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 2.5.13
49
+ version: 2.5.16
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
@@ -56,7 +56,7 @@ dependencies:
56
56
  version: '2.5'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 2.5.13
59
+ version: 2.5.16
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.17
157
+ version: 2.0.18
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.17
167
+ version: 2.0.18
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.3
177
+ version: 3.2.4
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.3
187
+ version: 3.2.4
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: ruby-progressbar
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +208,7 @@ dependencies:
208
208
  version: '1.0'
209
209
  - - ">="
210
210
  - !ruby/object:Gem::Version
211
- version: 1.0.7
211
+ version: 1.0.8
212
212
  type: :development
213
213
  prerelease: false
214
214
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +218,7 @@ dependencies:
218
218
  version: '1.0'
219
219
  - - ">="
220
220
  - !ruby/object:Gem::Version
221
- version: 1.0.7
221
+ version: 1.0.8
222
222
  - !ruby/object:Gem::Dependency
223
223
  name: gitmoji-regex
224
224
  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.10
231
+ version: 2.0.11
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.10
241
+ version: 2.0.11
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.2
267
- changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.1.2/CHANGELOG.md
266
+ source_code_uri: https://github.com/kettle-dev/nomono/tree/v1.1.4
267
+ changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.1.4/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.2
269
+ documentation_uri: https://www.rubydoc.info/gems/nomono/1.1.4
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