yard-fence 0.9.8 → 0.9.9
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 +21 -1
- data/README.md +5 -17
- data/lib/yard/fence/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +18 -18
- 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: 9214e7f41ce629df1377f0b96a0ca827d446eea5afe82930c0c3e76492417387
|
|
4
|
+
data.tar.gz: cac8d07f23bca0c40dc111fb030586b8726f574e470e1d78fa02f4755afb9c0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6fb37440e149364872bb2924067319bc355c9ae0b83134fc1f5be1b3e40774d682ad7865776c65bc6cb08dbebf12a1cb403f31636050f1fc35f102d6750419b
|
|
7
|
+
data.tar.gz: ad66934472e439162f438754f69366492438f4ffedf0b0964102ff0d41d771394e8f20cd52c6119c106d22db439e5b32a557cd80083459c52cdfbec21d5036da
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,24 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.9.9] - 2026-09-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.9.9][0.9.9t]
|
|
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
|
+
- [kc] kettle-jem/prepare: updated 9 project files:
|
|
43
|
+
- dependencies (9)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 6 project files:
|
|
46
|
+
- code and tests (1)
|
|
47
|
+
- dependencies (3)
|
|
48
|
+
- other (1)
|
|
49
|
+
- workflows (1)
|
|
50
|
+
|
|
33
51
|
## [0.9.8] - 2026-08-09
|
|
34
52
|
|
|
35
53
|
- TAG: [v0.9.8][0.9.8t]
|
|
@@ -394,7 +412,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
394
412
|
|
|
395
413
|
- Initial release
|
|
396
414
|
|
|
397
|
-
[Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.
|
|
415
|
+
[Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.9...HEAD
|
|
416
|
+
[0.9.9]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.8...v0.9.9
|
|
417
|
+
[0.9.9t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.9
|
|
398
418
|
[0.9.8]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.7...v0.9.8
|
|
399
419
|
[0.9.8t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.8
|
|
400
420
|
[0.9.7]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.6...v0.9.7
|
data/README.md
CHANGED
|
@@ -67,7 +67,7 @@ See the configuration and usage sections for more details.
|
|
|
67
67
|
|
|
68
68
|
### Compatibility
|
|
69
69
|
|
|
70
|
-
Compatible with MRI Ruby 3.2.0+,
|
|
70
|
+
Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
|
|
71
71
|
CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
|
|
72
72
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
73
73
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -106,7 +106,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
106
106
|
|
|
107
107
|
</details>
|
|
108
108
|
|
|
109
|
-
### Enterprise Support
|
|
109
|
+
### Enterprise Support
|
|
110
|
+
|
|
111
|
+
[](https://tidelift.com/subscription/pkg/rubygems-yard-fence?utm_source=rubygems-yard-fence&utm_medium=referral&utm_campaign=readme)
|
|
110
112
|
|
|
111
113
|
Available as part of the Tidelift Subscription.
|
|
112
114
|
|
|
@@ -280,8 +282,7 @@ See [SECURITY.md][🔐security].
|
|
|
280
282
|
## 🤝 Contributing
|
|
281
283
|
|
|
282
284
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
283
|
-
|
|
284
|
-
or use the gem and think about how it could be better.
|
|
285
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
285
286
|
|
|
286
287
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
287
288
|
|
|
@@ -317,19 +318,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
317
318
|
|
|
318
319
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/yard-fence/-/graphs/main][🚎contributors-gl]
|
|
319
320
|
|
|
320
|
-
<details markdown="1">
|
|
321
|
-
<summary>⭐️ Star History</summary>
|
|
322
|
-
|
|
323
|
-
<a href="https://star-history.com/galtzo-floss/yard-fence&Date">
|
|
324
|
-
<picture>
|
|
325
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yard-fence&type=Date&theme=dark" />
|
|
326
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yard-fence&type=Date" />
|
|
327
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/yard-fence&type=Date" />
|
|
328
|
-
</picture>
|
|
329
|
-
</a>
|
|
330
|
-
|
|
331
|
-
</details>
|
|
332
|
-
|
|
333
321
|
## 📌 Versioning
|
|
334
322
|
|
|
335
323
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
data/lib/yard/fence/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.9.
|
|
8
|
+
VERSION = "0.9.9"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
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.
|
|
4
|
+
version: 0.9.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -103,20 +103,20 @@ dependencies:
|
|
|
103
103
|
requirements:
|
|
104
104
|
- - "~>"
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: '
|
|
106
|
+
version: '3.1'
|
|
107
107
|
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version:
|
|
109
|
+
version: 3.1.0
|
|
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: '
|
|
116
|
+
version: '3.1'
|
|
117
117
|
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version:
|
|
119
|
+
version: 3.1.0
|
|
120
120
|
- !ruby/object:Gem::Dependency
|
|
121
121
|
name: bundler-audit
|
|
122
122
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -194,7 +194,7 @@ dependencies:
|
|
|
194
194
|
version: '3.2'
|
|
195
195
|
- - ">="
|
|
196
196
|
- !ruby/object:Gem::Version
|
|
197
|
-
version: 3.2.
|
|
197
|
+
version: 3.2.3
|
|
198
198
|
type: :development
|
|
199
199
|
prerelease: false
|
|
200
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -204,7 +204,7 @@ dependencies:
|
|
|
204
204
|
version: '3.2'
|
|
205
205
|
- - ">="
|
|
206
206
|
- !ruby/object:Gem::Version
|
|
207
|
-
version: 3.2.
|
|
207
|
+
version: 3.2.3
|
|
208
208
|
- !ruby/object:Gem::Dependency
|
|
209
209
|
name: kettle-test
|
|
210
210
|
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.
|
|
217
|
+
version: 2.0.21
|
|
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.
|
|
227
|
+
version: 2.0.21
|
|
228
228
|
- !ruby/object:Gem::Dependency
|
|
229
229
|
name: turbo_tests2
|
|
230
230
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -234,7 +234,7 @@ dependencies:
|
|
|
234
234
|
version: '3.2'
|
|
235
235
|
- - ">="
|
|
236
236
|
- !ruby/object:Gem::Version
|
|
237
|
-
version: 3.2.
|
|
237
|
+
version: 3.2.8
|
|
238
238
|
type: :development
|
|
239
239
|
prerelease: false
|
|
240
240
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -244,7 +244,7 @@ dependencies:
|
|
|
244
244
|
version: '3.2'
|
|
245
245
|
- - ">="
|
|
246
246
|
- !ruby/object:Gem::Version
|
|
247
|
-
version: 3.2.
|
|
247
|
+
version: 3.2.8
|
|
248
248
|
- !ruby/object:Gem::Dependency
|
|
249
249
|
name: ruby-progressbar
|
|
250
250
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -268,7 +268,7 @@ dependencies:
|
|
|
268
268
|
version: '1.0'
|
|
269
269
|
- - ">="
|
|
270
270
|
- !ruby/object:Gem::Version
|
|
271
|
-
version: 1.0.
|
|
271
|
+
version: 1.0.9
|
|
272
272
|
type: :development
|
|
273
273
|
prerelease: false
|
|
274
274
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -278,7 +278,7 @@ dependencies:
|
|
|
278
278
|
version: '1.0'
|
|
279
279
|
- - ">="
|
|
280
280
|
- !ruby/object:Gem::Version
|
|
281
|
-
version: 1.0.
|
|
281
|
+
version: 1.0.9
|
|
282
282
|
- !ruby/object:Gem::Dependency
|
|
283
283
|
name: gitmoji-regex
|
|
284
284
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -288,7 +288,7 @@ dependencies:
|
|
|
288
288
|
version: '2.0'
|
|
289
289
|
- - ">="
|
|
290
290
|
- !ruby/object:Gem::Version
|
|
291
|
-
version: 2.0.
|
|
291
|
+
version: 2.0.13
|
|
292
292
|
type: :development
|
|
293
293
|
prerelease: false
|
|
294
294
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -298,7 +298,7 @@ dependencies:
|
|
|
298
298
|
version: '2.0'
|
|
299
299
|
- - ">="
|
|
300
300
|
- !ruby/object:Gem::Version
|
|
301
|
-
version: 2.0.
|
|
301
|
+
version: 2.0.13
|
|
302
302
|
- !ruby/object:Gem::Dependency
|
|
303
303
|
name: kramdown
|
|
304
304
|
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.
|
|
361
|
-
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.9
|
|
361
|
+
changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.9/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.
|
|
363
|
+
documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.9
|
|
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
|