yaml-converter 0.2.0 → 0.2.2

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: 057b98aebdc138d2d4c0b2da5568126bb4219180645cb9377b845dbc95909e53
4
- data.tar.gz: af896024b3cf0575bdc6975c1cee24a239f613c736eebfc619f53ad6478c3cc5
3
+ metadata.gz: ff20673cd21658575822564663ad07c4435983e673628f973937b01eb6ea7b7a
4
+ data.tar.gz: e4eb4b9ece2a9432dffbee6ef3962809c54a624ccd3089fc6527d50e178e286e
5
5
  SHA512:
6
- metadata.gz: ba166f2c550876cffe8f1b1bcd455faaf7f3caa466d8bc7df011df886925541b5a525735f765690293948262d49fa76d0a32a18ce5d915d6556f365c7ee591f6
7
- data.tar.gz: 9d230b75e60c248a61584a502fa3ee7ba044c2ed3ea5bc051c3f585cf7400e01febc940ef3cf69e7b3169718aa5f166051cfa97c6b8d4875784dcec4430e9760
6
+ metadata.gz: b4a31646b8c08263f6f067c8d6877e4fd6526565b2c8a1313b0f80f22f5195411bd4edb3a83b820f2ffc238bdc46b3a90db0a958db8127737364e979eb73fb36
7
+ data.tar.gz: cf9206ef4bb6ff61a78045af195f467ddeac4d842b694d6d31a1c287b40653053021919dd34b50e9081041d9386b80053cc3310c340583a549c93f57ec52a8ff
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,38 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.2.2] - 2026-06-22
34
+
35
+ - TAG: [v0.2.2][0.2.2t]
36
+ - COVERAGE: 92.69% -- 444/479 lines in 10 files
37
+ - BRANCH COVERAGE: 67.63% -- 117/173 branches in 10 files
38
+ - 63.77% documented
39
+
40
+ ### Added
41
+
42
+ - Added support for JRuby 10.1 and TruffleRuby 34.0.
43
+
44
+ ### Changed
45
+
46
+ - Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
47
+
48
+ ### Fixed
49
+
50
+ - Updated generated footer links to point at the migrated `kettle-dev`
51
+ GitHub organization.
52
+
53
+ ## [0.2.1] - 2026-06-15
54
+
55
+ - TAG: [v0.2.1][0.2.1t]
56
+ - COVERAGE: 92.69% -- 444/479 lines in 10 files
57
+ - BRANCH COVERAGE: 68.42% -- 117/171 branches in 10 files
58
+ - 63.77% documented
59
+
60
+ ### Fixed
61
+
62
+ - Fixed generated OpenCollective funding links so README, FUNDING, and
63
+ generated docs point at `galtzo-floss` instead of an empty slug.
64
+
33
65
  ## [0.2.0] - 2026-06-03
34
66
 
35
67
  - TAG: [v0.2.0][0.2.0t]
@@ -70,7 +102,11 @@ Please file a bug if you notice a violation of semantic versioning.
70
102
 
71
103
  ### Security
72
104
 
73
- [Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.0...HEAD
105
+ [Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.2...HEAD
106
+ [0.2.2]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.1...v0.2.2
107
+ [0.2.2t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.2
108
+ [0.2.1]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.0...v0.2.1
109
+ [0.2.1t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.1
74
110
  [0.2.0]: https://github.com/galtzo-floss/yaml-converter/compare/v0.1.0...v0.2.0
75
111
  [0.2.0t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.0
76
112
  [0.1.0]: https://github.com/galtzo-floss/yaml-converter/compare/232ad133b6259aabb39993b476f727d91d0a5f0c...v0.1.0
data/CONTRIBUTING.md CHANGED
@@ -109,14 +109,14 @@ Git diff driver setup
109
109
  - Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
110
110
 
111
111
  ```console
112
- K_JEM_TEMPLATING=true bundle exec kettle-jem install
112
+ K_JEM_TEMPLATING=true kettle-jem install
113
113
  ```
114
114
 
115
115
  Troubleshooting Git diffs
116
116
  - Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
117
117
  - Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
118
118
  - If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
119
- - To remove managed local entries, run `K_JEM_TEMPLATING=true bundle exec kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
119
+ - To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
120
120
 
121
121
  For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
122
122
 
data/FUNDING.md CHANGED
@@ -6,22 +6,18 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
6
6
 
7
7
  [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
8
8
 
9
- [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
9
+ [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
10
10
 
11
11
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
12
12
  [⛳liberapay]: https://liberapay.com/pboling/donate
13
- [🖇osc-backers]: https://opencollective.com/#backer
14
- [🖇osc-backers-i]: https://opencollective.com//backers/badge.svg?style=flat
15
- [🖇osc-sponsors]: https://opencollective.com/#sponsor
16
- [🖇osc-sponsors-i]: https://opencollective.com//sponsors/badge.svg?style=flat
13
+ [🖇osc-backers]: https://opencollective.com/galtzo-floss#backer
14
+ [🖇osc-backers-i]: https://opencollective.com/galtzo-floss/backers/badge.svg?style=flat
15
+ [🖇osc-sponsors]: https://opencollective.com/galtzo-floss#sponsor
16
+ [🖇osc-sponsors-i]: https://opencollective.com/galtzo-floss/sponsors/badge.svg?style=flat
17
17
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
18
18
  [🖇sponsor]: https://github.com/sponsors/pboling
19
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
20
- [🖇polar]: https://polar.sh/pboling
21
19
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
22
20
  [🖇kofi]: https://ko-fi.com/pboling
23
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
24
- [🖇patreon]: https://patreon.com/galtzo
25
21
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
26
22
  [🖇buyme]: https://www.buymeacoffee.com/pboling
27
23
  [🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
@@ -59,13 +55,13 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
59
55
  **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
60
56
 
61
57
  [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
62
- [🖇osc-all-img]: https://img.shields.io/opencollective/all/
63
- [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/
64
- [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/
65
- [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/?style=for-the-badge
66
- [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/?style=for-the-badge
67
- [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/?style=for-the-badge
68
- [🖇osc]: https://opencollective.com/
58
+ [🖇osc-all-img]: https://img.shields.io/opencollective/all/galtzo-floss
59
+ [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss
60
+ [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/galtzo-floss
61
+ [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/galtzo-floss?style=for-the-badge
62
+ [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss?style=for-the-badge
63
+ [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/galtzo-floss?style=for-the-badge
64
+ [🖇osc]: https://opencollective.com/galtzo-floss
69
65
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
70
66
  [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
71
67
  [🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
data/LICENSE.md CHANGED
@@ -7,4 +7,4 @@ Choose the option that best fits your use case:
7
7
 
8
8
  ## Copyright Notice
9
9
 
10
- Copyright (c) 2025-2026 Peter H. Boling
10
+ - Copyright (c) 2025-2026 Peter H. Boling
data/README.md CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
  `if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
12
12
 
13
- [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
13
+ [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
14
14
 
15
- <details>
15
+ <details markdown="1">
16
16
  <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
17
17
 
18
18
  I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
@@ -40,19 +40,19 @@ Alternatives (none in Ruby, send a PR if you know of one):
40
40
 
41
41
  ## 💡 Info you can shake a stick at
42
42
 
43
- | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
44
- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
45
- | Works with JRuby | [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
46
- | Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] |
47
- | Works with MRI Ruby 4 | [![Ruby 4.0 Compat][💎ruby-4.0i]][🚎11-c-wf] [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
48
- | Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf] |
49
- | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
50
- | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
51
- | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
52
- | Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
53
- | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
54
- | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
55
- | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
43
+ | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
44
+ |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
45
+ | Works with JRuby | [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
46
+ | Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
47
+ | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
48
+ | Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
49
+ | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
50
+ | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
51
+ | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
52
+ | Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
53
+ | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
54
+ | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
55
+ | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
56
56
 
57
57
  ### Compatibility
58
58
 
@@ -62,21 +62,37 @@ 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
63
63
  not practical for the current toolchain.
64
64
 
65
- | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 and the color 💚 green 💚 |
66
- | ---------------------------------------------- | -------------------------------------------------------- |
67
- | 👟 Check it out! | [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
65
+ <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>
66
+
67
+ The _amazing_ test matrix is powered by the kettle-dev stack.
68
+
69
+ <details markdown="1">
70
+ <summary>How kettle-dev manages complexity in tests</summary>
71
+
72
+ | Gem | Source | Role | Daily download rank |
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) |
82
+
83
+ </details>
68
84
 
69
85
  ### Federated DVCS
70
86
 
71
87
  <details markdown="1">
72
88
  <summary>Find this repo on federated forges (Coming soon!)</summary>
73
89
 
74
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
75
- | ------------------------------------------------------ | --------------------------------------------------------------------- | ------------------------- | ------------------------ | ------------------------- | ------------------------ | ---------------------------- |
76
- | 🧪 [galtzo-floss/yaml-converter on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
77
- | 🧊 [galtzo-floss/yaml-converter on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
78
- | 🐙 [galtzo-floss/yaml-converter on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
79
- | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
90
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
91
+ |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
92
+ | 🧪 [galtzo-floss/yaml-converter on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
93
+ | 🧊 [galtzo-floss/yaml-converter on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
94
+ | 🐙 [galtzo-floss/yaml-converter on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
95
+ | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
80
96
 
81
97
  </details>
82
98
 
@@ -95,7 +111,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
95
111
 
96
112
  - 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
97
113
  - 💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]
98
- - 💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and _supports_ open source maintainers
114
+ - 💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers
99
115
 
100
116
  Alternatively:
101
117
 
@@ -389,8 +405,8 @@ You can support the development of galtzo-floss tools via
389
405
  [Open Collective][🖇osc]
390
406
  and [Tidelift][🏙️entsup-tidelift].
391
407
 
392
- | 📍 NOTE |
393
- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
408
+ | 📍 NOTE |
409
+ |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
394
410
  | If doing a sponsorship in the form of donation is problematic for your company <br/> from an accounting standpoint, we'd recommend the use of Tidelift, <br/> where you can get a support-like subscription instead. |
395
411
 
396
412
  ### Open Collective for Individuals
@@ -400,9 +416,7 @@ Support us with a monthly donation and help us continue our activities. [[Become
400
416
  NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
401
417
 
402
418
  <!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
403
-
404
419
  No backers yet. Be the first!
405
-
406
420
  <!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
407
421
 
408
422
  ### Open Collective for Organizations
@@ -412,12 +426,10 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
412
426
  NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
413
427
 
414
428
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
415
-
416
429
  No sponsors yet. Be the first!
417
-
418
430
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
419
431
 
420
- [kettle-readme-backers]: https://github.com/galtzo-floss/yaml-converter/blob/main/exe/kettle-readme-backers
432
+ [kettle-readme-backers]: https://github.com/galtzo-floss/yaml-converter/blob/main/bin/kettle-readme-backers
421
433
 
422
434
  ### Another way to support open-source
423
435
 
@@ -429,7 +441,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
429
441
 
430
442
  **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
431
443
 
432
- [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
444
+ [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
433
445
 
434
446
  ## 🔐 Security
435
447
 
@@ -475,7 +487,7 @@ Made with [contributors-img][🖐contrib-rocks].
475
487
 
476
488
  Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/yaml-converter/-/graphs/main][🚎contributors-gl]
477
489
 
478
- <details>
490
+ <details markdown="1">
479
491
  <summary>⭐️ Star History</summary>
480
492
 
481
493
  <a href="https://star-history.com/galtzo-floss/yaml-converter&Date">
@@ -570,12 +582,8 @@ Thanks for RTFM. ☺️
570
582
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
571
583
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
572
584
  [🖇sponsor]: https://github.com/sponsors/pboling
573
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
574
- [🖇polar]: https://polar.sh/pboling
575
585
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
576
586
  [🖇kofi]: https://ko-fi.com/pboling
577
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
578
- [🖇patreon]: https://patreon.com/galtzo
579
587
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
580
588
  [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
581
589
  [🖇buyme]: https://www.buymeacoffee.com/pboling
@@ -588,6 +596,7 @@ Thanks for RTFM. ☺️
588
596
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
589
597
  [✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
590
598
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
599
+
591
600
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
592
601
  [⛳️gem-namespace]: https://github.com/galtzo-floss/yaml-converter
593
602
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Yaml::Converter-3C2D2D.svg?style=square&logo=ruby&logoColor=white
@@ -655,8 +664,10 @@ Thanks for RTFM. ☺️
655
664
  [🚎ruby-3.2-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/ruby-3.2.yml
656
665
  [🚎ruby-3.3-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/ruby-3.3.yml
657
666
  [🚎ruby-3.4-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/ruby-3.4.yml
667
+ [🚎jruby-10.0-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/jruby-10.0.yml
658
668
  [🚎truby-24.2-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/truffleruby-24.2.yml
659
669
  [🚎truby-25.0-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/truffleruby-25.0.yml
670
+ [🚎truby-33.0-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/truffleruby-33.0.yml
660
671
  [🚎2-cov-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/coverage.yml
661
672
  [🚎2-cov-wfi]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/coverage.yml/badge.svg
662
673
  [🚎3-hd-wf]: https://github.com/galtzo-floss/yaml-converter/actions/workflows/heads.yml
@@ -680,12 +691,14 @@ Thanks for RTFM. ☺️
680
691
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
681
692
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
682
693
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
683
- [💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
684
694
  [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
685
695
  [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
686
696
  [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
687
697
  [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
698
+ [💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
688
699
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
700
+ [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
701
+ [💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
689
702
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
690
703
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
691
704
  [🤝gh-issues]: https://github.com/galtzo-floss/yaml-converter/issues
@@ -714,7 +727,7 @@ Thanks for RTFM. ☺️
714
727
  [📌gitmoji]: https://gitmoji.dev
715
728
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
716
729
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
717
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.467-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
730
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.479-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
718
731
  [🔐security]: https://github.com/galtzo-floss/yaml-converter/blob/main/SECURITY.md
719
732
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
720
733
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -722,7 +735,8 @@ Thanks for RTFM. ☺️
722
735
  [📄license-ref]: MIT.md
723
736
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
724
737
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
725
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-✓-259D6C.svg?style=flat&logo=Apache
738
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
739
+
726
740
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
727
741
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
728
742
  [🚎yard-current]: http://rubydoc.info/gems/yaml-converter
@@ -736,14 +750,12 @@ Thanks for RTFM. ☺️
736
750
  [💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
737
751
 
738
752
  <!-- kettle-jem:metadata:start -->
739
-
740
- | Field | Value |
741
- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
742
- | Package | yaml-converter |
743
- | Description | 🥨 yaml-converter parses YAML files (with inline #note: annotations and validation markers) and emits polished Markdown, HTML, and PDF/DOCX (via pandoc) outputs including a validation status line, fenced YAML blocks, and extracted notes. |
744
- | Homepage | https://github.com/galtzo-floss/yaml-converter |
745
- | Source | https://github.com/galtzo-floss/yaml-converter/tree/v0.2.0 |
746
- | License | `MIT` |
747
- | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/yaml-converter, https://www.buymeacoffee.com/pboling |
748
-
753
+ | Field | Value |
754
+ |---|---|
755
+ | Package | yaml-converter |
756
+ | Description | 🥨 yaml-converter parses YAML files (with inline #note: annotations and validation markers) and emits polished Markdown, HTML, and PDF/DOCX (via pandoc) outputs including a validation status line, fenced YAML blocks, and extracted notes. |
757
+ | Homepage | https://github.com/galtzo-floss/yaml-converter |
758
+ | Source | https://github.com/galtzo-floss/yaml-converter |
759
+ | License | `MIT` |
760
+ | Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/yaml-converter, https://www.buymeacoffee.com/pboling |
749
761
  <!-- kettle-jem:metadata:end -->
data/SECURITY.md CHANGED
@@ -3,8 +3,8 @@
3
3
  ## Supported Versions
4
4
 
5
5
  | Version | Supported |
6
- | -------- | --------- |
7
- | 0.latest | ✅ |
6
+ |----------|-----------|
7
+ | 0.latest | ✅ |
8
8
 
9
9
  ## Security contact information
10
10
 
@@ -41,7 +41,7 @@ module Yaml
41
41
  sm = StateMachine.new(validation_status: @validation_status, max_line_length: @max_len, truncate: @truncate, margin_notes: @margin_notes, current_date: @options[:current_date])
42
42
  body = sm.apply(tokens)
43
43
  if @options[:emit_footer]
44
- body << "---- \n\nProduced by [yaml-converter](https://github.com/kettle-rb/yaml-converter)"
44
+ body << "---- \n\nProduced by [yaml-converter](https://github.com/kettle-dev/yaml-converter)"
45
45
  end
46
46
  body
47
47
  end
@@ -20,7 +20,15 @@ module Yaml
20
20
  # @return [String] Payload string for this token
21
21
  # @!attribute [rw] meta
22
22
  # @return [Hash,nil] Optional metadata bag (currently unused)
23
- Token = Struct.new(:type, :text, :meta, keyword_init: true)
23
+ Token = Class.new do
24
+ attr_accessor :type, :text, :meta
25
+
26
+ def initialize(type:, text:, meta: nil)
27
+ @type = type
28
+ @text = text
29
+ @meta = meta
30
+ end
31
+ end
24
32
 
25
33
  # Comment line prefix indicating a validation status line will be injected
26
34
  VALIDATION_PREFIX = "# YAML validation:"
@@ -54,19 +54,19 @@ module Yaml
54
54
  false
55
55
  end
56
56
 
57
- ContentBox = Struct.new(:page, :margin, :left, :right, :top, :bottom, :cursor, keyword_init: true) do
57
+ ContentBox = Class.new do
58
+ attr_accessor :page, :margin, :left, :right, :top, :bottom, :cursor
59
+
58
60
  def initialize(page:, margin:)
59
61
  width = page.box.width
60
62
  height = page.box.height
61
- super(
62
- page: page,
63
- margin: margin,
64
- left: margin[3],
65
- right: width - margin[1],
66
- top: height - margin[0],
67
- bottom: margin[2],
68
- cursor: height - margin[0]
69
- )
63
+ @page = page
64
+ @margin = margin
65
+ @left = margin[3]
66
+ @right = width - margin[1]
67
+ @top = height - margin[0]
68
+ @bottom = margin[2]
69
+ @cursor = height - margin[0]
70
70
  end
71
71
 
72
72
  def width
@@ -126,7 +126,7 @@ module Yaml
126
126
  def emit_footer
127
127
  write_line("---- ")
128
128
  write_line("")
129
- write_line("Produced by [yaml-converter](https://github.com/kettle-rb/yaml-converter)")
129
+ write_line("Produced by [yaml-converter](https://github.com/kettle-dev/yaml-converter)")
130
130
  end
131
131
 
132
132
  def write_line(s)
@@ -3,7 +3,7 @@
3
3
  module Yaml
4
4
  module Converter
5
5
  module Version
6
- VERSION = "0.2.0"
6
+ VERSION = "0.2.2"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
@@ -1,7 +1,5 @@
1
1
  module Yaml
2
2
  module Converter
3
- VERSION: String
4
-
5
3
  class Error < ::StandardError
6
4
  end
7
5
 
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.0
4
+ version: 0.2.2
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.9
103
+ version: 1.1.13
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.9
113
+ version: 1.1.13
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.0'
120
+ version: '2.2'
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: 2.0.8
123
+ version: 2.2.15
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.0'
130
+ version: '2.2'
131
131
  - - ">="
132
132
  - !ruby/object:Gem::Version
133
- version: 2.0.8
133
+ version: 2.2.15
134
134
  - !ruby/object:Gem::Dependency
135
135
  name: bundler-audit
136
136
  requirement: !ruby/object:Gem::Requirement
@@ -185,20 +185,20 @@ dependencies:
185
185
  requirements:
186
186
  - - "~>"
187
187
  - !ruby/object:Gem::Version
188
- version: '3.0'
188
+ version: '3.1'
189
189
  - - ">="
190
190
  - !ruby/object:Gem::Version
191
- version: 3.0.6
191
+ version: 3.1.2
192
192
  type: :development
193
193
  prerelease: false
194
194
  version_requirements: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - "~>"
197
197
  - !ruby/object:Gem::Version
198
- version: '3.0'
198
+ version: '3.1'
199
199
  - - ">="
200
200
  - !ruby/object:Gem::Version
201
- version: 3.0.6
201
+ version: 3.1.2
202
202
  - !ruby/object:Gem::Dependency
203
203
  name: kettle-test
204
204
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +208,7 @@ dependencies:
208
208
  version: '2.0'
209
209
  - - ">="
210
210
  - !ruby/object:Gem::Version
211
- version: 2.0.3
211
+ version: 2.0.6
212
212
  type: :development
213
213
  prerelease: false
214
214
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +218,7 @@ dependencies:
218
218
  version: '2.0'
219
219
  - - ">="
220
220
  - !ruby/object:Gem::Version
221
- version: 2.0.3
221
+ version: 2.0.6
222
222
  - !ruby/object:Gem::Dependency
223
223
  name: turbo_tests2
224
224
  requirement: !ruby/object:Gem::Requirement
@@ -228,7 +228,7 @@ dependencies:
228
228
  version: '3.1'
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: 3.1.1
231
+ version: 3.1.4
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -238,7 +238,7 @@ dependencies:
238
238
  version: '3.1'
239
239
  - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 3.1.1
241
+ version: 3.1.4
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: ruby-progressbar
244
244
  requirement: !ruby/object:Gem::Requirement
@@ -282,7 +282,7 @@ dependencies:
282
282
  version: '2.0'
283
283
  - - ">="
284
284
  - !ruby/object:Gem::Version
285
- version: 2.0.1
285
+ version: 2.0.3
286
286
  type: :development
287
287
  prerelease: false
288
288
  version_requirements: !ruby/object:Gem::Requirement
@@ -292,7 +292,7 @@ dependencies:
292
292
  version: '2.0'
293
293
  - - ">="
294
294
  - !ruby/object:Gem::Version
295
- version: 2.0.1
295
+ version: 2.0.3
296
296
  description: "\U0001F968 yaml-converter parses YAML files (with inline #note: annotations
297
297
  and validation markers) and emits polished Markdown, HTML, and PDF/DOCX (via pandoc)
298
298
  outputs including a validation status line, fenced YAML blocks, and extracted notes."
@@ -344,10 +344,10 @@ licenses:
344
344
  - MIT
345
345
  metadata:
346
346
  homepage_uri: https://yaml-converter.galtzo.com
347
- source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.0
348
- changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.0/CHANGELOG.md
347
+ source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.2
348
+ changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.2/CHANGELOG.md
349
349
  bug_tracker_uri: https://github.com/galtzo-floss/yaml-converter/issues
350
- documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.0
350
+ documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.2
351
351
  funding_uri: https://github.com/sponsors/pboling
352
352
  wiki_uri: https://github.com/galtzo-floss/yaml-converter/wiki
353
353
  news_uri: https://www.railsbling.com/tags/yaml-converter
metadata.gz.sig CHANGED
Binary file