yard-yaml 0.2.4 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +51 -23
- data/README.md +20 -32
- data/lib/yard/yaml/version.rb +1 -1
- data/lib/yard/yaml.rb +6 -6
- data/lib/yard-yaml.rb +6 -0
- data.tar.gz.sig +2 -2
- 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: 32aa4a7bb8ddfe9fd3853b868164eaa118d4f0a8950b61a9ce9b88955fe4f5b2
|
|
4
|
+
data.tar.gz: d229c29de6cafe88d45de41f5af09d9c579dc1411b380ddd81f18ebeba6e80a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18d6f6f443b8d1d6027196d9ca6bfe0ea5f382899d2207f7bfa8663dc5bbc27dbef1881da2dda7e265c9e5fb46f255583506bfc4d6604f131ad880d77873be6b
|
|
7
|
+
data.tar.gz: dbf5682e52007139dfc24021b2cdee47fd7606693d84750e23e4d8e30d4de8ca46eafbf868a7a51ae99f80fe8f6a60aedf82e22f83bd5243de30436746938b11
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,52 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.2.6] - 2026-09-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.2.6][0.2.6t]
|
|
36
|
+
- COVERAGE: 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
|
+
- [kc] kettle-jem/prepare: updated 8 project files:
|
|
43
|
+
- dependencies (8)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 5 project files:
|
|
46
|
+
- code and tests (1)
|
|
47
|
+
- dependencies (2)
|
|
48
|
+
- other (1)
|
|
49
|
+
- workflows (1)
|
|
50
|
+
|
|
51
|
+
## [0.2.5] - 2026-08-09
|
|
52
|
+
|
|
53
|
+
- TAG: [v0.2.5][0.2.5t]
|
|
54
|
+
- COVERAGE: 95.13% -- 527/554 lines in 13 files
|
|
55
|
+
- BRANCH COVERAGE: 83.25% -- 164/197 branches in 13 files
|
|
56
|
+
- 79.73% documented
|
|
57
|
+
|
|
58
|
+
### Changed
|
|
59
|
+
|
|
60
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
61
|
+
use ClickGems instead of BestGems.
|
|
62
|
+
|
|
63
|
+
### Fixed
|
|
64
|
+
|
|
65
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
66
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
67
|
+
parameter names from producing invalid configuration after a merge.
|
|
68
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
69
|
+
documentation now normalize configured underscore hostnames to valid
|
|
70
|
+
hyphenated hostnames.
|
|
71
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
72
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
73
|
+
matching Galtzo-hosted asset exists.
|
|
74
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
75
|
+
preserving comments and trailing commas during template updates.
|
|
76
|
+
|
|
77
|
+
- Load the version namespace from the public yard/yaml entrypoint
|
|
78
|
+
|
|
33
79
|
## [0.2.4] - 2026-07-31
|
|
34
80
|
|
|
35
81
|
- TAG: [v0.2.4][0.2.4t]
|
|
@@ -48,24 +94,14 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
48
94
|
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
49
95
|
RSpec helpers provided by `kettle-test`.
|
|
50
96
|
|
|
51
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
52
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
53
|
-
tagged RubyForum community alongside Discord.
|
|
54
|
-
|
|
55
97
|
### Changed
|
|
56
98
|
|
|
57
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
58
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
59
99
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
60
100
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
61
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
62
|
-
template-managed corporate sponsor logos from project or family config.
|
|
63
101
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
64
102
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
65
103
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
66
104
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
67
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
68
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
69
105
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
70
106
|
now include a RubyForum help badge.
|
|
71
107
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -106,18 +142,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
106
142
|
missing canonical version spec when a project only has shim namespace version
|
|
107
143
|
specs.
|
|
108
144
|
|
|
109
|
-
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
110
|
-
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
111
|
-
failures against `gem.coop`.
|
|
112
|
-
|
|
113
|
-
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
114
|
-
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
115
|
-
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
116
|
-
cover both `version.rb` and `version_gem.rb`.
|
|
117
|
-
|
|
118
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
119
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
120
|
-
specs without adding `version_gem`.
|
|
121
145
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
122
146
|
relative to the gemspec directory, so packaged template assets are included
|
|
123
147
|
even when the gemspec is loaded from another working directory.
|
|
@@ -248,7 +272,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
248
272
|
|
|
249
273
|
### Security
|
|
250
274
|
|
|
251
|
-
[Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.
|
|
275
|
+
[Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.6...HEAD
|
|
276
|
+
[0.2.6]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.5...v0.2.6
|
|
277
|
+
[0.2.6t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.6
|
|
278
|
+
[0.2.5]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.4...v0.2.5
|
|
279
|
+
[0.2.5t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.5
|
|
252
280
|
[0.2.4]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.3...v0.2.4
|
|
253
281
|
[0.2.4t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.4
|
|
254
282
|
[0.2.3]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.2...v0.2.3
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# 🦗 Yard::Yaml
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
6
|
|
|
7
7
|
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
@@ -50,7 +50,7 @@ with `title: my-gem` becomes a converted page like `docs/yaml/my-gem.html`.
|
|
|
50
50
|
|
|
51
51
|
### Compatibility
|
|
52
52
|
|
|
53
|
-
Compatible with MRI Ruby 3.2.0+,
|
|
53
|
+
Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
|
|
54
54
|
CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
|
|
55
55
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
56
56
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -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 |
|
|
66
|
+
| Gem | Source | Role | Total downloads |
|
|
67
67
|
|-----|--------|------|---------------------|
|
|
68
|
-
| [appraisal2](https://
|
|
69
|
-
| [appraisal2-rubocop](https://
|
|
70
|
-
| [kettle-dev](https://
|
|
71
|
-
| [kettle-jem](https://
|
|
72
|
-
| [kettle-soup-cover](https://
|
|
73
|
-
| [kettle-test](https://
|
|
74
|
-
| [rubocop-lts](https://
|
|
75
|
-
| [turbo_tests2](https://
|
|
68
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
69
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
70
|
+
| [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
|
|
71
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
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 | [](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 | [](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 | [](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 | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
76
76
|
|
|
77
77
|
</details>
|
|
78
78
|
|
|
@@ -89,7 +89,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
89
89
|
|
|
90
90
|
</details>
|
|
91
91
|
|
|
92
|
-
### Enterprise Support
|
|
92
|
+
### Enterprise Support
|
|
93
|
+
|
|
94
|
+
[](https://tidelift.com/subscription/pkg/rubygems-yard-yaml?utm_source=rubygems-yard-yaml&utm_medium=referral&utm_campaign=readme)
|
|
93
95
|
|
|
94
96
|
Available as part of the Tidelift Subscription.
|
|
95
97
|
|
|
@@ -271,8 +273,7 @@ See [SECURITY.md][🔐security].
|
|
|
271
273
|
## 🤝 Contributing
|
|
272
274
|
|
|
273
275
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
274
|
-
|
|
275
|
-
or use the gem and think about how it could be better.
|
|
276
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
276
277
|
|
|
277
278
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
278
279
|
|
|
@@ -308,19 +309,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
308
309
|
|
|
309
310
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/yard-yaml/-/graphs/main][🚎contributors-gl]
|
|
310
311
|
|
|
311
|
-
<details markdown="1">
|
|
312
|
-
<summary>⭐️ Star History</summary>
|
|
313
|
-
|
|
314
|
-
<a href="https://star-history.com/galtzo-floss/yard-yaml&Date">
|
|
315
|
-
<picture>
|
|
316
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yard-yaml&type=Date&theme=dark" />
|
|
317
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yard-yaml&type=Date" />
|
|
318
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/yard-yaml&type=Date" />
|
|
319
|
-
</picture>
|
|
320
|
-
</a>
|
|
321
|
-
|
|
322
|
-
</details>
|
|
323
|
-
|
|
324
312
|
## 📌 Versioning
|
|
325
313
|
|
|
326
314
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -426,7 +414,7 @@ Thanks for RTFM. ☺️
|
|
|
426
414
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
427
415
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/yard-yaml
|
|
428
416
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Yard::Yaml-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
429
|
-
[⛳️gem-name]: https://
|
|
417
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yard-yaml
|
|
430
418
|
[⛳️name-img]: https://img.shields.io/badge/name-yard--yaml-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
431
419
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yard-yaml.svg
|
|
432
420
|
[⛳️tag]: https://github.com/galtzo-floss/yard-yaml/releases
|
|
@@ -475,9 +463,9 @@ Thanks for RTFM. ☺️
|
|
|
475
463
|
[📜gh-wiki]: https://github.com/galtzo-floss/yard-yaml/wiki
|
|
476
464
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
477
465
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
478
|
-
[👽dl-rank]: https://
|
|
479
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
480
|
-
[👽version]: https://
|
|
466
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/yard-yaml
|
|
467
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/yard-yaml.svg
|
|
468
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/yard-yaml
|
|
481
469
|
[👽versioni]: https://img.shields.io/gem/v/yard-yaml.svg
|
|
482
470
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yard-yaml
|
|
483
471
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/yard-yaml/maintainability.svg
|
|
@@ -553,7 +541,7 @@ Thanks for RTFM. ☺️
|
|
|
553
541
|
[📌gitmoji]: https://gitmoji.dev
|
|
554
542
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
555
543
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
556
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
544
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.554-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
557
545
|
[🔐security]: https://github.com/galtzo-floss/yard-yaml/blob/main/SECURITY.md
|
|
558
546
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
559
547
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
data/lib/yard/yaml/version.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Yard
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "0.2.
|
|
8
|
+
VERSION = "0.2.6"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
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.tar.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
�L��Ϩ��]�ϩK���#�}�����r/+��a/ ���wG�X�f��=|��e�
|
|
2
|
+
GC�?�K�����k�i�r6,��z�U�-���>����,�x�
|
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.
|
|
4
|
+
version: 0.2.6
|
|
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.
|
|
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.
|
|
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: '
|
|
81
|
+
version: '3.1'
|
|
82
82
|
- - ">="
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version:
|
|
84
|
+
version: 3.1.0
|
|
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: '
|
|
91
|
+
version: '3.1'
|
|
92
92
|
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version:
|
|
94
|
+
version: 3.1.0
|
|
95
95
|
- !ruby/object:Gem::Dependency
|
|
96
96
|
name: bundler-audit
|
|
97
97
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -169,7 +169,7 @@ dependencies:
|
|
|
169
169
|
version: '3.2'
|
|
170
170
|
- - ">="
|
|
171
171
|
- !ruby/object:Gem::Version
|
|
172
|
-
version: 3.2.
|
|
172
|
+
version: 3.2.3
|
|
173
173
|
type: :development
|
|
174
174
|
prerelease: false
|
|
175
175
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -179,7 +179,7 @@ dependencies:
|
|
|
179
179
|
version: '3.2'
|
|
180
180
|
- - ">="
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
|
-
version: 3.2.
|
|
182
|
+
version: 3.2.3
|
|
183
183
|
- !ruby/object:Gem::Dependency
|
|
184
184
|
name: kettle-test
|
|
185
185
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -189,7 +189,7 @@ dependencies:
|
|
|
189
189
|
version: '2.0'
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
|
-
version: 2.0.
|
|
192
|
+
version: 2.0.21
|
|
193
193
|
type: :development
|
|
194
194
|
prerelease: false
|
|
195
195
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -199,7 +199,7 @@ dependencies:
|
|
|
199
199
|
version: '2.0'
|
|
200
200
|
- - ">="
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
|
-
version: 2.0.
|
|
202
|
+
version: 2.0.21
|
|
203
203
|
- !ruby/object:Gem::Dependency
|
|
204
204
|
name: turbo_tests2
|
|
205
205
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -209,7 +209,7 @@ dependencies:
|
|
|
209
209
|
version: '3.2'
|
|
210
210
|
- - ">="
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: 3.2.
|
|
212
|
+
version: 3.2.8
|
|
213
213
|
type: :development
|
|
214
214
|
prerelease: false
|
|
215
215
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -219,7 +219,7 @@ dependencies:
|
|
|
219
219
|
version: '3.2'
|
|
220
220
|
- - ">="
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 3.2.
|
|
222
|
+
version: 3.2.8
|
|
223
223
|
- !ruby/object:Gem::Dependency
|
|
224
224
|
name: ruby-progressbar
|
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -243,7 +243,7 @@ dependencies:
|
|
|
243
243
|
version: '1.0'
|
|
244
244
|
- - ">="
|
|
245
245
|
- !ruby/object:Gem::Version
|
|
246
|
-
version: 1.0.
|
|
246
|
+
version: 1.0.9
|
|
247
247
|
type: :development
|
|
248
248
|
prerelease: false
|
|
249
249
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -253,7 +253,7 @@ dependencies:
|
|
|
253
253
|
version: '1.0'
|
|
254
254
|
- - ">="
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
|
-
version: 1.0.
|
|
256
|
+
version: 1.0.9
|
|
257
257
|
- !ruby/object:Gem::Dependency
|
|
258
258
|
name: gitmoji-regex
|
|
259
259
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -263,7 +263,7 @@ dependencies:
|
|
|
263
263
|
version: '2.0'
|
|
264
264
|
- - ">="
|
|
265
265
|
- !ruby/object:Gem::Version
|
|
266
|
-
version: 2.0.
|
|
266
|
+
version: 2.0.13
|
|
267
267
|
type: :development
|
|
268
268
|
prerelease: false
|
|
269
269
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -273,7 +273,7 @@ dependencies:
|
|
|
273
273
|
version: '2.0'
|
|
274
274
|
- - ">="
|
|
275
275
|
- !ruby/object:Gem::Version
|
|
276
|
-
version: 2.0.
|
|
276
|
+
version: 2.0.13
|
|
277
277
|
description: "\U0001F997 A YARD plugin for YAML documents"
|
|
278
278
|
email:
|
|
279
279
|
- floss@galtzo.com
|
|
@@ -303,10 +303,10 @@ licenses:
|
|
|
303
303
|
- MIT
|
|
304
304
|
metadata:
|
|
305
305
|
homepage_uri: https://yard-yaml.galtzo.com
|
|
306
|
-
source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.2.
|
|
307
|
-
changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.
|
|
306
|
+
source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.2.6
|
|
307
|
+
changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.6/CHANGELOG.md
|
|
308
308
|
bug_tracker_uri: https://github.com/galtzo-floss/yard-yaml/issues
|
|
309
|
-
documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.2.
|
|
309
|
+
documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.2.6
|
|
310
310
|
funding_uri: https://github.com/sponsors/pboling
|
|
311
311
|
wiki_uri: https://github.com/galtzo-floss/yard-yaml/wiki
|
|
312
312
|
news_uri: https://www.railsbling.com/tags/yard-yaml
|
metadata.gz.sig
CHANGED
|
Binary file
|