yard-fence 0.9.7 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d313d260b8c91b69e9bacbc9d3f5d07f792a068ef5bc9c9a440745d6bfa0d62e
4
- data.tar.gz: 01e02b43d3476b0801d495f02ad3f7b603598ebc04657300e00a17e84cb27c4e
3
+ metadata.gz: e61a60736f4c4049e64c84bc471fbc8d6266c7d950311d0bfe521199eecfbe45
4
+ data.tar.gz: 86c25088fcae3e8f40de1fbf6dca129ba5aeafaacfa0191fb5f346d92c4f8fc5
5
5
  SHA512:
6
- metadata.gz: 4384af4008fb1f95f5684ac6c1eb07b2db1f6ef21241dd2aadf1325c60e1ab3e9bb540dbfd35d138b82ef75ee5201943573f235002d4cd8316291ac817785e13
7
- data.tar.gz: bb4429a2b10d42c5914f42c7750e04581bab986ea8478d507171468305811abcd36794a1e83b2f30e151b26fd7c4a8238b7ceb08ed65dc5aaf7862fe03ff71a8
6
+ metadata.gz: 8c492ec192d0483bcc8810138e0838b5d2e464e6edb73d26d7e7532a9bb87c42619c61efb52bbcd4749c55ab3d4aacc932416e0ae3c3b4075a30adcc6bcb63c5
7
+ data.tar.gz: 34eb17513f03b15e16561078e9113ec265f6654a1784be27154c64c32f271611444e84df091b63df7d4de103365691b1cc2907d4dcd882011cbeceb50b03017e
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,33 @@ 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
+
33
60
  ## [0.9.7] - 2026-07-31
34
61
 
35
62
  - TAG: [v0.9.7][0.9.7t]
@@ -48,24 +75,14 @@ Please file a bug if you notice a violation of semantic versioning.
48
75
  - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
49
76
  RSpec helpers provided by `kettle-test`.
50
77
 
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
78
  ### Changed
56
79
 
57
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
58
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
59
80
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
60
81
  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
82
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
64
83
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
65
84
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
66
85
  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
86
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
70
87
  now include a RubyForum help badge.
71
88
  - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
@@ -109,18 +126,6 @@ Please file a bug if you notice a violation of semantic versioning.
109
126
  missing canonical version spec when a project only has shim namespace version
110
127
  specs.
111
128
 
112
- - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
113
- legacy manual bundle install path, avoiding setup-time Bundler full-index
114
- failures against `gem.coop`.
115
-
116
- - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
117
- and templates dedicated `version_gem.rb` entrypoints even when the gemspec
118
- dependency is intentionally omitted, and generated anonymous-loader specs
119
- cover both `version.rb` and `version_gem.rb`.
120
-
121
- - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
122
- floor now get managed minimal `version.rb` files and anonymous-loader version
123
- specs without adding `version_gem`.
124
129
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
125
130
  relative to the gemspec directory, so packaged template assets are included
126
131
  even when the gemspec is loaded from another working directory.
@@ -389,7 +394,9 @@ Please file a bug if you notice a violation of semantic versioning.
389
394
 
390
395
  - Initial release
391
396
 
392
- [Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.7...HEAD
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
393
400
  [0.9.7]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.6...v0.9.7
394
401
  [0.9.7t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.7
395
402
  [0.9.6]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.5...v0.9.6
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- <a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" 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>
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] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![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
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
 
@@ -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 | Daily download rank |
83
+ | Gem | Source | Role | Total downloads |
84
84
  |-----|--------|------|---------------------|
85
- | [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) |
86
- | [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) |
87
- | [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) |
88
- | [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) |
89
- | [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) |
90
- | [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) |
91
- | [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) |
92
- | [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) |
85
+ | [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) |
86
+ | [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) |
87
+ | [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) |
88
+ | [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) |
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 | [![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) |
90
+ | [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) |
91
+ | [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) |
92
+ | [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) |
93
93
 
94
94
  </details>
95
95
 
@@ -434,7 +434,7 @@ Thanks for RTFM. ☺️
434
434
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
435
435
  [⛳️gem-namespace]: https://github.com/galtzo-floss/yard-fence
436
436
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Yard::Fence-3C2D2D.svg?style=square&logo=ruby&logoColor=white
437
- [⛳️gem-name]: https://bestgems.org/gems/yard-fence
437
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yard-fence
438
438
  [⛳️name-img]: https://img.shields.io/badge/name-yard--fence-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
439
439
  [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yard-fence.svg
440
440
  [⛳️tag]: https://github.com/galtzo-floss/yard-fence/releases
@@ -483,9 +483,9 @@ Thanks for RTFM. ☺️
483
483
  [📜gh-wiki]: https://github.com/galtzo-floss/yard-fence/wiki
484
484
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
485
485
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
486
- [👽dl-rank]: https://bestgems.org/gems/yard-fence
487
- [👽dl-ranki]: https://img.shields.io/gem/rd/yard-fence.svg
488
- [👽version]: https://bestgems.org/gems/yard-fence
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
489
489
  [👽versioni]: https://img.shields.io/gem/v/yard-fence.svg
490
490
  [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yard-fence
491
491
  [🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/yard-fence/maintainability.svg
@@ -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.9.7"
8
+ VERSION = "0.9.8"
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/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.tar.gz.sig CHANGED
Binary file
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.7
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.14
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.14
79
+ version: 1.1.15
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: yard
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -106,7 +106,7 @@ dependencies:
106
106
  version: '2.5'
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: 2.5.13
109
+ version: 2.5.17
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
@@ -116,7 +116,7 @@ dependencies:
116
116
  version: '2.5'
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 2.5.13
119
+ version: 2.5.17
120
120
  - !ruby/object:Gem::Dependency
121
121
  name: bundler-audit
122
122
  requirement: !ruby/object:Gem::Requirement
@@ -214,7 +214,7 @@ dependencies:
214
214
  version: '2.0'
215
215
  - - ">="
216
216
  - !ruby/object:Gem::Version
217
- version: 2.0.17
217
+ version: 2.0.19
218
218
  type: :development
219
219
  prerelease: false
220
220
  version_requirements: !ruby/object:Gem::Requirement
@@ -224,7 +224,7 @@ dependencies:
224
224
  version: '2.0'
225
225
  - - ">="
226
226
  - !ruby/object:Gem::Version
227
- version: 2.0.17
227
+ version: 2.0.19
228
228
  - !ruby/object:Gem::Dependency
229
229
  name: turbo_tests2
230
230
  requirement: !ruby/object:Gem::Requirement
@@ -357,10 +357,10 @@ licenses:
357
357
  - MIT
358
358
  metadata:
359
359
  homepage_uri: https://yard-fence.galtzo.com
360
- source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.7
361
- changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.7/CHANGELOG.md
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
362
362
  bug_tracker_uri: https://github.com/galtzo-floss/yard-fence/issues
363
- documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.7
363
+ documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.8
364
364
  funding_uri: https://github.com/sponsors/pboling
365
365
  wiki_uri: https://github.com/galtzo-floss/yard-fence/wiki
366
366
  news_uri: https://www.railsbling.com/tags/yard-fence
metadata.gz.sig CHANGED
Binary file