yaml-converter 0.2.0 → 0.2.1
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 +15 -1
- data/CONTRIBUTING.md +2 -2
- data/FUNDING.md +11 -11
- data/LICENSE.md +1 -1
- data/README.md +37 -41
- data/SECURITY.md +2 -2
- data/lib/yaml/converter/parser.rb +9 -1
- data/lib/yaml/converter/renderer/pdf_hexapdf.rb +10 -10
- data/lib/yaml/converter/version.rb +1 -1
- data/sig/yaml/converter.rbs +0 -2
- data.tar.gz.sig +0 -0
- metadata +20 -20
- 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: 6ef1c728b9a15e4cb7662a492cdfc14d34369ec85a1fa6d103dc522fe64da83a
|
|
4
|
+
data.tar.gz: 67a5996c9bb029ee5936b9ef1942bbe6d33e41586c519bf622b6a28ddb0f97c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4dff2381867cd7e745f262ecf1f669048901454c71d3dd06f1a0a45dfae4011594667f213ee0619d2a11a3a196191f8fd433905908ea8112884620d5b154e21
|
|
7
|
+
data.tar.gz: d3bdc3cc8dafc656723ea37a4c5b6362d84d7c542a0af6fe743dcd4c22421849ef0847866b2c544c57f3879508961ee827ce365aba435b766c2fde18a0d17eb1
|
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
|
+
## [0.2.1] - 2026-06-15
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.2.1][0.2.1t]
|
|
36
|
+
- COVERAGE: 92.69% -- 444/479 lines in 10 files
|
|
37
|
+
- BRANCH COVERAGE: 68.42% -- 117/171 branches in 10 files
|
|
38
|
+
- 63.77% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Fixed generated OpenCollective funding links so README, FUNDING, and
|
|
43
|
+
generated docs point at `galtzo-floss` instead of an empty slug.
|
|
44
|
+
|
|
33
45
|
## [0.2.0] - 2026-06-03
|
|
34
46
|
|
|
35
47
|
- TAG: [v0.2.0][0.2.0t]
|
|
@@ -70,7 +82,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
70
82
|
|
|
71
83
|
### Security
|
|
72
84
|
|
|
73
|
-
[Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.
|
|
85
|
+
[Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.1...HEAD
|
|
86
|
+
[0.2.1]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.0...v0.2.1
|
|
87
|
+
[0.2.1t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.1
|
|
74
88
|
[0.2.0]: https://github.com/galtzo-floss/yaml-converter/compare/v0.1.0...v0.2.0
|
|
75
89
|
[0.2.0t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.0
|
|
76
90
|
[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
|
|
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
|
|
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
|
@@ -10,10 +10,10 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
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
|
|
14
|
-
[🖇osc-backers-i]: https://opencollective.com
|
|
15
|
-
[🖇osc-sponsors]: https://opencollective.com
|
|
16
|
-
[🖇osc-sponsors-i]: https://opencollective.com
|
|
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
19
|
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
@@ -59,13 +59,13 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
59
59
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
60
60
|
|
|
61
61
|
[⛳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
|
|
66
|
-
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors
|
|
67
|
-
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers
|
|
68
|
-
[🖇osc]: https://opencollective.com/
|
|
62
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/galtzo-floss
|
|
63
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss
|
|
64
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/galtzo-floss
|
|
65
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/galtzo-floss?style=for-the-badge
|
|
66
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss?style=for-the-badge
|
|
67
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/galtzo-floss?style=for-the-badge
|
|
68
|
+
[🖇osc]: https://opencollective.com/galtzo-floss
|
|
69
69
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
70
70
|
[🖇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
71
|
[🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -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
|
|
44
|
-
|
|
45
|
-
| Works with JRuby
|
|
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
|
|
48
|
-
| Works with MRI Ruby 3
|
|
49
|
-
| Support & Community
|
|
50
|
-
| Source
|
|
51
|
-
| Documentation
|
|
52
|
-
| Compliance
|
|
53
|
-
| Style
|
|
54
|
-
| Maintainer 🎖️
|
|
55
|
-
| `...` 💖
|
|
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] |
|
|
56
56
|
|
|
57
57
|
### Compatibility
|
|
58
58
|
|
|
@@ -62,21 +62,21 @@ 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!
|
|
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] ✨ |
|
|
68
68
|
|
|
69
69
|
### Federated DVCS
|
|
70
70
|
|
|
71
71
|
<details markdown="1">
|
|
72
72
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
73
73
|
|
|
74
|
-
| Federated [DVCS][💎d-in-dvcs] Repository
|
|
75
|
-
|
|
76
|
-
| 🧪 [galtzo-floss/yaml-converter on GitLab][📜src-gl]
|
|
77
|
-
| 🧊 [galtzo-floss/yaml-converter on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate])
|
|
78
|
-
| 🐙 [galtzo-floss/yaml-converter on GitHub][📜src-gh]
|
|
79
|
-
| 🎮️ [Discord Server][✉️discord-invite]
|
|
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] |
|
|
80
80
|
|
|
81
81
|
</details>
|
|
82
82
|
|
|
@@ -95,7 +95,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
95
95
|
|
|
96
96
|
- 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
|
|
97
97
|
- 💡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
|
|
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
|
|
99
99
|
|
|
100
100
|
Alternatively:
|
|
101
101
|
|
|
@@ -389,8 +389,8 @@ You can support the development of galtzo-floss tools via
|
|
|
389
389
|
[Open Collective][🖇osc]
|
|
390
390
|
and [Tidelift][🏙️entsup-tidelift].
|
|
391
391
|
|
|
392
|
-
| 📍 NOTE
|
|
393
|
-
|
|
392
|
+
| 📍 NOTE |
|
|
393
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
394
394
|
| 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
395
|
|
|
396
396
|
### Open Collective for Individuals
|
|
@@ -400,9 +400,7 @@ Support us with a monthly donation and help us continue our activities. [[Become
|
|
|
400
400
|
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
401
401
|
|
|
402
402
|
<!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
|
|
403
|
-
|
|
404
403
|
No backers yet. Be the first!
|
|
405
|
-
|
|
406
404
|
<!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
|
|
407
405
|
|
|
408
406
|
### Open Collective for Organizations
|
|
@@ -412,9 +410,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
|
|
|
412
410
|
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
413
411
|
|
|
414
412
|
<!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
|
|
415
|
-
|
|
416
413
|
No sponsors yet. Be the first!
|
|
417
|
-
|
|
418
414
|
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
419
415
|
|
|
420
416
|
[kettle-readme-backers]: https://github.com/galtzo-floss/yaml-converter/blob/main/exe/kettle-readme-backers
|
|
@@ -588,6 +584,7 @@ Thanks for RTFM. ☺️
|
|
|
588
584
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
589
585
|
[✉️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
586
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
587
|
+
|
|
591
588
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
592
589
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/yaml-converter
|
|
593
590
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Yaml::Converter-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
@@ -714,7 +711,7 @@ Thanks for RTFM. ☺️
|
|
|
714
711
|
[📌gitmoji]: https://gitmoji.dev
|
|
715
712
|
[📌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
713
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
717
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
714
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.479-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
718
715
|
[🔐security]: https://github.com/galtzo-floss/yaml-converter/blob/main/SECURITY.md
|
|
719
716
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
720
717
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -722,7 +719,8 @@ Thanks for RTFM. ☺️
|
|
|
722
719
|
[📄license-ref]: MIT.md
|
|
723
720
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
724
721
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
725
|
-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A
|
|
722
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
723
|
+
|
|
726
724
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
727
725
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
728
726
|
[🚎yard-current]: http://rubydoc.info/gems/yaml-converter
|
|
@@ -736,14 +734,12 @@ Thanks for RTFM. ☺️
|
|
|
736
734
|
[💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
|
|
737
735
|
|
|
738
736
|
<!-- kettle-jem:metadata:start -->
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
|
742
|
-
|
|
|
743
|
-
|
|
|
744
|
-
|
|
|
745
|
-
|
|
|
746
|
-
|
|
|
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
|
-
|
|
737
|
+
| Field | Value |
|
|
738
|
+
|---|---|
|
|
739
|
+
| Package | yaml-converter |
|
|
740
|
+
| 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. |
|
|
741
|
+
| Homepage | https://github.com/galtzo-floss/yaml-converter |
|
|
742
|
+
| Source | https://github.com/galtzo-floss/yaml-converter/tree/v0.2.0 |
|
|
743
|
+
| License | `MIT` |
|
|
744
|
+
| 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 |
|
|
749
745
|
<!-- kettle-jem:metadata:end -->
|
data/SECURITY.md
CHANGED
|
@@ -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 =
|
|
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 =
|
|
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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
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
|
data/sig/yaml/converter.rbs
CHANGED
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.1
|
|
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.12
|
|
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.
|
|
113
|
+
version: 1.1.12
|
|
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.
|
|
120
|
+
version: '2.2'
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: 2.
|
|
123
|
+
version: 2.2.9
|
|
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.
|
|
130
|
+
version: '2.2'
|
|
131
131
|
- - ">="
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 2.
|
|
133
|
+
version: 2.2.9
|
|
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.
|
|
188
|
+
version: '3.1'
|
|
189
189
|
- - ">="
|
|
190
190
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 3.
|
|
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.
|
|
198
|
+
version: '3.1'
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 3.
|
|
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.
|
|
211
|
+
version: 2.0.5
|
|
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.
|
|
221
|
+
version: 2.0.5
|
|
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.
|
|
231
|
+
version: 3.1.3
|
|
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.
|
|
241
|
+
version: 3.1.3
|
|
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.
|
|
285
|
+
version: 2.0.2
|
|
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.
|
|
295
|
+
version: 2.0.2
|
|
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.
|
|
348
|
-
changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.
|
|
347
|
+
source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.1
|
|
348
|
+
changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.1/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.
|
|
350
|
+
documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.1
|
|
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
|