nomono 1.1.3 → 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: 38463264abb836136d39b16fe1a1679ab0c3de04b9d2f521a52b02ba0c82d50d
4
- data.tar.gz: ffd9de91f4d260541851a3d3118448e6d2353f88f44ca7a90affe9101c5563e7
3
+ metadata.gz: 25ac1bce2ee06c981e4f5981c9c0a850ef3bb9c3f86f36a9fff32729dd7f22a9
4
+ data.tar.gz: ab88bd8053dedeb9a3940477a3fb15ee4e6bc235089c32d281ae13c03fee0db2
5
5
  SHA512:
6
- metadata.gz: 0ab0498d64820357bffbbbeaa0da76b2640d3601791a2f47a5951452bcf63a90bfb82cf381d6a160a46d7a790113ded4c3a26ba7a8d3eca21f5ba462f81ee74e
7
- data.tar.gz: 7ff25c5b0b60f283a4a21cddb443e6f7708a2093c9795fb390ade3976146f323fb3261624212e6ad11577dac0b476c86c248a95688589c77f3f440cf2a83f410
6
+ metadata.gz: def79b4bef0654638922570af522b422356a0660dcfe6c64b737b0cad0cf2dd6ebf4ba755e2c1f880393397bd21316de51a20fe6d90028a7ced9e990bafb8c6d
7
+ data.tar.gz: 8387c898fb9465559e51a0096fcea82f452de751393d1fcca9fdc8bf933ee01b7e99b23d6507a053ad2b2a9a6a19a052fac15d62e693b73d72ac18fa20452804
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,18 @@ 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
+
33
45
  ## [1.1.3] - 2026-08-01
34
46
 
35
47
  - TAG: [v1.1.3][1.1.3t]
@@ -63,10 +75,6 @@ Please file a bug if you notice a violation of semantic versioning.
63
75
 
64
76
  ### Added
65
77
 
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
78
  ### Fixed
71
79
 
72
80
  - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
@@ -78,16 +86,10 @@ Please file a bug if you notice a violation of semantic versioning.
78
86
  - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
79
87
  missing canonical version spec when a project only has shim namespace version
80
88
  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
89
  - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
85
90
  and templates dedicated `version_gem.rb` entrypoints even when the gemspec
86
91
  dependency is intentionally omitted, and generated anonymous-loader specs
87
92
  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
93
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
92
94
  relative to the gemspec directory, so release package contents stay correct
93
95
  even when the gemspec is loaded from another working directory.
@@ -146,19 +148,13 @@ Please file a bug if you notice a violation of semantic versioning.
146
148
 
147
149
  ### Changed
148
150
 
149
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
150
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
151
151
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
152
152
  repository-only files by default to reduce downstream distro packaging churn.
153
153
 
154
- - kettle-jem-template-20260720-001 - Generated READMEs can now render
155
- template-managed corporate sponsor logos from project or family config.
156
154
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
157
155
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
158
156
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
159
157
  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
158
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
163
159
  now include a RubyForum help badge.
164
160
 
@@ -323,7 +319,9 @@ Please file a bug if you notice a violation of semantic versioning.
323
319
  - TAG: [v1.0.0][1.0.0t]
324
320
  - 12.50% documented
325
321
 
326
- [Unreleased]: https://github.com/kettle-dev/nomono/compare/v1.1.3...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
327
325
  [1.1.3]: https://github.com/kettle-dev/nomono/compare/v1.1.2...v1.1.3
328
326
  [1.1.3t]: https://github.com/kettle-dev/nomono/releases/tag/v1.1.3
329
327
  [1.1.2]: https://github.com/kettle-dev/nomono/compare/v1.1.1...v1.1.2
@@ -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.3"
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.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -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.3
267
- changelog_uri: https://github.com/kettle-dev/nomono/blob/v1.1.3/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.3
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