yard-yaml 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d4e54a97a9c1abdab4ed63a5c9297af73de0eb41cac1014edfc0dc430b1b082
4
- data.tar.gz: a55b1fe7d830a330c959c7c98448c2dcc7506d9fe9a0f749ab6e9942b73cc718
3
+ metadata.gz: 5e3a4676717db6dd89e4e2f380cdfe97fd017c3699051e725a55dbc981addfb4
4
+ data.tar.gz: 6076a3ed761f15f0a13a1d56380481977811471e2acae7814fe51187c4db07c4
5
5
  SHA512:
6
- metadata.gz: ae65550df1352e6060e8a30901556e2d96b3f2f148a429e2672b5c637e4bf9c7e5976c9c118753d8edbcf121bb233240063d7927250511b9bf8db1ad44c89097
7
- data.tar.gz: 1e66e186c47b666863a2ce2b573cfc1401be78e1aa0477390266376cc2cf68f78025ac46c29ea757c43e4cdbce611e487683a8d8863f6b97cc36453ae2b14f6e
6
+ metadata.gz: 9aee9cdada0e82cd5a069afed0a25f8dbb4f012977a055a3f873df3abc875cd668f161c3f9a6ac656924c5c02b361af84abf4046c2b03a1e85caac867eb934e2
7
+ data.tar.gz: d581f98c1b41718780783cf917fd2d8e00e9e7257cd54129fabb6bc36537efdeab1a8d1dbbed586948f7eddf77e223c85dded681f2879f6669f865fe9f66d247
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,107 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.2.5] - 2026-08-09
34
+
35
+ - TAG: [v0.2.5][0.2.5t]
36
+ - COVERAGE: 95.13% -- 527/554 lines in 13 files
37
+ - BRANCH COVERAGE: 83.25% -- 164/197 branches in 13 files
38
+ - 79.73% documented
39
+
40
+ ### Changed
41
+
42
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
43
+ use ClickGems instead of BestGems.
44
+
45
+ ### Fixed
46
+
47
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
48
+ managed configuration block bindings structurally, preventing mixed block
49
+ parameter names from producing invalid configuration after a merge.
50
+ - kettle-jem-template-20260801-003 - Generated project metadata and
51
+ documentation now normalize configured underscore hostnames to valid
52
+ hyphenated hostnames.
53
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
54
+ use GitHub's stable organization avatar endpoint instead of assuming a
55
+ matching Galtzo-hosted asset exists.
56
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
57
+ preserving comments and trailing commas during template updates.
58
+
59
+ - Load the version namespace from the public yard/yaml entrypoint
60
+
61
+ ## [0.2.4] - 2026-07-31
62
+
63
+ - TAG: [v0.2.4][0.2.4t]
64
+ - COVERAGE: 94.36% -- 519/550 lines in 13 files
65
+ - BRANCH COVERAGE: 83.25% -- 164/197 branches in 13 files
66
+ - 79.73% documented
67
+
68
+ ### Added
69
+
70
+ - Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
71
+
72
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
73
+ configuration and documentation dependencies so documentation issues fail
74
+ before generated docs are refreshed.
75
+
76
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
77
+ RSpec helpers provided by `kettle-test`.
78
+
79
+ ### Changed
80
+
81
+ - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
82
+ repository-only files by default to reduce downstream distro packaging churn.
83
+ - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
84
+ released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
85
+ - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
86
+ config now uses the installed `smorg-rb` Ruby driver name.
87
+ - kettle-jem-template-20260720-005 - Generated README Support & Community rows
88
+ now include a RubyForum help badge.
89
+ - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
90
+ files now run when pull request head branches start with `feature/release`,
91
+ so release CI monitoring does not report intentionally skipped engine
92
+ workflows as failures.
93
+
94
+ - kettle-jem-template-20260725-002 - Generated gemspec templates now include
95
+ `anonymous_loader` as a development dependency, and version specs use it to
96
+ execute generated `version.rb` files for coverage without redefining package
97
+ constants. Managed version specs are removed when `version_gem` is disabled
98
+ or incompatible with the project's runtime Ruby floor.
99
+
100
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
101
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
102
+ installing the main Gemfile bundle.
103
+
104
+ ### Fixed
105
+
106
+ - kettle-jem-template-20260726-002 - Generated version files now document their
107
+ version namespace and constants, reducing warning-only YARD lint output.
108
+
109
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
110
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
111
+ coverage thresholds still pass.
112
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
113
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
114
+ installs are not reported as project lint debt.
115
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
116
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
117
+ before the test suite starts.
118
+
119
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
120
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
121
+ lockfile parser failures on Git and path dependencies.
122
+
123
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
124
+ missing canonical version spec when a project only has shim namespace version
125
+ specs.
126
+
127
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
128
+ relative to the gemspec directory, so packaged template assets are included
129
+ even when the gemspec is loaded from another working directory.
130
+
131
+ - RDoc framework appraisals no longer install current-Ruby documentation tools,
132
+ keeping their dependency set scoped to the RDoc compatibility axis.
133
+
33
134
  ## [0.2.3] - 2026-07-02
34
135
 
35
136
  - TAG: [v0.2.3][0.2.3t]
@@ -129,7 +230,7 @@ Please file a bug if you notice a violation of semantic versioning.
129
230
 
130
231
  ### Added
131
232
 
132
- - `documentation_local.gemfile` support for sibling-workspace documentation development under `KETTLE_RB_DEV`
233
+ - `documentation_local.gemfile` support for sibling-workspace documentation development under `KETTLE_DEV_DEV`
133
234
  - Added generated CI coverage for `rdoc` `~> 6.11` and `>= 7.0`.
134
235
 
135
236
  ### Changed
@@ -153,7 +254,11 @@ Please file a bug if you notice a violation of semantic versioning.
153
254
 
154
255
  ### Security
155
256
 
156
- [Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.3...HEAD
257
+ [Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.5...HEAD
258
+ [0.2.5]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.4...v0.2.5
259
+ [0.2.5t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.5
260
+ [0.2.4]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.3...v0.2.4
261
+ [0.2.4t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.4
157
262
  [0.2.3]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.2...v0.2.3
158
263
  [0.2.3t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.3
159
264
  [0.2.2]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.1...v0.2.2
data/LICENSE.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This project is made available under the following license.
4
4
  Choose the option that best fits your use case:
5
5
 
6
- - [MIT](MIT.md)
6
+ - [MIT](https://github.com/galtzo-floss/yard-yaml/blob/main/MIT.md)
7
7
 
8
8
  ## Copyright Notice
9
9
 
data/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  # 🦗 Yard::Yaml
4
4
 
5
- [![Version][👽versioni]][👽version] [![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
- `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
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
 
9
9
  ---
10
10
 
@@ -40,8 +40,8 @@ with `title: my-gem` becomes a converted page like `docs/yaml/my-gem.html`.
40
40
  | 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]|
41
41
  | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
42
42
  | 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]|
43
- | 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] |
44
- | 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] |
43
+ | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![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] |
44
+ | 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] |
45
45
  | 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] |
46
46
  | 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] |
47
47
  | 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] |
@@ -63,16 +63,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
63
63
  <details markdown="1">
64
64
  <summary>How kettle-dev manages complexity in tests</summary>
65
65
 
66
- | Gem | Source | Role | Daily download rank |
66
+ | Gem | Source | Role | Total downloads |
67
67
  |-----|--------|------|---------------------|
68
- | [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) |
69
- | [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) |
70
- | [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) |
71
- | [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) |
72
- | [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) |
73
- | [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) |
74
- | [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) |
75
- | [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) |
68
+ | [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) |
69
+ | [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) |
70
+ | [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) |
71
+ | [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) |
72
+ | [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) |
73
+ | [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) |
74
+ | [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) |
75
+ | [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) |
76
76
 
77
77
  </details>
78
78
 
@@ -81,17 +81,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
81
81
  <details markdown="1">
82
82
  <summary>Find this repo on federated forges (Coming soon!)</summary>
83
83
 
84
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
85
- |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
86
- | 🧪 [galtzo-floss/yard-yaml on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
87
- | 🧊 [galtzo-floss/yard-yaml on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
88
- | 🐙 [galtzo-floss/yard-yaml on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
89
- | 🎮️ [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] |
84
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
85
+ |-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
86
+ | 🧪 [galtzo-floss/yard-yaml on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
87
+ | 🧊 [galtzo-floss/yard-yaml on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
88
+ | 🐙 [galtzo-floss/yard-yaml on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
90
89
 
91
90
  </details>
92
91
 
93
- [gh-discussions]: https://github.com/galtzo-floss/yard-yaml/discussions
94
-
95
92
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/yard-yaml)](https://tidelift.com/subscription/pkg/rubygems-yard-yaml?utm_source=rubygems-yard-yaml&utm_medium=referral&utm_campaign=readme)
96
93
 
97
94
  Available as part of the Tidelift Subscription.
@@ -109,6 +106,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
109
106
 
110
107
  Alternatively:
111
108
 
109
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
112
110
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
113
111
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
114
112
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -352,7 +350,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
352
350
  ## 📄 License
353
351
 
354
352
  The gem is available as open source under the terms of
355
- the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
353
+ the [MIT](https://github.com/galtzo-floss/yard-yaml/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
356
354
 
357
355
  ### © Copyright
358
356
 
@@ -375,11 +373,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
375
373
  so if you value the work I am doing, I need your support.
376
374
  Please consider sponsoring me or the project.
377
375
 
378
- To join the community or get help 👇️ Join the Discord.
376
+ To join the community or get help, use the RubyForum or Discord.
379
377
 
378
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
380
379
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
381
380
 
382
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
381
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
383
382
 
384
383
  [![Sponsor galtzo-floss/yard-yaml on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
385
384
 
@@ -420,11 +419,14 @@ Thanks for RTFM. ☺️
420
419
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
421
420
  [✉️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
422
421
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
422
+ [✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
423
+ [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
424
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
423
425
 
424
426
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
425
427
  [⛳️gem-namespace]: https://github.com/galtzo-floss/yard-yaml
426
428
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Yard::Yaml-3C2D2D.svg?style=square&logo=ruby&logoColor=white
427
- [⛳️gem-name]: https://bestgems.org/gems/yard-yaml
429
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yard-yaml
428
430
  [⛳️name-img]: https://img.shields.io/badge/name-yard--yaml-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
429
431
  [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yard-yaml.svg
430
432
  [⛳️tag]: https://github.com/galtzo-floss/yard-yaml/releases
@@ -465,7 +467,7 @@ Thanks for RTFM. ☺️
465
467
  [📜src-gl]: https://gitlab.com/galtzo-floss/yard-yaml
466
468
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
467
469
  [📜src-cb]: https://codeberg.org/galtzo-floss/yard-yaml
468
- [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
470
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
469
471
  [📜src-gh]: https://github.com/galtzo-floss/yard-yaml
470
472
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
471
473
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
@@ -473,9 +475,9 @@ Thanks for RTFM. ☺️
473
475
  [📜gh-wiki]: https://github.com/galtzo-floss/yard-yaml/wiki
474
476
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
475
477
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
476
- [👽dl-rank]: https://bestgems.org/gems/yard-yaml
477
- [👽dl-ranki]: https://img.shields.io/gem/rd/yard-yaml.svg
478
- [👽version]: https://bestgems.org/gems/yard-yaml
478
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/yard-yaml
479
+ [👽dl-ranki]: https://img.shields.io/gem/dt/yard-yaml.svg
480
+ [👽version]: https://clickgems.clickhouse.com/dashboard/yard-yaml
479
481
  [👽versioni]: https://img.shields.io/gem/v/yard-yaml.svg
480
482
  [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yard-yaml
481
483
  [🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/yard-yaml/maintainability.svg
@@ -551,12 +553,12 @@ Thanks for RTFM. ☺️
551
553
  [📌gitmoji]: https://gitmoji.dev
552
554
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
553
555
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
554
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.550-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
556
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.554-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
555
557
  [🔐security]: https://github.com/galtzo-floss/yard-yaml/blob/main/SECURITY.md
556
558
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
557
559
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
558
560
  [📄license]: LICENSE.md
559
- [📄license-ref]: MIT.md
561
+ [📄license-ref]: https://github.com/galtzo-floss/yard-yaml/blob/main/MIT.md
560
562
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
561
563
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
562
564
  [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
@@ -42,8 +42,6 @@ module Yard
42
42
  parts.join("\n")
43
43
  end
44
44
 
45
- # --- internal helpers ---
46
-
47
45
  def fetch_tags(object, name)
48
46
  object.tags(name) || []
49
47
  rescue
@@ -2,9 +2,12 @@
2
2
 
3
3
  module Yard
4
4
  module Yaml
5
+ # Version namespace for this gem.
5
6
  module Version
6
- VERSION = "0.2.3"
7
+ # Current gem version.
8
+ VERSION = "0.2.5"
7
9
  end
10
+ # Current gem version exposed at the traditional constant location.
8
11
  VERSION = Version::VERSION # Traditional Constant Location
9
12
  end
10
13
  end
data/lib/yard/yaml.rb CHANGED
@@ -1,11 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "version_gem"
4
- require_relative "yaml/version"
5
-
6
- Yard::Yaml::Version.class_eval do
7
- extend VersionGem::Basic
8
- end
9
3
  require_relative "yaml/config"
10
4
  require_relative "yaml/cli"
11
5
  require_relative "yaml/plugin"
@@ -16,6 +10,8 @@ require_relative "yaml/template_helpers"
16
10
  require_relative "yaml/tag_renderer"
17
11
  require_relative "yaml/tags"
18
12
  require_relative "yaml/templates"
13
+ require "version_gem"
14
+ require_relative "yaml/version"
19
15
 
20
16
  module Yard
21
17
  module Yaml
@@ -138,3 +134,7 @@ module Yard
138
134
  end
139
135
  end
140
136
  end
137
+
138
+ Yard::Yaml::Version.class_eval do
139
+ extend VersionGem::Basic
140
+ end
data/lib/yard-yaml.rb CHANGED
@@ -4,6 +4,12 @@
4
4
  # YARD tries requiring several patterns; providing `yard-yaml` ensures
5
5
  # it can be loaded regardless of whether YARD attempts `yard-yaml` or `yard/yaml`.
6
6
  require_relative "yard/yaml"
7
+ require "version_gem"
8
+ require_relative "yard/yaml/version"
7
9
 
8
10
  Yard::Yaml::Plugin.activate(ARGV)
9
11
  Yard::Yaml::Plugin.install_at_exit(ARGV)
12
+
13
+ Yard::Yaml::Version.class_eval do
14
+ extend VersionGem::Basic
15
+ end
data/sig/yard/yaml.rbs CHANGED
@@ -72,5 +72,10 @@ module Yard
72
72
 
73
73
  class Error < ::StandardError
74
74
  end
75
+
76
+ module Version
77
+ VERSION: String
78
+ end
79
+ VERSION: String
75
80
  end
76
81
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-yaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Annibelle Boling
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: '1.1'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 1.1.13
50
+ version: 1.1.15
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,7 +57,7 @@ dependencies:
57
57
  version: '1.1'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 1.1.13
60
+ version: 1.1.15
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: yaml-converter
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -78,20 +78,20 @@ dependencies:
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '2.3'
81
+ version: '2.5'
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: 2.3.0
84
+ version: 2.5.17
85
85
  type: :development
86
86
  prerelease: false
87
87
  version_requirements: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - "~>"
90
90
  - !ruby/object:Gem::Version
91
- version: '2.3'
91
+ version: '2.5'
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: 2.3.0
94
+ version: 2.5.17
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: bundler-audit
97
97
  requirement: !ruby/object:Gem::Requirement
@@ -140,26 +140,46 @@ dependencies:
140
140
  - - ">="
141
141
  - !ruby/object:Gem::Version
142
142
  version: 1.0.4
143
+ - !ruby/object:Gem::Dependency
144
+ name: anonymous_loader
145
+ requirement: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - "~>"
148
+ - !ruby/object:Gem::Version
149
+ version: '0.1'
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: 0.1.3
153
+ type: :development
154
+ prerelease: false
155
+ version_requirements: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '0.1'
160
+ - - ">="
161
+ - !ruby/object:Gem::Version
162
+ version: 0.1.3
143
163
  - !ruby/object:Gem::Dependency
144
164
  name: appraisal2
145
165
  requirement: !ruby/object:Gem::Requirement
146
166
  requirements:
147
167
  - - "~>"
148
168
  - !ruby/object:Gem::Version
149
- version: '3.1'
169
+ version: '3.2'
150
170
  - - ">="
151
171
  - !ruby/object:Gem::Version
152
- version: 3.1.4
172
+ version: 3.2.0
153
173
  type: :development
154
174
  prerelease: false
155
175
  version_requirements: !ruby/object:Gem::Requirement
156
176
  requirements:
157
177
  - - "~>"
158
178
  - !ruby/object:Gem::Version
159
- version: '3.1'
179
+ version: '3.2'
160
180
  - - ">="
161
181
  - !ruby/object:Gem::Version
162
- version: 3.1.4
182
+ version: 3.2.0
163
183
  - !ruby/object:Gem::Dependency
164
184
  name: kettle-test
165
185
  requirement: !ruby/object:Gem::Requirement
@@ -169,7 +189,7 @@ dependencies:
169
189
  version: '2.0'
170
190
  - - ">="
171
191
  - !ruby/object:Gem::Version
172
- version: 2.0.9
192
+ version: 2.0.19
173
193
  type: :development
174
194
  prerelease: false
175
195
  version_requirements: !ruby/object:Gem::Requirement
@@ -179,27 +199,27 @@ dependencies:
179
199
  version: '2.0'
180
200
  - - ">="
181
201
  - !ruby/object:Gem::Version
182
- version: 2.0.9
202
+ version: 2.0.19
183
203
  - !ruby/object:Gem::Dependency
184
204
  name: turbo_tests2
185
205
  requirement: !ruby/object:Gem::Requirement
186
206
  requirements:
187
207
  - - "~>"
188
208
  - !ruby/object:Gem::Version
189
- version: '3.1'
209
+ version: '3.2'
190
210
  - - ">="
191
211
  - !ruby/object:Gem::Version
192
- version: 3.1.6
212
+ version: 3.2.4
193
213
  type: :development
194
214
  prerelease: false
195
215
  version_requirements: !ruby/object:Gem::Requirement
196
216
  requirements:
197
217
  - - "~>"
198
218
  - !ruby/object:Gem::Version
199
- version: '3.1'
219
+ version: '3.2'
200
220
  - - ">="
201
221
  - !ruby/object:Gem::Version
202
- version: 3.1.6
222
+ version: 3.2.4
203
223
  - !ruby/object:Gem::Dependency
204
224
  name: ruby-progressbar
205
225
  requirement: !ruby/object:Gem::Requirement
@@ -223,7 +243,7 @@ dependencies:
223
243
  version: '1.0'
224
244
  - - ">="
225
245
  - !ruby/object:Gem::Version
226
- version: 1.0.4
246
+ version: 1.0.8
227
247
  type: :development
228
248
  prerelease: false
229
249
  version_requirements: !ruby/object:Gem::Requirement
@@ -233,7 +253,7 @@ dependencies:
233
253
  version: '1.0'
234
254
  - - ">="
235
255
  - !ruby/object:Gem::Version
236
- version: 1.0.4
256
+ version: 1.0.8
237
257
  - !ruby/object:Gem::Dependency
238
258
  name: gitmoji-regex
239
259
  requirement: !ruby/object:Gem::Requirement
@@ -243,7 +263,7 @@ dependencies:
243
263
  version: '2.0'
244
264
  - - ">="
245
265
  - !ruby/object:Gem::Version
246
- version: 2.0.4
266
+ version: 2.0.11
247
267
  type: :development
248
268
  prerelease: false
249
269
  version_requirements: !ruby/object:Gem::Requirement
@@ -253,34 +273,17 @@ dependencies:
253
273
  version: '2.0'
254
274
  - - ">="
255
275
  - !ruby/object:Gem::Version
256
- version: 2.0.4
276
+ version: 2.0.11
257
277
  description: "\U0001F997 A YARD plugin for YAML documents"
258
278
  email:
259
279
  - floss@galtzo.com
260
280
  executables: []
261
281
  extensions: []
262
- extra_rdoc_files:
263
- - CHANGELOG.md
264
- - CITATION.cff
265
- - CODE_OF_CONDUCT.md
266
- - CONTRIBUTING.md
267
- - FUNDING.md
268
- - LICENSE.md
269
- - README.md
270
- - RUBOCOP.md
271
- - SECURITY.md
282
+ extra_rdoc_files: []
272
283
  files:
273
284
  - CHANGELOG.md
274
- - CITATION.cff
275
- - CODE_OF_CONDUCT.md
276
- - CONTRIBUTING.md
277
- - FUNDING.md
278
285
  - LICENSE.md
279
- - MIT.md
280
286
  - README.md
281
- - RUBOCOP.md
282
- - SECURITY.md
283
- - certs/pboling.pem
284
287
  - lib/yard-yaml.rb
285
288
  - lib/yard/yaml.rb
286
289
  - lib/yard/yaml/cli.rb
@@ -295,20 +298,20 @@ files:
295
298
  - lib/yard/yaml/templates.rb
296
299
  - lib/yard/yaml/version.rb
297
300
  - sig/yard/yaml.rbs
298
- - sig/yard/yaml/version.rbs
299
301
  homepage: https://github.com/galtzo-floss/yard-yaml
300
302
  licenses:
301
303
  - MIT
302
304
  metadata:
303
305
  homepage_uri: https://yard-yaml.galtzo.com
304
- source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.2.3
305
- changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.3/CHANGELOG.md
306
+ source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.2.5
307
+ changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.5/CHANGELOG.md
306
308
  bug_tracker_uri: https://github.com/galtzo-floss/yard-yaml/issues
307
- documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.2.3
309
+ documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.2.5
308
310
  funding_uri: https://github.com/sponsors/pboling
309
311
  wiki_uri: https://github.com/galtzo-floss/yard-yaml/wiki
310
312
  news_uri: https://www.railsbling.com/tags/yard-yaml
311
313
  discord_uri: https://discord.gg/3qme4XHNKN
314
+ mailing_list_uri: https://www.rubyforum.org/tag/galtzo-floss
312
315
  rubygems_mfa_required: 'true'
313
316
  rdoc_options:
314
317
  - "--title"
@@ -333,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
333
336
  - !ruby/object:Gem::Version
334
337
  version: '0'
335
338
  requirements: []
336
- rubygems_version: 4.0.10
339
+ rubygems_version: 4.0.17
337
340
  specification_version: 4
338
341
  summary: "\U0001F997 A YARD plugin for YAML documents"
339
342
  test_files: []
metadata.gz.sig CHANGED
Binary file