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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d5f096b0f24b04537ca7eedf32025ac2ff3f4fbcd2ffd3f8a61858cb22dd987
4
- data.tar.gz: d69fd384aee0052908e6a182d46f148f924d4427c983a4aef53b612b6230edb6
3
+ metadata.gz: ab3ca14a888fee4e99027bbc6829dadd0d0cd566b177ff224859989ab88314cb
4
+ data.tar.gz: 97cdc3cb1142a08e97b810984670625b774748b90540fefc0c7dc6cf2a0454ea
5
5
  SHA512:
6
- metadata.gz: ff41883cf435550001b5a76279770622613fac37492e87649c6cc740e21e7e43d7f9d99a80e844fd0d117e07f6ba4b8fd40d8603aa21bdbf381f6966236202c0
7
- data.tar.gz: '0960b5f3d1cd6373cd71f86c681e577406a0ffe6c2cdc36d3251e137c009795ea4ffc448e11545740bdc56e75d9c731e33e068c691812c4b8c7e06ce5f50f734'
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.0...HEAD
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
@@ -3,7 +3,7 @@
3
3
  module Yard
4
4
  module Fence
5
5
  module Version
6
- VERSION = "0.9.0"
6
+ VERSION = "0.9.1"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  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.0
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.0
347
- changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.0/CHANGELOG.md
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.0
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