yard-yaml 0.2.4 → 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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +31 -23
- data/README.md +15 -15
- 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 +0 -0
- metadata +10 -10
- 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: 5e3a4676717db6dd89e4e2f380cdfe97fd017c3699051e725a55dbc981addfb4
|
|
4
|
+
data.tar.gz: 6076a3ed761f15f0a13a1d56380481977811471e2acae7814fe51187c4db07c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9aee9cdada0e82cd5a069afed0a25f8dbb4f012977a055a3f873df3abc875cd668f161c3f9a6ac656924c5c02b361af84abf4046c2b03a1e85caac867eb934e2
|
|
7
|
+
data.tar.gz: d581f98c1b41718780783cf917fd2d8e00e9e7257cd54129fabb6bc36537efdeab1a8d1dbbed586948f7eddf77e223c85dded681f2879f6669f865fe9f66d247
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,34 @@ 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
|
+
|
|
33
61
|
## [0.2.4] - 2026-07-31
|
|
34
62
|
|
|
35
63
|
- TAG: [v0.2.4][0.2.4t]
|
|
@@ -48,24 +76,14 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
48
76
|
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
49
77
|
RSpec helpers provided by `kettle-test`.
|
|
50
78
|
|
|
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
79
|
### Changed
|
|
56
80
|
|
|
57
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
58
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
59
81
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
60
82
|
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
83
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
64
84
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
65
85
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
66
86
|
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
87
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
70
88
|
now include a RubyForum help badge.
|
|
71
89
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -106,18 +124,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
106
124
|
missing canonical version spec when a project only has shim namespace version
|
|
107
125
|
specs.
|
|
108
126
|
|
|
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
127
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
122
128
|
relative to the gemspec directory, so packaged template assets are included
|
|
123
129
|
even when the gemspec is loaded from another working directory.
|
|
@@ -248,7 +254,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
248
254
|
|
|
249
255
|
### Security
|
|
250
256
|
|
|
251
|
-
[Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.
|
|
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
|
|
252
260
|
[0.2.4]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.3...v0.2.4
|
|
253
261
|
[0.2.4t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.4
|
|
254
262
|
[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
|
|
|
@@ -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
|
|
|
@@ -426,7 +426,7 @@ Thanks for RTFM. ☺️
|
|
|
426
426
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
427
427
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/yard-yaml
|
|
428
428
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Yard::Yaml-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
429
|
-
[⛳️gem-name]: https://
|
|
429
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yard-yaml
|
|
430
430
|
[⛳️name-img]: https://img.shields.io/badge/name-yard--yaml-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
431
431
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yard-yaml.svg
|
|
432
432
|
[⛳️tag]: https://github.com/galtzo-floss/yard-yaml/releases
|
|
@@ -475,9 +475,9 @@ Thanks for RTFM. ☺️
|
|
|
475
475
|
[📜gh-wiki]: https://github.com/galtzo-floss/yard-yaml/wiki
|
|
476
476
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
477
477
|
[📜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://
|
|
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
|
|
481
481
|
[👽versioni]: https://img.shields.io/gem/v/yard-yaml.svg
|
|
482
482
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yard-yaml
|
|
483
483
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/yard-yaml/maintainability.svg
|
|
@@ -553,7 +553,7 @@ Thanks for RTFM. ☺️
|
|
|
553
553
|
[📌gitmoji]: https://gitmoji.dev
|
|
554
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
|
|
555
555
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
556
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
556
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.554-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
557
557
|
[🔐security]: https://github.com/galtzo-floss/yard-yaml/blob/main/SECURITY.md
|
|
558
558
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
559
559
|
[📄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.5"
|
|
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
|
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.
|
|
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.
|
|
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
|
|
@@ -81,7 +81,7 @@ dependencies:
|
|
|
81
81
|
version: '2.5'
|
|
82
82
|
- - ">="
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: 2.5.
|
|
84
|
+
version: 2.5.17
|
|
85
85
|
type: :development
|
|
86
86
|
prerelease: false
|
|
87
87
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -91,7 +91,7 @@ dependencies:
|
|
|
91
91
|
version: '2.5'
|
|
92
92
|
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: 2.5.
|
|
94
|
+
version: 2.5.17
|
|
95
95
|
- !ruby/object:Gem::Dependency
|
|
96
96
|
name: bundler-audit
|
|
97
97
|
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.19
|
|
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.19
|
|
203
203
|
- !ruby/object:Gem::Dependency
|
|
204
204
|
name: turbo_tests2
|
|
205
205
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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.5
|
|
307
|
+
changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.5/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.5
|
|
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
|