yard-fence 0.9.0 → 0.9.1
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 +19 -3
- data/lib/yard/fence/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +12 -6
- 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: ab3ca14a888fee4e99027bbc6829dadd0d0cd566b177ff224859989ab88314cb
|
|
4
|
+
data.tar.gz: 97cdc3cb1142a08e97b810984670625b774748b90540fefc0c7dc6cf2a0454ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97dbc45ee58bdf782f39e55d89061dea5a5bdb8c8ba352abfa1c229329ac142dc05fb2c1ed640af1e4311358783945490f79008c4c5e4bc15e4179eee78864b6
|
|
7
|
+
data.tar.gz: fbb5fdffb91d7097977467ea8d6d622c3cca6a7c8113016bd3b2d7cbe9f3d312209e960217fa87b13674b621f905af383e72cf4cb42103543742b09a1dd6b411
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -28,10 +28,24 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
28
28
|
|
|
29
29
|
### Fixed
|
|
30
30
|
|
|
31
|
-
- Fixed CI workflow setup for appraisal-based style and coverage jobs, locked-deps, and TruffleRuby 23.1.
|
|
32
|
-
|
|
33
31
|
### Security
|
|
34
32
|
|
|
33
|
+
## [0.9.1] - 2026-05-24
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.9.1][0.9.1t]
|
|
36
|
+
- COVERAGE: 97.71% -- 171/175 lines in 5 files
|
|
37
|
+
- BRANCH COVERAGE: 90.74% -- 49/54 branches in 5 files
|
|
38
|
+
- 47.37% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Expanded the `rdoc` runtime dependency to allow `rdoc` 7.x while retaining
|
|
43
|
+
support for `rdoc` 6.11.x.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- Fixed CI workflow setup for appraisal-based style and coverage jobs, locked-deps, and TruffleRuby 23.1.
|
|
48
|
+
|
|
35
49
|
## [0.9.0] - 2026-05-23
|
|
36
50
|
|
|
37
51
|
- TAG: [v0.9.0][0.9.0t]
|
|
@@ -209,7 +223,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
209
223
|
|
|
210
224
|
- Initial release
|
|
211
225
|
|
|
212
|
-
[Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.
|
|
226
|
+
[Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.1...HEAD
|
|
227
|
+
[0.9.1]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.0...v0.9.1
|
|
228
|
+
[0.9.1t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.1
|
|
213
229
|
[0.9.0]: https://github.com/galtzo-floss/yard-fence/compare/v0.8.2...v0.9.0
|
|
214
230
|
[0.9.0t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.0
|
|
215
231
|
[0.8.2]: https://github.com/galtzo-floss/yard-fence/compare/v0.8.1...v0.8.2
|
data/lib/yard/fence/version.rb
CHANGED
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -41,16 +41,22 @@ dependencies:
|
|
|
41
41
|
name: rdoc
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
|
-
- - "
|
|
44
|
+
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '6.11'
|
|
47
|
+
- - "<"
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '8'
|
|
47
50
|
type: :runtime
|
|
48
51
|
prerelease: false
|
|
49
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
53
|
requirements:
|
|
51
|
-
- - "
|
|
54
|
+
- - ">="
|
|
52
55
|
- !ruby/object:Gem::Version
|
|
53
56
|
version: '6.11'
|
|
57
|
+
- - "<"
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '8'
|
|
54
60
|
- !ruby/object:Gem::Dependency
|
|
55
61
|
name: version_gem
|
|
56
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -343,10 +349,10 @@ licenses:
|
|
|
343
349
|
- MIT
|
|
344
350
|
metadata:
|
|
345
351
|
homepage_uri: https://structuredmerge.org
|
|
346
|
-
source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.
|
|
347
|
-
changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.
|
|
352
|
+
source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.1
|
|
353
|
+
changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.1/CHANGELOG.md
|
|
348
354
|
bug_tracker_uri: https://github.com/galtzo-floss/yard-fence/issues
|
|
349
|
-
documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.
|
|
355
|
+
documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.1
|
|
350
356
|
funding_uri: https://github.com/sponsors/pboling
|
|
351
357
|
wiki_uri: https://github.com/galtzo-floss/yard-fence/wiki
|
|
352
358
|
news_uri: https://www.railsbling.com/tags/yard-fence
|
metadata.gz.sig
CHANGED
|
Binary file
|