yaml-converter 0.2.4 → 0.2.6

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: 1ba35681a6b7b43b4e19524d8f0376791ea0adf3692961d5ca71f1293fd37958
4
- data.tar.gz: 2428d78a4d774ac2175bb67ec98fa109a075c18349adf9a00667566ded8c6191
3
+ metadata.gz: 2d525ae6ed455103d46fe7775a861b5c5708b67bcdf84a5291f9a7ff829185ee
4
+ data.tar.gz: 6a32719036afe677785e76a0a6a23eadd538ec16cbeb362f1e08f4233837c9d6
5
5
  SHA512:
6
- metadata.gz: 161710de745e2703a7b3d6852f10db4cb52051dd4f5b1f3076c1f1bd55f105cc928ab61c6665b4427debb90c42b78740dd5f2a96434efc1f688b35e49ea1378b
7
- data.tar.gz: 073af35c067ac0e7b9f26930fa83bfd6f591241dedb1ec1b2904139c5703049d9e24b62ebfd46926507b010b6ee377f27a00aede319cc22e44b2659de830383b
6
+ metadata.gz: 38c715ce43f9acee52b0eebb4ffb2b699afed8975e582137e414aa69fd5a39197cddcc49cc4c7b87fdbf42b3ee731f892834f68f900239cd2dc49f63c1548fdc
7
+ data.tar.gz: d21a9b9264cd1be6a26ae329d2c23ac2bbc43c864a21f6f6bc0da30c1e8e255524548fb9a733b8655e018a03601b8419fbc615aada6f125d700c8268d88a4e27
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,50 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.2.6] - 2026-09-11
34
+
35
+ - TAG: [v0.2.6][0.2.6t]
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
+ - [kc] kettle-jem/prepare: updated 8 project files:
43
+ - dependencies (8)
44
+
45
+ - [kc] kettle-jem/template: updated 4 project files:
46
+ - code and tests (1)
47
+ - dependencies (2)
48
+ - other (1)
49
+
50
+ ## [0.2.5] - 2026-08-09
51
+
52
+ - TAG: [v0.2.5][0.2.5t]
53
+ - COVERAGE: 92.69% -- 444/479 lines in 10 files
54
+ - BRANCH COVERAGE: 68.42% -- 117/171 branches in 10 files
55
+ - 66.67% documented
56
+
57
+ ### Changed
58
+
59
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
60
+ use ClickGems instead of BestGems.
61
+
62
+ ### Fixed
63
+
64
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
65
+ managed configuration block bindings structurally, preventing mixed block
66
+ parameter names from producing invalid configuration after a merge.
67
+ - kettle-jem-template-20260801-003 - Generated project metadata and
68
+ documentation now normalize configured underscore hostnames to valid
69
+ hyphenated hostnames.
70
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
71
+ use GitHub's stable organization avatar endpoint instead of assuming a
72
+ matching Galtzo-hosted asset exists.
73
+
74
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
75
+ preserving comments and trailing commas during template updates.
76
+
33
77
  ## [0.2.4] - 2026-07-31
34
78
 
35
79
  - TAG: [v0.2.4][0.2.4t]
@@ -48,10 +92,6 @@ Please file a bug if you notice a violation of semantic versioning.
48
92
  - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
49
93
  RSpec helpers provided by `kettle-test`.
50
94
 
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
95
  ### Changed
56
96
 
57
97
  - The `yaml-convert` executable startup header is now shown only when
@@ -61,18 +101,12 @@ Please file a bug if you notice a violation of semantic versioning.
61
101
  - The `yaml-convert` executable supports `-v` / `--version` for version-only
62
102
  output.
63
103
 
64
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
65
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
66
104
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
67
105
  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
106
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
71
107
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
72
108
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
73
109
  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
110
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
77
111
  now include a RubyForum help badge.
78
112
  - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
@@ -113,18 +147,6 @@ Please file a bug if you notice a violation of semantic versioning.
113
147
  missing canonical version spec when a project only has shim namespace version
114
148
  specs.
115
149
 
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
150
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
129
151
  relative to the gemspec directory, so packaged template assets are included
130
152
  even when the gemspec is loaded from another working directory.
@@ -212,7 +234,11 @@ Please file a bug if you notice a violation of semantic versioning.
212
234
 
213
235
  ### Security
214
236
 
215
- [Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.4...HEAD
237
+ [Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.6...HEAD
238
+ [0.2.6]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.5...v0.2.6
239
+ [0.2.6t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.6
240
+ [0.2.5]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.4...v0.2.5
241
+ [0.2.5t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.5
216
242
  [0.2.4]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.3...v0.2.4
217
243
  [0.2.4t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.4
218
244
  [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 Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="14%" align="right"/></a>
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] [![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] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
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
 
@@ -56,7 +56,7 @@ Alternatives (none in Ruby, send a PR if you know of one):
56
56
 
57
57
  ### Compatibility
58
58
 
59
- Compatible with MRI Ruby 3.2.0+, and concordant releases of JRuby, and TruffleRuby.
59
+ Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
60
60
  CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
61
61
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
62
62
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -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 | Daily download rank |
72
+ | Gem | Source | Role | Total downloads |
73
73
  |-----|--------|------|---------------------|
74
- | [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) |
75
- | [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) |
76
- | [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) |
77
- | [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) |
78
- | [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) |
79
- | [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) |
80
- | [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) |
81
- | [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) |
74
+ | [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) |
75
+ | [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) |
76
+ | [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) |
77
+ | [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) |
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 | [![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) |
79
+ | [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) |
80
+ | [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) |
81
+ | [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) |
82
82
 
83
83
  </details>
84
84
 
@@ -95,7 +95,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
95
95
 
96
96
  </details>
97
97
 
98
- ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/yaml-converter)](https://tidelift.com/subscription/pkg/rubygems-yaml-converter?utm_source=rubygems-yaml-converter&utm_medium=referral&utm_campaign=readme)
98
+ ### Enterprise Support
99
+
100
+ [![Tidelift](https://tidelift.com/badges/package/rubygems/yaml-converter)](https://tidelift.com/subscription/pkg/rubygems-yaml-converter?utm_source=rubygems-yaml-converter&utm_medium=referral&utm_campaign=readme)
99
101
 
100
102
  Available as part of the Tidelift Subscription.
101
103
 
@@ -448,8 +450,7 @@ See [SECURITY.md][🔐security].
448
450
  ## 🤝 Contributing
449
451
 
450
452
  If you need some ideas of where to help, you could work on adding more code coverage,
451
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
452
- or use the gem and think about how it could be better.
453
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
453
454
 
454
455
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
455
456
 
@@ -485,19 +486,6 @@ Made with [contributors-img][🖐contrib-rocks].
485
486
 
486
487
  Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/yaml-converter/-/graphs/main][🚎contributors-gl]
487
488
 
488
- <details markdown="1">
489
- <summary>⭐️ Star History</summary>
490
-
491
- <a href="https://star-history.com/galtzo-floss/yaml-converter&Date">
492
- <picture>
493
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yaml-converter&type=Date&theme=dark" />
494
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yaml-converter&type=Date" />
495
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/yaml-converter&type=Date" />
496
- </picture>
497
- </a>
498
-
499
- </details>
500
-
501
489
  ## 📌 Versioning
502
490
 
503
491
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -602,7 +590,7 @@ Thanks for RTFM. ☺️
602
590
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
603
591
  [⛳️gem-namespace]: https://github.com/galtzo-floss/yaml-converter
604
592
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Yaml::Converter-3C2D2D.svg?style=square&logo=ruby&logoColor=white
605
- [⛳️gem-name]: https://bestgems.org/gems/yaml-converter
593
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yaml-converter
606
594
  [⛳️name-img]: https://img.shields.io/badge/name-yaml--converter-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
607
595
  [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yaml-converter.svg
608
596
  [⛳️tag]: https://github.com/galtzo-floss/yaml-converter/releases
@@ -651,9 +639,9 @@ Thanks for RTFM. ☺️
651
639
  [📜gh-wiki]: https://github.com/galtzo-floss/yaml-converter/wiki
652
640
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
653
641
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
654
- [👽dl-rank]: https://bestgems.org/gems/yaml-converter
655
- [👽dl-ranki]: https://img.shields.io/gem/rd/yaml-converter.svg
656
- [👽version]: https://bestgems.org/gems/yaml-converter
642
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/yaml-converter
643
+ [👽dl-ranki]: https://img.shields.io/gem/dt/yaml-converter.svg
644
+ [👽version]: https://clickgems.clickhouse.com/dashboard/yaml-converter
657
645
  [👽versioni]: https://img.shields.io/gem/v/yaml-converter.svg
658
646
  [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yaml-converter
659
647
  [🏀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.4"
8
+ VERSION = "0.2.6"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
@@ -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
4
+ version: 0.2.6
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.14
103
+ version: 1.1.15
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
@@ -110,27 +110,27 @@ dependencies:
110
110
  version: '1.1'
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 1.1.14
113
+ version: 1.1.15
114
114
  - !ruby/object:Gem::Dependency
115
115
  name: kettle-dev
116
116
  requirement: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - "~>"
119
119
  - !ruby/object:Gem::Version
120
- version: '2.5'
120
+ version: '3.1'
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: 2.5.13
123
+ version: 3.1.0
124
124
  type: :development
125
125
  prerelease: false
126
126
  version_requirements: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
- version: '2.5'
130
+ version: '3.1'
131
131
  - - ">="
132
132
  - !ruby/object:Gem::Version
133
- version: 2.5.13
133
+ version: 3.1.0
134
134
  - !ruby/object:Gem::Dependency
135
135
  name: bundler-audit
136
136
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +208,7 @@ dependencies:
208
208
  version: '3.2'
209
209
  - - ">="
210
210
  - !ruby/object:Gem::Version
211
- version: 3.2.0
211
+ version: 3.2.3
212
212
  type: :development
213
213
  prerelease: false
214
214
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +218,7 @@ dependencies:
218
218
  version: '3.2'
219
219
  - - ">="
220
220
  - !ruby/object:Gem::Version
221
- version: 3.2.0
221
+ version: 3.2.3
222
222
  - !ruby/object:Gem::Dependency
223
223
  name: kettle-test
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.17
231
+ version: 2.0.21
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.17
241
+ version: 2.0.21
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: turbo_tests2
244
244
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '3.2'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 3.2.4
251
+ version: 3.2.8
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '3.2'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 3.2.4
261
+ version: 3.2.8
262
262
  - !ruby/object:Gem::Dependency
263
263
  name: ruby-progressbar
264
264
  requirement: !ruby/object:Gem::Requirement
@@ -282,7 +282,7 @@ dependencies:
282
282
  version: '1.0'
283
283
  - - ">="
284
284
  - !ruby/object:Gem::Version
285
- version: 1.0.8
285
+ version: 1.0.9
286
286
  type: :development
287
287
  prerelease: false
288
288
  version_requirements: !ruby/object:Gem::Requirement
@@ -292,7 +292,7 @@ dependencies:
292
292
  version: '1.0'
293
293
  - - ">="
294
294
  - !ruby/object:Gem::Version
295
- version: 1.0.8
295
+ version: 1.0.9
296
296
  - !ruby/object:Gem::Dependency
297
297
  name: gitmoji-regex
298
298
  requirement: !ruby/object:Gem::Requirement
@@ -302,7 +302,7 @@ dependencies:
302
302
  version: '2.0'
303
303
  - - ">="
304
304
  - !ruby/object:Gem::Version
305
- version: 2.0.11
305
+ version: 2.0.13
306
306
  type: :development
307
307
  prerelease: false
308
308
  version_requirements: !ruby/object:Gem::Requirement
@@ -312,7 +312,7 @@ dependencies:
312
312
  version: '2.0'
313
313
  - - ">="
314
314
  - !ruby/object:Gem::Version
315
- version: 2.0.11
315
+ version: 2.0.13
316
316
  description: "\U0001F968 yaml-converter parses YAML files (with inline #note: annotations
317
317
  and validation markers) and emits polished Markdown, HTML, and PDF/DOCX (via pandoc)
318
318
  outputs including a validation status line, fenced YAML blocks, and extracted notes."
@@ -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.4
347
- changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.4/CHANGELOG.md
346
+ source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.6
347
+ changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.6/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.4
349
+ documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.6
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