yaml-converter 0.2.4 → 0.2.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 +30 -23
- data/README.md +15 -15
- data/lib/yaml/converter/version.rb +1 -1
- data/lib/yaml/converter.rb +2 -1
- data.tar.gz.sig +0 -0
- metadata +10 -10
- 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: 4b3078dbc757fd587ffa334a760e5bdfd52e17a5fd8f8e8d76d977ff599f4344
|
|
4
|
+
data.tar.gz: d83e554605bc98b11f3721d6fe9ef8ffdfe1882c626f40aa0e1f2f4bcb25e97b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea943baaa8a8c2b995e94dff67133ed50bc4012ccef10725445a0a6c39e8084233a599f1a45fc549d88ece81466068ea8efa71f25cdc9d0b2d8d432504fb20b8
|
|
7
|
+
data.tar.gz: 950cfa0ebacf080274f76b3f942a19774e8542c5614af8ed1a55fe8c97d0351d40acc6787293b17ed58b250ebd055520f5fcb82f63ac07714343177b5938ffe6
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,33 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.2.5] - 2026-08-09
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.2.5][0.2.5t]
|
|
36
|
+
- COVERAGE: 92.69% -- 444/479 lines in 10 files
|
|
37
|
+
- BRANCH COVERAGE: 68.42% -- 117/171 branches in 10 files
|
|
38
|
+
- 66.67% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
43
|
+
use ClickGems instead of BestGems.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
48
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
49
|
+
parameter names from producing invalid configuration after a merge.
|
|
50
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
51
|
+
documentation now normalize configured underscore hostnames to valid
|
|
52
|
+
hyphenated hostnames.
|
|
53
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
54
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
55
|
+
matching Galtzo-hosted asset exists.
|
|
56
|
+
|
|
57
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
58
|
+
preserving comments and trailing commas during template updates.
|
|
59
|
+
|
|
33
60
|
## [0.2.4] - 2026-07-31
|
|
34
61
|
|
|
35
62
|
- TAG: [v0.2.4][0.2.4t]
|
|
@@ -48,10 +75,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
48
75
|
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
49
76
|
RSpec helpers provided by `kettle-test`.
|
|
50
77
|
|
|
51
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
52
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
53
|
-
tagged RubyForum community alongside Discord.
|
|
54
|
-
|
|
55
78
|
### Changed
|
|
56
79
|
|
|
57
80
|
- The `yaml-convert` executable startup header is now shown only when
|
|
@@ -61,18 +84,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
61
84
|
- The `yaml-convert` executable supports `-v` / `--version` for version-only
|
|
62
85
|
output.
|
|
63
86
|
|
|
64
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
65
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
66
87
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
67
88
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
68
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
69
|
-
template-managed corporate sponsor logos from project or family config.
|
|
70
89
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
71
90
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
72
91
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
73
92
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
74
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
75
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
76
93
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
77
94
|
now include a RubyForum help badge.
|
|
78
95
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -113,18 +130,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
113
130
|
missing canonical version spec when a project only has shim namespace version
|
|
114
131
|
specs.
|
|
115
132
|
|
|
116
|
-
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
117
|
-
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
118
|
-
failures against `gem.coop`.
|
|
119
|
-
|
|
120
|
-
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
121
|
-
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
122
|
-
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
123
|
-
cover both `version.rb` and `version_gem.rb`.
|
|
124
|
-
|
|
125
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
126
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
127
|
-
specs without adding `version_gem`.
|
|
128
133
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
129
134
|
relative to the gemspec directory, so packaged template assets are included
|
|
130
135
|
even when the gemspec is loaded from another working directory.
|
|
@@ -212,7 +217,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
212
217
|
|
|
213
218
|
### Security
|
|
214
219
|
|
|
215
|
-
[Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.
|
|
220
|
+
[Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.5...HEAD
|
|
221
|
+
[0.2.5]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.4...v0.2.5
|
|
222
|
+
[0.2.5t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.5
|
|
216
223
|
[0.2.4]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.3...v0.2.4
|
|
217
224
|
[0.2.4t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.4
|
|
218
225
|
[0.2.3]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.2...v0.2.3
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by
|
|
1
|
+
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by GitHub" src="https://github.com/galtzo-floss.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🥨 Yaml::Converter
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄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] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-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
|
|
|
@@ -69,16 +69,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
69
69
|
<details markdown="1">
|
|
70
70
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
71
71
|
|
|
72
|
-
| Gem | Source | Role |
|
|
72
|
+
| Gem | Source | Role | Total downloads |
|
|
73
73
|
|-----|--------|------|---------------------|
|
|
74
|
-
| [appraisal2](https://
|
|
75
|
-
| [appraisal2-rubocop](https://
|
|
76
|
-
| [kettle-dev](https://
|
|
77
|
-
| [kettle-jem](https://
|
|
78
|
-
| [kettle-soup-cover](https://
|
|
79
|
-
| [kettle-test](https://
|
|
80
|
-
| [rubocop-lts](https://
|
|
81
|
-
| [turbo_tests2](https://
|
|
74
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
75
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
76
|
+
| [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
|
|
77
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
78
|
+
| [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 | [](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
|
|
79
|
+
| [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://clickgems.clickhouse.com/dashboard/kettle-test) |
|
|
80
|
+
| [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
|
|
81
|
+
| [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
82
82
|
|
|
83
83
|
</details>
|
|
84
84
|
|
|
@@ -602,7 +602,7 @@ Thanks for RTFM. ☺️
|
|
|
602
602
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
603
603
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/yaml-converter
|
|
604
604
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Yaml::Converter-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
605
|
-
[⛳️gem-name]: https://
|
|
605
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yaml-converter
|
|
606
606
|
[⛳️name-img]: https://img.shields.io/badge/name-yaml--converter-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
607
607
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yaml-converter.svg
|
|
608
608
|
[⛳️tag]: https://github.com/galtzo-floss/yaml-converter/releases
|
|
@@ -651,9 +651,9 @@ Thanks for RTFM. ☺️
|
|
|
651
651
|
[📜gh-wiki]: https://github.com/galtzo-floss/yaml-converter/wiki
|
|
652
652
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
653
653
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
654
|
-
[👽dl-rank]: https://
|
|
655
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
656
|
-
[👽version]: https://
|
|
654
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/yaml-converter
|
|
655
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/yaml-converter.svg
|
|
656
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/yaml-converter
|
|
657
657
|
[👽versioni]: https://img.shields.io/gem/v/yaml-converter.svg
|
|
658
658
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yaml-converter
|
|
659
659
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/yaml-converter/maintainability.svg
|
|
@@ -5,7 +5,7 @@ module Yaml
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "0.2.
|
|
8
|
+
VERSION = "0.2.5"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data/lib/yaml/converter.rb
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
require "version_gem"
|
|
5
5
|
|
|
6
6
|
# This library
|
|
7
|
-
require_relative "converter/version"
|
|
8
7
|
require_relative "converter/config"
|
|
9
8
|
require_relative "converter/validation"
|
|
10
9
|
require_relative "converter/markdown_emitter"
|
|
11
10
|
require_relative "converter/streaming_emitter"
|
|
11
|
+
require_relative "converter/version"
|
|
12
12
|
|
|
13
13
|
module Yaml
|
|
14
14
|
module Converter
|
|
@@ -208,6 +208,7 @@ module Yaml
|
|
|
208
208
|
end
|
|
209
209
|
|
|
210
210
|
# Extend the Version with VersionGem::Basic to provide semantic version helpers.
|
|
211
|
+
|
|
211
212
|
Yaml::Converter::Version.class_eval do
|
|
212
213
|
extend VersionGem::Basic
|
|
213
214
|
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yaml-converter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -100,7 +100,7 @@ dependencies:
|
|
|
100
100
|
version: '1.1'
|
|
101
101
|
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 1.1.
|
|
103
|
+
version: 1.1.15
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -110,7 +110,7 @@ dependencies:
|
|
|
110
110
|
version: '1.1'
|
|
111
111
|
- - ">="
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
|
-
version: 1.1.
|
|
113
|
+
version: 1.1.15
|
|
114
114
|
- !ruby/object:Gem::Dependency
|
|
115
115
|
name: kettle-dev
|
|
116
116
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -120,7 +120,7 @@ dependencies:
|
|
|
120
120
|
version: '2.5'
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: 2.5.
|
|
123
|
+
version: 2.5.17
|
|
124
124
|
type: :development
|
|
125
125
|
prerelease: false
|
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -130,7 +130,7 @@ dependencies:
|
|
|
130
130
|
version: '2.5'
|
|
131
131
|
- - ">="
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 2.5.
|
|
133
|
+
version: 2.5.17
|
|
134
134
|
- !ruby/object:Gem::Dependency
|
|
135
135
|
name: bundler-audit
|
|
136
136
|
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.19
|
|
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.19
|
|
242
242
|
- !ruby/object:Gem::Dependency
|
|
243
243
|
name: turbo_tests2
|
|
244
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -343,10 +343,10 @@ licenses:
|
|
|
343
343
|
- MIT
|
|
344
344
|
metadata:
|
|
345
345
|
homepage_uri: https://yaml-converter.galtzo.com
|
|
346
|
-
source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.
|
|
347
|
-
changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.
|
|
346
|
+
source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.5
|
|
347
|
+
changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.5/CHANGELOG.md
|
|
348
348
|
bug_tracker_uri: https://github.com/galtzo-floss/yaml-converter/issues
|
|
349
|
-
documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.
|
|
349
|
+
documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.5
|
|
350
350
|
funding_uri: https://github.com/sponsors/pboling
|
|
351
351
|
wiki_uri: https://github.com/galtzo-floss/yaml-converter/wiki
|
|
352
352
|
news_uri: https://www.railsbling.com/tags/yaml-converter
|
metadata.gz.sig
CHANGED
|
Binary file
|