yard-fence 0.9.6 → 0.9.8
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 +105 -1
- data/LICENSE.md +1 -1
- data/README.md +33 -31
- data/lib/yard/fence/rake_task.rb +0 -1
- data/lib/yard/fence/version.rb +4 -1
- data/lib/yard/fence.rb +0 -5
- data/lib/yard-fence.rb +7 -0
- data/sig/yard/fence.rbs +2 -1
- data.tar.gz.sig +2 -4
- metadata +47 -45
- metadata.gz.sig +0 -0
- data/CITATION.cff +0 -20
- data/CODE_OF_CONDUCT.md +0 -134
- data/CONTRIBUTING.md +0 -275
- data/FUNDING.md +0 -70
- data/MIT.md +0 -21
- data/RUBOCOP.md +0 -71
- data/SECURITY.md +0 -21
- data/certs/pboling.pem +0 -27
- data/sig/kramdown.rbs +0 -6
- data/sig/yard/fence/version.rbs +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e61a60736f4c4049e64c84bc471fbc8d6266c7d950311d0bfe521199eecfbe45
|
|
4
|
+
data.tar.gz: 86c25088fcae3e8f40de1fbf6dca129ba5aeafaacfa0191fb5f346d92c4f8fc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c492ec192d0483bcc8810138e0838b5d2e464e6edb73d26d7e7532a9bb87c42619c61efb52bbcd4749c55ab3d4aacc932416e0ae3c3b4075a30adcc6bcb63c5
|
|
7
|
+
data.tar.gz: 34eb17513f03b15e16561078e9113ec265f6654a1784be27154c64c32f271611444e84df091b63df7d4de103365691b1cc2907d4dcd882011cbeceb50b03017e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,106 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.9.8] - 2026-08-09
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.9.8][0.9.8t]
|
|
36
|
+
- COVERAGE: 95.41% -- 208/218 lines in 6 files
|
|
37
|
+
- BRANCH COVERAGE: 84.62% -- 66/78 branches in 6 files
|
|
38
|
+
- 42.55% 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
|
+
|
|
57
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
58
|
+
preserving comments and trailing commas during template updates.
|
|
59
|
+
|
|
60
|
+
## [0.9.7] - 2026-07-31
|
|
61
|
+
|
|
62
|
+
- TAG: [v0.9.7][0.9.7t]
|
|
63
|
+
- COVERAGE: 92.66% -- 202/218 lines in 6 files
|
|
64
|
+
- BRANCH COVERAGE: 79.49% -- 62/78 branches in 6 files
|
|
65
|
+
- 42.55% documented
|
|
66
|
+
|
|
67
|
+
### Added
|
|
68
|
+
|
|
69
|
+
- Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
|
|
70
|
+
|
|
71
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
72
|
+
configuration and documentation dependencies so documentation issues fail
|
|
73
|
+
before generated docs are refreshed.
|
|
74
|
+
|
|
75
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
76
|
+
RSpec helpers provided by `kettle-test`.
|
|
77
|
+
|
|
78
|
+
### Changed
|
|
79
|
+
|
|
80
|
+
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
81
|
+
repository-only files by default to reduce downstream distro packaging churn.
|
|
82
|
+
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
83
|
+
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
84
|
+
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
85
|
+
config now uses the installed `smorg-rb` Ruby driver name.
|
|
86
|
+
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
87
|
+
now include a RubyForum help badge.
|
|
88
|
+
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
89
|
+
files now run when pull request head branches start with `feature/release`,
|
|
90
|
+
so release CI monitoring does not report intentionally skipped engine
|
|
91
|
+
workflows as failures.
|
|
92
|
+
|
|
93
|
+
- kettle-jem-template-20260725-002 - Generated gemspec templates now include
|
|
94
|
+
`anonymous_loader` as a development dependency, and version specs use it to
|
|
95
|
+
execute generated `version.rb` files for coverage without redefining package
|
|
96
|
+
constants. Managed version specs are removed when `version_gem` is disabled
|
|
97
|
+
or incompatible with the project's runtime Ruby floor.
|
|
98
|
+
|
|
99
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
100
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
101
|
+
installing the main Gemfile bundle.
|
|
102
|
+
|
|
103
|
+
### Fixed
|
|
104
|
+
|
|
105
|
+
- Added coverage for YARD plugin loader and rake task integration paths so the
|
|
106
|
+
suite meets release coverage thresholds.
|
|
107
|
+
|
|
108
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
109
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
110
|
+
|
|
111
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
112
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
113
|
+
coverage thresholds still pass.
|
|
114
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
115
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
116
|
+
installs are not reported as project lint debt.
|
|
117
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
118
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
119
|
+
before the test suite starts.
|
|
120
|
+
|
|
121
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
122
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
123
|
+
lockfile parser failures on Git and path dependencies.
|
|
124
|
+
|
|
125
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
126
|
+
missing canonical version spec when a project only has shim namespace version
|
|
127
|
+
specs.
|
|
128
|
+
|
|
129
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
130
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
131
|
+
even when the gemspec is loaded from another working directory.
|
|
132
|
+
|
|
33
133
|
## [0.9.6] - 2026-07-02
|
|
34
134
|
|
|
35
135
|
- TAG: [v0.9.6][0.9.6t]
|
|
@@ -294,7 +394,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
294
394
|
|
|
295
395
|
- Initial release
|
|
296
396
|
|
|
297
|
-
[Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.
|
|
397
|
+
[Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.8...HEAD
|
|
398
|
+
[0.9.8]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.7...v0.9.8
|
|
399
|
+
[0.9.8t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.8
|
|
400
|
+
[0.9.7]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.6...v0.9.7
|
|
401
|
+
[0.9.7t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.7
|
|
298
402
|
[0.9.6]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.5...v0.9.6
|
|
299
403
|
[0.9.6t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.6
|
|
300
404
|
[0.9.5]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.4...v0.9.5
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by
|
|
1
|
+
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by GitHub" src="https://github.com/galtzo-floss.png?size=192" width="12%" align="right"/></a> <a href="https://github.com/galtzo-floss/yard-fence"><img alt="yard-fence Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/yard-fence/avatar-128px.svg" width="12%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🍲 Yard::Fence
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![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
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
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
|
|
|
@@ -57,8 +57,8 @@ See the configuration and usage sections for more details.
|
|
|
57
57
|
| 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]|
|
|
58
58
|
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
59
59
|
| 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]|
|
|
60
|
-
| 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] |
|
|
61
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
60
|
+
| 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] |
|
|
61
|
+
| 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] |
|
|
62
62
|
| 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] |
|
|
63
63
|
| 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] |
|
|
64
64
|
| 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] |
|
|
@@ -80,16 +80,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
80
80
|
<details markdown="1">
|
|
81
81
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
82
82
|
|
|
83
|
-
| Gem | Source | Role |
|
|
83
|
+
| Gem | Source | Role | Total downloads |
|
|
84
84
|
|-----|--------|------|---------------------|
|
|
85
|
-
| [appraisal2](https://
|
|
86
|
-
| [appraisal2-rubocop](https://
|
|
87
|
-
| [kettle-dev](https://
|
|
88
|
-
| [kettle-jem](https://
|
|
89
|
-
| [kettle-soup-cover](https://
|
|
90
|
-
| [kettle-test](https://
|
|
91
|
-
| [rubocop-lts](https://
|
|
92
|
-
| [turbo_tests2](https://
|
|
85
|
+
| [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) |
|
|
86
|
+
| [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) |
|
|
87
|
+
| [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) |
|
|
88
|
+
| [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) |
|
|
89
|
+
| [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) |
|
|
90
|
+
| [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) |
|
|
91
|
+
| [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) |
|
|
92
|
+
| [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) |
|
|
93
93
|
|
|
94
94
|
</details>
|
|
95
95
|
|
|
@@ -98,17 +98,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
98
98
|
<details markdown="1">
|
|
99
99
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
100
100
|
|
|
101
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
102
|
-
|
|
103
|
-
| 🧪 [galtzo-floss/yard-fence on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
104
|
-
| 🧊 [galtzo-floss/yard-fence on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
105
|
-
| 🐙 [galtzo-floss/yard-fence on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
106
|
-
| 🎮️ [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] |
|
|
101
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
102
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
103
|
+
| 🧪 [galtzo-floss/yard-fence on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
104
|
+
| 🧊 [galtzo-floss/yard-fence on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
105
|
+
| 🐙 [galtzo-floss/yard-fence on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
107
106
|
|
|
108
107
|
</details>
|
|
109
108
|
|
|
110
|
-
[gh-discussions]: https://github.com/galtzo-floss/yard-fence/discussions
|
|
111
|
-
|
|
112
109
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-yard-fence?utm_source=rubygems-yard-fence&utm_medium=referral&utm_campaign=readme)
|
|
113
110
|
|
|
114
111
|
Available as part of the Tidelift Subscription.
|
|
@@ -126,6 +123,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
126
123
|
|
|
127
124
|
Alternatively:
|
|
128
125
|
|
|
126
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
129
127
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
130
128
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
131
129
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -361,7 +359,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
361
359
|
## 📄 License
|
|
362
360
|
|
|
363
361
|
The gem is available as open source under the terms of
|
|
364
|
-
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
362
|
+
the [MIT](https://github.com/galtzo-floss/yard-fence/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
365
363
|
|
|
366
364
|
### © Copyright
|
|
367
365
|
|
|
@@ -383,11 +381,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
383
381
|
so if you value the work I am doing, I need your support.
|
|
384
382
|
Please consider sponsoring me or the project.
|
|
385
383
|
|
|
386
|
-
To join the community or get help
|
|
384
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
387
385
|
|
|
386
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
388
387
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
389
388
|
|
|
390
|
-
To say "thanks!" ☝️ Join the
|
|
389
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
391
390
|
|
|
392
391
|
[![Sponsor galtzo-floss/yard-fence 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]
|
|
393
392
|
|
|
@@ -428,11 +427,14 @@ Thanks for RTFM. ☺️
|
|
|
428
427
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
429
428
|
[✉️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
|
|
430
429
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
430
|
+
[✉️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
|
|
431
|
+
[✉️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
|
|
432
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
|
|
431
433
|
|
|
432
434
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
433
435
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/yard-fence
|
|
434
436
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Yard::Fence-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
435
|
-
[⛳️gem-name]: https://
|
|
437
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yard-fence
|
|
436
438
|
[⛳️name-img]: https://img.shields.io/badge/name-yard--fence-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
437
439
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yard-fence.svg
|
|
438
440
|
[⛳️tag]: https://github.com/galtzo-floss/yard-fence/releases
|
|
@@ -473,7 +475,7 @@ Thanks for RTFM. ☺️
|
|
|
473
475
|
[📜src-gl]: https://gitlab.com/galtzo-floss/yard-fence
|
|
474
476
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
475
477
|
[📜src-cb]: https://codeberg.org/galtzo-floss/yard-fence
|
|
476
|
-
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=
|
|
478
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
|
|
477
479
|
[📜src-gh]: https://github.com/galtzo-floss/yard-fence
|
|
478
480
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
479
481
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
@@ -481,9 +483,9 @@ Thanks for RTFM. ☺️
|
|
|
481
483
|
[📜gh-wiki]: https://github.com/galtzo-floss/yard-fence/wiki
|
|
482
484
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
483
485
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
484
|
-
[👽dl-rank]: https://
|
|
485
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
486
|
-
[👽version]: https://
|
|
486
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/yard-fence
|
|
487
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/yard-fence.svg
|
|
488
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/yard-fence
|
|
487
489
|
[👽versioni]: https://img.shields.io/gem/v/yard-fence.svg
|
|
488
490
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yard-fence
|
|
489
491
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/yard-fence/maintainability.svg
|
|
@@ -564,7 +566,7 @@ Thanks for RTFM. ☺️
|
|
|
564
566
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
565
567
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
566
568
|
[📄license]: LICENSE.md
|
|
567
|
-
[📄license-ref]: MIT.md
|
|
569
|
+
[📄license-ref]: https://github.com/galtzo-floss/yard-fence/blob/main/MIT.md
|
|
568
570
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
569
571
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
570
572
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
data/lib/yard/fence/rake_task.rb
CHANGED
|
@@ -19,7 +19,6 @@ module Yard
|
|
|
19
19
|
#
|
|
20
20
|
# # This creates a `yard:fence:prepare` task that is automatically added
|
|
21
21
|
# # as a prerequisite to the yard task.
|
|
22
|
-
#
|
|
23
22
|
class RakeTask < ::Rake::TaskLib
|
|
24
23
|
# @return [String] the name of the prepare task (default: "yard:fence:prepare")
|
|
25
24
|
attr_accessor :name
|
data/lib/yard/fence/version.rb
CHANGED
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
module Yard
|
|
4
4
|
module Fence
|
|
5
|
+
# Version namespace for this gem.
|
|
5
6
|
module Version
|
|
6
|
-
|
|
7
|
+
# Current gem version.
|
|
8
|
+
VERSION = "0.9.8"
|
|
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/fence.rb
CHANGED
|
@@ -39,10 +39,8 @@
|
|
|
39
39
|
require "fileutils"
|
|
40
40
|
|
|
41
41
|
# third party gems
|
|
42
|
-
require "version_gem"
|
|
43
42
|
|
|
44
43
|
# includes gem files
|
|
45
|
-
require_relative "fence/version"
|
|
46
44
|
|
|
47
45
|
# simplecov:disable
|
|
48
46
|
begin
|
|
@@ -353,9 +351,6 @@ module Yard
|
|
|
353
351
|
end
|
|
354
352
|
|
|
355
353
|
# Extend the Version with VersionGem::Basic to provide semantic version helpers.
|
|
356
|
-
Yard::Fence::Version.class_eval do
|
|
357
|
-
extend VersionGem::Basic
|
|
358
|
-
end
|
|
359
354
|
|
|
360
355
|
# Rake integration is explicit. Call Yard::Fence.install_rake_tasks! from your
|
|
361
356
|
# Rakefile after defining the :yard task so prepare + postprocess only run for
|
data/lib/yard-fence.rb
CHANGED
|
@@ -3,4 +3,11 @@
|
|
|
3
3
|
# YARD plugin loader for `--plugin fence`.
|
|
4
4
|
# YARD tries requiring several patterns; providing `yard-fence` ensures
|
|
5
5
|
# it can be loaded regardless of whether YARD attempts `yard-fence` or `yard/fence`.
|
|
6
|
+
require "version_gem"
|
|
7
|
+
require_relative "yard/fence/version"
|
|
8
|
+
|
|
6
9
|
require_relative "yard/fence" unless defined?(::Yard::Fence)
|
|
10
|
+
|
|
11
|
+
Yard::Fence::Version.class_eval do
|
|
12
|
+
extend VersionGem::Basic
|
|
13
|
+
end
|
data/sig/yard/fence.rbs
CHANGED
|
@@ -51,8 +51,8 @@ module Yard
|
|
|
51
51
|
|
|
52
52
|
def self.__reset_rake_integrations__: () -> nil
|
|
53
53
|
def __reset_rake_integrations__: () -> nil
|
|
54
|
-
|
|
55
54
|
module Version
|
|
55
|
+
VERSION: String
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
class KramdownGfmDocument < ::Kramdown::Document
|
|
@@ -70,6 +70,7 @@ module Yard
|
|
|
70
70
|
def needs_fallback?: (String html) -> bool
|
|
71
71
|
def fallback_improved?: (String fb_html) -> bool
|
|
72
72
|
end
|
|
73
|
+
VERSION: String
|
|
73
74
|
end
|
|
74
75
|
end
|
|
75
76
|
|
data.tar.gz.sig
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
xoS�~ќ I%$����5��
|
|
4
|
-
��m���u���{��
|
|
1
|
+
��'n^�(�����dӜ��O�q�ɆZ�9�ꔡ�3lw}��� �Z~�E{�_��'�����-���yB����
|
|
2
|
+
Q�Cv�՟��F��2� �ӡr�+��/;�B�����u����/2rhn���n��<W�za̐U<Pq�qv�n
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yard-fence
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
version: '1.1'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 1.1.
|
|
69
|
+
version: 1.1.15
|
|
70
70
|
type: :runtime
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -76,7 +76,7 @@ dependencies:
|
|
|
76
76
|
version: '1.1'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 1.1.
|
|
79
|
+
version: 1.1.15
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: yard
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -103,20 +103,20 @@ dependencies:
|
|
|
103
103
|
requirements:
|
|
104
104
|
- - "~>"
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: '2.
|
|
106
|
+
version: '2.5'
|
|
107
107
|
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: 2.
|
|
109
|
+
version: 2.5.17
|
|
110
110
|
type: :development
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - "~>"
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: '2.
|
|
116
|
+
version: '2.5'
|
|
117
117
|
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 2.
|
|
119
|
+
version: 2.5.17
|
|
120
120
|
- !ruby/object:Gem::Dependency
|
|
121
121
|
name: bundler-audit
|
|
122
122
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -165,26 +165,46 @@ dependencies:
|
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
167
|
version: 1.0.4
|
|
168
|
+
- !ruby/object:Gem::Dependency
|
|
169
|
+
name: anonymous_loader
|
|
170
|
+
requirement: !ruby/object:Gem::Requirement
|
|
171
|
+
requirements:
|
|
172
|
+
- - "~>"
|
|
173
|
+
- !ruby/object:Gem::Version
|
|
174
|
+
version: '0.1'
|
|
175
|
+
- - ">="
|
|
176
|
+
- !ruby/object:Gem::Version
|
|
177
|
+
version: 0.1.3
|
|
178
|
+
type: :development
|
|
179
|
+
prerelease: false
|
|
180
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
181
|
+
requirements:
|
|
182
|
+
- - "~>"
|
|
183
|
+
- !ruby/object:Gem::Version
|
|
184
|
+
version: '0.1'
|
|
185
|
+
- - ">="
|
|
186
|
+
- !ruby/object:Gem::Version
|
|
187
|
+
version: 0.1.3
|
|
168
188
|
- !ruby/object:Gem::Dependency
|
|
169
189
|
name: appraisal2
|
|
170
190
|
requirement: !ruby/object:Gem::Requirement
|
|
171
191
|
requirements:
|
|
172
192
|
- - "~>"
|
|
173
193
|
- !ruby/object:Gem::Version
|
|
174
|
-
version: '3.
|
|
194
|
+
version: '3.2'
|
|
175
195
|
- - ">="
|
|
176
196
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.
|
|
197
|
+
version: 3.2.0
|
|
178
198
|
type: :development
|
|
179
199
|
prerelease: false
|
|
180
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
181
201
|
requirements:
|
|
182
202
|
- - "~>"
|
|
183
203
|
- !ruby/object:Gem::Version
|
|
184
|
-
version: '3.
|
|
204
|
+
version: '3.2'
|
|
185
205
|
- - ">="
|
|
186
206
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.
|
|
207
|
+
version: 3.2.0
|
|
188
208
|
- !ruby/object:Gem::Dependency
|
|
189
209
|
name: kettle-test
|
|
190
210
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -194,7 +214,7 @@ dependencies:
|
|
|
194
214
|
version: '2.0'
|
|
195
215
|
- - ">="
|
|
196
216
|
- !ruby/object:Gem::Version
|
|
197
|
-
version: 2.0.
|
|
217
|
+
version: 2.0.19
|
|
198
218
|
type: :development
|
|
199
219
|
prerelease: false
|
|
200
220
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -204,27 +224,27 @@ dependencies:
|
|
|
204
224
|
version: '2.0'
|
|
205
225
|
- - ">="
|
|
206
226
|
- !ruby/object:Gem::Version
|
|
207
|
-
version: 2.0.
|
|
227
|
+
version: 2.0.19
|
|
208
228
|
- !ruby/object:Gem::Dependency
|
|
209
229
|
name: turbo_tests2
|
|
210
230
|
requirement: !ruby/object:Gem::Requirement
|
|
211
231
|
requirements:
|
|
212
232
|
- - "~>"
|
|
213
233
|
- !ruby/object:Gem::Version
|
|
214
|
-
version: '3.
|
|
234
|
+
version: '3.2'
|
|
215
235
|
- - ">="
|
|
216
236
|
- !ruby/object:Gem::Version
|
|
217
|
-
version: 3.
|
|
237
|
+
version: 3.2.4
|
|
218
238
|
type: :development
|
|
219
239
|
prerelease: false
|
|
220
240
|
version_requirements: !ruby/object:Gem::Requirement
|
|
221
241
|
requirements:
|
|
222
242
|
- - "~>"
|
|
223
243
|
- !ruby/object:Gem::Version
|
|
224
|
-
version: '3.
|
|
244
|
+
version: '3.2'
|
|
225
245
|
- - ">="
|
|
226
246
|
- !ruby/object:Gem::Version
|
|
227
|
-
version: 3.
|
|
247
|
+
version: 3.2.4
|
|
228
248
|
- !ruby/object:Gem::Dependency
|
|
229
249
|
name: ruby-progressbar
|
|
230
250
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -248,7 +268,7 @@ dependencies:
|
|
|
248
268
|
version: '1.0'
|
|
249
269
|
- - ">="
|
|
250
270
|
- !ruby/object:Gem::Version
|
|
251
|
-
version: 1.0.
|
|
271
|
+
version: 1.0.8
|
|
252
272
|
type: :development
|
|
253
273
|
prerelease: false
|
|
254
274
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -258,7 +278,7 @@ dependencies:
|
|
|
258
278
|
version: '1.0'
|
|
259
279
|
- - ">="
|
|
260
280
|
- !ruby/object:Gem::Version
|
|
261
|
-
version: 1.0.
|
|
281
|
+
version: 1.0.8
|
|
262
282
|
- !ruby/object:Gem::Dependency
|
|
263
283
|
name: gitmoji-regex
|
|
264
284
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -268,7 +288,7 @@ dependencies:
|
|
|
268
288
|
version: '2.0'
|
|
269
289
|
- - ">="
|
|
270
290
|
- !ruby/object:Gem::Version
|
|
271
|
-
version: 2.0.
|
|
291
|
+
version: 2.0.11
|
|
272
292
|
type: :development
|
|
273
293
|
prerelease: false
|
|
274
294
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -278,7 +298,7 @@ dependencies:
|
|
|
278
298
|
version: '2.0'
|
|
279
299
|
- - ">="
|
|
280
300
|
- !ruby/object:Gem::Version
|
|
281
|
-
version: 2.0.
|
|
301
|
+
version: 2.0.11
|
|
282
302
|
- !ruby/object:Gem::Dependency
|
|
283
303
|
name: kramdown
|
|
284
304
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -320,50 +340,32 @@ email:
|
|
|
320
340
|
- floss@galtzo.com
|
|
321
341
|
executables: []
|
|
322
342
|
extensions: []
|
|
323
|
-
extra_rdoc_files:
|
|
324
|
-
- CHANGELOG.md
|
|
325
|
-
- CITATION.cff
|
|
326
|
-
- CODE_OF_CONDUCT.md
|
|
327
|
-
- CONTRIBUTING.md
|
|
328
|
-
- FUNDING.md
|
|
329
|
-
- LICENSE.md
|
|
330
|
-
- README.md
|
|
331
|
-
- RUBOCOP.md
|
|
332
|
-
- SECURITY.md
|
|
343
|
+
extra_rdoc_files: []
|
|
333
344
|
files:
|
|
334
345
|
- CHANGELOG.md
|
|
335
|
-
- CITATION.cff
|
|
336
|
-
- CODE_OF_CONDUCT.md
|
|
337
|
-
- CONTRIBUTING.md
|
|
338
|
-
- FUNDING.md
|
|
339
346
|
- LICENSE.md
|
|
340
|
-
- MIT.md
|
|
341
347
|
- README.md
|
|
342
|
-
- RUBOCOP.md
|
|
343
|
-
- SECURITY.md
|
|
344
|
-
- certs/pboling.pem
|
|
345
348
|
- lib/yard-fence.rb
|
|
346
349
|
- lib/yard/fence.rb
|
|
347
350
|
- lib/yard/fence/hoist.rb
|
|
348
351
|
- lib/yard/fence/kramdown_gfm_document.rb
|
|
349
352
|
- lib/yard/fence/rake_task.rb
|
|
350
353
|
- lib/yard/fence/version.rb
|
|
351
|
-
- sig/kramdown.rbs
|
|
352
354
|
- sig/yard/fence.rbs
|
|
353
|
-
- sig/yard/fence/version.rbs
|
|
354
355
|
homepage: https://github.com/galtzo-floss/yard-fence
|
|
355
356
|
licenses:
|
|
356
357
|
- MIT
|
|
357
358
|
metadata:
|
|
358
359
|
homepage_uri: https://yard-fence.galtzo.com
|
|
359
|
-
source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.
|
|
360
|
-
changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.
|
|
360
|
+
source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.8
|
|
361
|
+
changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.8/CHANGELOG.md
|
|
361
362
|
bug_tracker_uri: https://github.com/galtzo-floss/yard-fence/issues
|
|
362
|
-
documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.
|
|
363
|
+
documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.8
|
|
363
364
|
funding_uri: https://github.com/sponsors/pboling
|
|
364
365
|
wiki_uri: https://github.com/galtzo-floss/yard-fence/wiki
|
|
365
366
|
news_uri: https://www.railsbling.com/tags/yard-fence
|
|
366
367
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
368
|
+
mailing_list_uri: https://www.rubyforum.org/tag/galtzo-floss
|
|
367
369
|
rubygems_mfa_required: 'true'
|
|
368
370
|
rdoc_options:
|
|
369
371
|
- "--title"
|
|
@@ -388,7 +390,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
388
390
|
- !ruby/object:Gem::Version
|
|
389
391
|
version: '0'
|
|
390
392
|
requirements: []
|
|
391
|
-
rubygems_version: 4.0.
|
|
393
|
+
rubygems_version: 4.0.17
|
|
392
394
|
specification_version: 4
|
|
393
395
|
summary: "\U0001F372 A brace converter for the markdown fences in your YARD"
|
|
394
396
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|