yard-fence 0.9.3 → 0.9.4
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 -1
- data/README.md +2 -2
- data/lib/yard/fence/version.rb +1 -1
- data/sig/yard/fence.rbs +0 -2
- data.tar.gz.sig +0 -0
- metadata +14 -14
- 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: 587e07795d49b85d876429f02ab5336f7083cc909ab1b67829f15cc59d446c6c
|
|
4
|
+
data.tar.gz: f49d9b94b96991bfe612acd0960fbe78d791786ee43b576543874cd8c6f7d272
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d84824a1ae49793f358a8c9c05c25afb4a24b8c6ab7730caa01fc18579a47be9ca173ad7ad2447dd799e17854b13e1949d67a5b8836a56370fc87b87b43bd7b2
|
|
7
|
+
data.tar.gz: 3751b0e4aad44e4772bba0b03c6d3300969bf70538aaf5ac2c6a66cb0d8fdbec4f6db89a7d5120034ef97853500ea30e18b5f6caf097b7b1ea94dce0d218449d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,22 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.9.4] - 2026-06-14
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.9.4][0.9.4t]
|
|
36
|
+
- COVERAGE: 95.65% -- 198/207 lines in 5 files
|
|
37
|
+
- BRANCH COVERAGE: 83.33% -- 55/66 branches in 5 files
|
|
38
|
+
- 38.30% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Retemplated project metadata, workflow pins, and dependency floors with the
|
|
43
|
+
latest `kettle-jem` template, including resilient templating bootstrap updates.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
48
|
+
|
|
33
49
|
## [0.9.3] - 2026-06-09
|
|
34
50
|
|
|
35
51
|
- TAG: [v0.9.3][0.9.3t]
|
|
@@ -245,7 +261,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
245
261
|
|
|
246
262
|
- Initial release
|
|
247
263
|
|
|
248
|
-
[Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.
|
|
264
|
+
[Unreleased]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.4...HEAD
|
|
265
|
+
[0.9.4]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.3...v0.9.4
|
|
266
|
+
[0.9.4t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.4
|
|
249
267
|
[0.9.3]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.2...v0.9.3
|
|
250
268
|
[0.9.3t]: https://github.com/galtzo-floss/yard-fence/releases/tag/v0.9.3
|
|
251
269
|
[0.9.2]: https://github.com/galtzo-floss/yard-fence/compare/v0.9.1...v0.9.2
|
data/README.md
CHANGED
|
@@ -551,7 +551,7 @@ Thanks for RTFM. ☺️
|
|
|
551
551
|
[📄license-ref]: MIT.md
|
|
552
552
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
553
553
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
554
|
-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A
|
|
554
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-✓-259D6C.svg?style=flat&logo=Apache
|
|
555
555
|
|
|
556
556
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
557
557
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
@@ -571,7 +571,7 @@ Thanks for RTFM. ☺️
|
|
|
571
571
|
| Package | yard-fence |
|
|
572
572
|
| Description | 🍲 Convert ASCII braces ('{}') to full-width braces ('{}') within code fences (triple-or-single backticks) during YARD processing, and back to ASCII braces afterward |
|
|
573
573
|
| Homepage | https://github.com/galtzo-floss/yard-fence |
|
|
574
|
-
| Source | https://github.com/galtzo-floss/yard-fence/tree/v0.9.
|
|
574
|
+
| Source | https://github.com/galtzo-floss/yard-fence/tree/v0.9.4 |
|
|
575
575
|
| License | `MIT` |
|
|
576
576
|
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/yard-fence, https://www.buymeacoffee.com/pboling |
|
|
577
577
|
<!-- kettle-jem:metadata:end -->
|
data/lib/yard/fence/version.rb
CHANGED
data/sig/yard/fence.rbs
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
module Yard
|
|
2
2
|
module Fence
|
|
3
3
|
# Constants (refined literal types where possible)
|
|
4
|
-
VERSION: String
|
|
5
4
|
ASCII_BRACES: "{}"
|
|
6
5
|
FULLWIDTH_BRACES: "{}"
|
|
7
6
|
RAKE_INTEGRATIONS: ::Hash[String, bool]
|
|
@@ -54,7 +53,6 @@ module Yard
|
|
|
54
53
|
def __reset_rake_integrations__: () -> nil
|
|
55
54
|
|
|
56
55
|
module Version
|
|
57
|
-
VERSION: String
|
|
58
56
|
end
|
|
59
57
|
|
|
60
58
|
class KramdownGfmDocument < ::Kramdown::Document
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -106,7 +106,7 @@ dependencies:
|
|
|
106
106
|
version: '2.2'
|
|
107
107
|
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: 2.2.
|
|
109
|
+
version: 2.2.9
|
|
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.2'
|
|
117
117
|
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 2.2.
|
|
119
|
+
version: 2.2.9
|
|
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.
|
|
177
|
+
version: 3.1.2
|
|
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.
|
|
187
|
+
version: 3.1.2
|
|
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.
|
|
197
|
+
version: 2.0.5
|
|
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.
|
|
207
|
+
version: 2.0.5
|
|
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.
|
|
217
|
+
version: 3.1.3
|
|
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.
|
|
227
|
+
version: 3.1.3
|
|
228
228
|
- !ruby/object:Gem::Dependency
|
|
229
229
|
name: ruby-progressbar
|
|
230
230
|
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.
|
|
271
|
+
version: 2.0.2
|
|
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.
|
|
281
|
+
version: 2.0.2
|
|
282
282
|
- !ruby/object:Gem::Dependency
|
|
283
283
|
name: kramdown
|
|
284
284
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -355,10 +355,10 @@ licenses:
|
|
|
355
355
|
- MIT
|
|
356
356
|
metadata:
|
|
357
357
|
homepage_uri: https://structuredmerge.org
|
|
358
|
-
source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.
|
|
359
|
-
changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.
|
|
358
|
+
source_code_uri: https://github.com/galtzo-floss/yard-fence/tree/v0.9.4
|
|
359
|
+
changelog_uri: https://github.com/galtzo-floss/yard-fence/blob/v0.9.4/CHANGELOG.md
|
|
360
360
|
bug_tracker_uri: https://github.com/galtzo-floss/yard-fence/issues
|
|
361
|
-
documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.
|
|
361
|
+
documentation_uri: https://www.rubydoc.info/gems/yard-fence/0.9.4
|
|
362
362
|
funding_uri: https://github.com/sponsors/pboling
|
|
363
363
|
wiki_uri: https://github.com/galtzo-floss/yard-fence/wiki
|
|
364
364
|
news_uri: https://www.railsbling.com/tags/yard-fence
|
metadata.gz.sig
CHANGED
|
Binary file
|