yard-yaml 0.2.5 → 0.2.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +21 -1
- data/README.md +5 -17
- data/lib/yard/yaml/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: 32aa4a7bb8ddfe9fd3853b868164eaa118d4f0a8950b61a9ce9b88955fe4f5b2
|
|
4
|
+
data.tar.gz: d229c29de6cafe88d45de41f5af09d9c579dc1411b380ddd81f18ebeba6e80a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18d6f6f443b8d1d6027196d9ca6bfe0ea5f382899d2207f7bfa8663dc5bbc27dbef1881da2dda7e265c9e5fb46f255583506bfc4d6604f131ad880d77873be6b
|
|
7
|
+
data.tar.gz: dbf5682e52007139dfc24021b2cdee47fd7606693d84750e23e4d8e30d4de8ca46eafbf868a7a51ae99f80fe8f6a60aedf82e22f83bd5243de30436746938b11
|
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.2.6] - 2026-09-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.2.6][0.2.6t]
|
|
36
|
+
- COVERAGE: 95.13% -- 527/554 lines in 13 files
|
|
37
|
+
- BRANCH COVERAGE: 83.25% -- 164/197 branches in 13 files
|
|
38
|
+
- 79.73% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 8 project files:
|
|
43
|
+
- dependencies (8)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 5 project files:
|
|
46
|
+
- code and tests (1)
|
|
47
|
+
- dependencies (2)
|
|
48
|
+
- other (1)
|
|
49
|
+
- workflows (1)
|
|
50
|
+
|
|
33
51
|
## [0.2.5] - 2026-08-09
|
|
34
52
|
|
|
35
53
|
- TAG: [v0.2.5][0.2.5t]
|
|
@@ -254,7 +272,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
254
272
|
|
|
255
273
|
### Security
|
|
256
274
|
|
|
257
|
-
[Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.
|
|
275
|
+
[Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.6...HEAD
|
|
276
|
+
[0.2.6]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.5...v0.2.6
|
|
277
|
+
[0.2.6t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.6
|
|
258
278
|
[0.2.5]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.4...v0.2.5
|
|
259
279
|
[0.2.5t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.5
|
|
260
280
|
[0.2.4]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.3...v0.2.4
|
data/README.md
CHANGED
|
@@ -50,7 +50,7 @@ with `title: my-gem` becomes a converted page like `docs/yaml/my-gem.html`.
|
|
|
50
50
|
|
|
51
51
|
### Compatibility
|
|
52
52
|
|
|
53
|
-
Compatible with MRI Ruby 3.2.0+,
|
|
53
|
+
Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
|
|
54
54
|
CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
|
|
55
55
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
56
56
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -89,7 +89,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
89
89
|
|
|
90
90
|
</details>
|
|
91
91
|
|
|
92
|
-
### Enterprise Support
|
|
92
|
+
### Enterprise Support
|
|
93
|
+
|
|
94
|
+
[](https://tidelift.com/subscription/pkg/rubygems-yard-yaml?utm_source=rubygems-yard-yaml&utm_medium=referral&utm_campaign=readme)
|
|
93
95
|
|
|
94
96
|
Available as part of the Tidelift Subscription.
|
|
95
97
|
|
|
@@ -271,8 +273,7 @@ See [SECURITY.md][🔐security].
|
|
|
271
273
|
## 🤝 Contributing
|
|
272
274
|
|
|
273
275
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
274
|
-
|
|
275
|
-
or use the gem and think about how it could be better.
|
|
276
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
276
277
|
|
|
277
278
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
278
279
|
|
|
@@ -308,19 +309,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
308
309
|
|
|
309
310
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/yard-yaml/-/graphs/main][🚎contributors-gl]
|
|
310
311
|
|
|
311
|
-
<details markdown="1">
|
|
312
|
-
<summary>⭐️ Star History</summary>
|
|
313
|
-
|
|
314
|
-
<a href="https://star-history.com/galtzo-floss/yard-yaml&Date">
|
|
315
|
-
<picture>
|
|
316
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yard-yaml&type=Date&theme=dark" />
|
|
317
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yard-yaml&type=Date" />
|
|
318
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/yard-yaml&type=Date" />
|
|
319
|
-
</picture>
|
|
320
|
-
</a>
|
|
321
|
-
|
|
322
|
-
</details>
|
|
323
|
-
|
|
324
312
|
## 📌 Versioning
|
|
325
313
|
|
|
326
314
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
data/lib/yard/yaml/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.2.
|
|
8
|
+
VERSION = "0.2.6"
|
|
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-yaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Annibelle Boling
|
|
@@ -78,20 +78,20 @@ dependencies:
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - "~>"
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '
|
|
81
|
+
version: '3.1'
|
|
82
82
|
- - ">="
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version:
|
|
84
|
+
version: 3.1.0
|
|
85
85
|
type: :development
|
|
86
86
|
prerelease: false
|
|
87
87
|
version_requirements: !ruby/object:Gem::Requirement
|
|
88
88
|
requirements:
|
|
89
89
|
- - "~>"
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: '
|
|
91
|
+
version: '3.1'
|
|
92
92
|
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version:
|
|
94
|
+
version: 3.1.0
|
|
95
95
|
- !ruby/object:Gem::Dependency
|
|
96
96
|
name: bundler-audit
|
|
97
97
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -169,7 +169,7 @@ dependencies:
|
|
|
169
169
|
version: '3.2'
|
|
170
170
|
- - ">="
|
|
171
171
|
- !ruby/object:Gem::Version
|
|
172
|
-
version: 3.2.
|
|
172
|
+
version: 3.2.3
|
|
173
173
|
type: :development
|
|
174
174
|
prerelease: false
|
|
175
175
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -179,7 +179,7 @@ dependencies:
|
|
|
179
179
|
version: '3.2'
|
|
180
180
|
- - ">="
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
|
-
version: 3.2.
|
|
182
|
+
version: 3.2.3
|
|
183
183
|
- !ruby/object:Gem::Dependency
|
|
184
184
|
name: kettle-test
|
|
185
185
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -189,7 +189,7 @@ dependencies:
|
|
|
189
189
|
version: '2.0'
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
|
-
version: 2.0.
|
|
192
|
+
version: 2.0.21
|
|
193
193
|
type: :development
|
|
194
194
|
prerelease: false
|
|
195
195
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -199,7 +199,7 @@ dependencies:
|
|
|
199
199
|
version: '2.0'
|
|
200
200
|
- - ">="
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
|
-
version: 2.0.
|
|
202
|
+
version: 2.0.21
|
|
203
203
|
- !ruby/object:Gem::Dependency
|
|
204
204
|
name: turbo_tests2
|
|
205
205
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -209,7 +209,7 @@ dependencies:
|
|
|
209
209
|
version: '3.2'
|
|
210
210
|
- - ">="
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: 3.2.
|
|
212
|
+
version: 3.2.8
|
|
213
213
|
type: :development
|
|
214
214
|
prerelease: false
|
|
215
215
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -219,7 +219,7 @@ dependencies:
|
|
|
219
219
|
version: '3.2'
|
|
220
220
|
- - ">="
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 3.2.
|
|
222
|
+
version: 3.2.8
|
|
223
223
|
- !ruby/object:Gem::Dependency
|
|
224
224
|
name: ruby-progressbar
|
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -243,7 +243,7 @@ dependencies:
|
|
|
243
243
|
version: '1.0'
|
|
244
244
|
- - ">="
|
|
245
245
|
- !ruby/object:Gem::Version
|
|
246
|
-
version: 1.0.
|
|
246
|
+
version: 1.0.9
|
|
247
247
|
type: :development
|
|
248
248
|
prerelease: false
|
|
249
249
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -253,7 +253,7 @@ dependencies:
|
|
|
253
253
|
version: '1.0'
|
|
254
254
|
- - ">="
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
|
-
version: 1.0.
|
|
256
|
+
version: 1.0.9
|
|
257
257
|
- !ruby/object:Gem::Dependency
|
|
258
258
|
name: gitmoji-regex
|
|
259
259
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -263,7 +263,7 @@ dependencies:
|
|
|
263
263
|
version: '2.0'
|
|
264
264
|
- - ">="
|
|
265
265
|
- !ruby/object:Gem::Version
|
|
266
|
-
version: 2.0.
|
|
266
|
+
version: 2.0.13
|
|
267
267
|
type: :development
|
|
268
268
|
prerelease: false
|
|
269
269
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -273,7 +273,7 @@ dependencies:
|
|
|
273
273
|
version: '2.0'
|
|
274
274
|
- - ">="
|
|
275
275
|
- !ruby/object:Gem::Version
|
|
276
|
-
version: 2.0.
|
|
276
|
+
version: 2.0.13
|
|
277
277
|
description: "\U0001F997 A YARD plugin for YAML documents"
|
|
278
278
|
email:
|
|
279
279
|
- floss@galtzo.com
|
|
@@ -303,10 +303,10 @@ licenses:
|
|
|
303
303
|
- MIT
|
|
304
304
|
metadata:
|
|
305
305
|
homepage_uri: https://yard-yaml.galtzo.com
|
|
306
|
-
source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.2.
|
|
307
|
-
changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.
|
|
306
|
+
source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.2.6
|
|
307
|
+
changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.6/CHANGELOG.md
|
|
308
308
|
bug_tracker_uri: https://github.com/galtzo-floss/yard-yaml/issues
|
|
309
|
-
documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.2.
|
|
309
|
+
documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.2.6
|
|
310
310
|
funding_uri: https://github.com/sponsors/pboling
|
|
311
311
|
wiki_uri: https://github.com/galtzo-floss/yard-yaml/wiki
|
|
312
312
|
news_uri: https://www.railsbling.com/tags/yard-yaml
|
metadata.gz.sig
CHANGED
|
Binary file
|