yard-fence 0.9.5 → 0.9.6

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: 5a24b507c06f5587ba85f21adfbc61dadd1ce9b6c5eda29f885e040a53bcf859
4
- data.tar.gz: 8640f0b9fbb801d1d3b4f86b9652e66c7cdf781f55c8942d7909d760846666bf
3
+ metadata.gz: 47731a0f91880e7c9b98fac3065910adc560dc1e8498505d5b7d7a3d995966e2
4
+ data.tar.gz: 777b85a84c9b21f12df1886b049d776ed0c7e3820a85c56a20a6dd3a2d664f0b
5
5
  SHA512:
6
- metadata.gz: a6b5ca581ad98fc38fbc220d734dab811d25622465c5cc4d51ec8267374080fe775572578d40a23767dda66bb013df6d6cb2916ab2606a4583fa6e2286808b58
7
- data.tar.gz: 5a4fce99f32b87ac30302977430f0e7673dd6ab39d3f697fe2671f8cf3eff074d9bb6704865a7d20079e62f8d14cd366667a57173addb9e4e607d8a5593e3878
6
+ metadata.gz: dd7f76ab085507d32212e05279c60d7760aaa69780a2a0f4dee40ce36eadadfa6f7aea0ca03bd983a6e59ac2d65b4b3128c9806d32a48efd783da1b2734f9dbe
7
+ data.tar.gz: 22d332c8d3b220109d2fac1626f2765cf78634a1b25e3b055cf5064d901cf4ad89f7370aaf1e8ab84056208ca114fc0d96b0745967ba297ed98b0a8f33319151
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.9.6] - 2026-07-02
34
+
35
+ - TAG: [v0.9.6][0.9.6t]
36
+ - COVERAGE: 90.83% -- 198/218 lines in 6 files
37
+ - BRANCH COVERAGE: 71.79% -- 56/78 branches in 6 files
38
+ - 38.30% documented
39
+
40
+ ### Fixed
41
+
42
+ - Package configured license files in gem release file lists.
43
+
33
44
  ## [0.9.5] - 2026-06-22
34
45
 
35
46
  - TAG: [v0.9.5][0.9.5t]
@@ -283,7 +294,9 @@ Please file a bug if you notice a violation of semantic versioning.
283
294
 
284
295
  - Initial release
285
296
 
286
- [Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.5...HEAD
297
+ [Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.6...HEAD
298
+ [0.9.6]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.5...v0.9.6
299
+ [0.9.6t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.6
287
300
  [0.9.5]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.4...v0.9.5
288
301
  [0.9.5t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.5
289
302
  [0.9.4]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.3...v0.9.4
data/CONTRIBUTING.md CHANGED
@@ -131,9 +131,12 @@ toolchain, and it may be higher than the gemspec runtime floor.
131
131
  They are created and updated with the commands:
132
132
 
133
133
  ```console
134
- bin/rake appraisal:update
134
+ bin/rake appraisal:generate
135
135
  ```
136
136
 
137
+ Use `bin/rake appraisal:update` when you intentionally need to resolve fresh
138
+ appraisal locks.
139
+
137
140
  If you need to reset all gemfiles/*.gemfile.lock files:
138
141
 
139
142
  ```console
data/MIT.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ See [LICENSE.md](LICENSE.md) for the copyright notice.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -3,7 +3,7 @@
3
3
  module Yard
4
4
  module Fence
5
5
  module Version
6
- VERSION = "0.9.5"
6
+ VERSION = "0.9.6"
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.5
4
+ version: 0.9.6
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: '2.2'
106
+ version: '2.3'
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: 2.2.15
109
+ version: 2.3.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: '2.2'
116
+ version: '2.3'
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 2.2.15
119
+ version: 2.3.0
120
120
  - !ruby/object:Gem::Dependency
121
121
  name: bundler-audit
122
122
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '3.1'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 3.1.2
177
+ version: 3.1.4
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '3.1'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 3.1.2
187
+ version: 3.1.4
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: kettle-test
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '2.0'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 2.0.6
197
+ version: 2.0.9
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '2.0'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 2.0.6
207
+ version: 2.0.9
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: turbo_tests2
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -214,7 +214,7 @@ dependencies:
214
214
  version: '3.1'
215
215
  - - ">="
216
216
  - !ruby/object:Gem::Version
217
- version: 3.1.4
217
+ version: 3.1.6
218
218
  type: :development
219
219
  prerelease: false
220
220
  version_requirements: !ruby/object:Gem::Requirement
@@ -224,7 +224,7 @@ dependencies:
224
224
  version: '3.1'
225
225
  - - ">="
226
226
  - !ruby/object:Gem::Version
227
- version: 3.1.4
227
+ version: 3.1.6
228
228
  - !ruby/object:Gem::Dependency
229
229
  name: ruby-progressbar
230
230
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '1.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 1.0.3
251
+ version: 1.0.4
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '1.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 1.0.3
261
+ version: 1.0.4
262
262
  - !ruby/object:Gem::Dependency
263
263
  name: gitmoji-regex
264
264
  requirement: !ruby/object:Gem::Requirement
@@ -268,7 +268,7 @@ dependencies:
268
268
  version: '2.0'
269
269
  - - ">="
270
270
  - !ruby/object:Gem::Version
271
- version: 2.0.3
271
+ version: 2.0.4
272
272
  type: :development
273
273
  prerelease: false
274
274
  version_requirements: !ruby/object:Gem::Requirement
@@ -278,7 +278,7 @@ dependencies:
278
278
  version: '2.0'
279
279
  - - ">="
280
280
  - !ruby/object:Gem::Version
281
- version: 2.0.3
281
+ version: 2.0.4
282
282
  - !ruby/object:Gem::Dependency
283
283
  name: kramdown
284
284
  requirement: !ruby/object:Gem::Requirement
@@ -337,6 +337,7 @@ files:
337
337
  - CONTRIBUTING.md
338
338
  - FUNDING.md
339
339
  - LICENSE.md
340
+ - MIT.md
340
341
  - README.md
341
342
  - RUBOCOP.md
342
343
  - SECURITY.md
@@ -355,10 +356,10 @@ licenses:
355
356
  - MIT
356
357
  metadata:
357
358
  homepage_uri: https://yard-fence.galtzo.com
358
- source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.5
359
- changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.5/CHANGELOG.md
359
+ source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.6
360
+ changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.6/CHANGELOG.md
360
361
  bug_tracker_uri: https://github.com/galtzo-floss/yard-fence/issues
361
- documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.5
362
+ documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.6
362
363
  funding_uri: https://github.com/sponsors/pboling
363
364
  wiki_uri: https://github.com/galtzo-floss/yard-fence/wiki
364
365
  news_uri: https://www.railsbling.com/tags/yard-fence
metadata.gz.sig CHANGED
Binary file