yaml-converter 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 +20 -1
- data/README.md +5 -17
- data/lib/yaml/converter/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: 2d525ae6ed455103d46fe7775a861b5c5708b67bcdf84a5291f9a7ff829185ee
|
|
4
|
+
data.tar.gz: 6a32719036afe677785e76a0a6a23eadd538ec16cbeb362f1e08f4233837c9d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38c715ce43f9acee52b0eebb4ffb2b699afed8975e582137e414aa69fd5a39197cddcc49cc4c7b87fdbf42b3ee731f892834f68f900239cd2dc49f63c1548fdc
|
|
7
|
+
data.tar.gz: d21a9b9264cd1be6a26ae329d2c23ac2bbc43c864a21f6f6bc0da30c1e8e255524548fb9a733b8655e018a03601b8419fbc615aada6f125d700c8268d88a4e27
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,23 @@ 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: 92.69% -- 444/479 lines in 10 files
|
|
37
|
+
- BRANCH COVERAGE: 68.42% -- 117/171 branches in 10 files
|
|
38
|
+
- 66.67% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 8 project files:
|
|
43
|
+
- dependencies (8)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 4 project files:
|
|
46
|
+
- code and tests (1)
|
|
47
|
+
- dependencies (2)
|
|
48
|
+
- other (1)
|
|
49
|
+
|
|
33
50
|
## [0.2.5] - 2026-08-09
|
|
34
51
|
|
|
35
52
|
- TAG: [v0.2.5][0.2.5t]
|
|
@@ -217,7 +234,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
217
234
|
|
|
218
235
|
### Security
|
|
219
236
|
|
|
220
|
-
[Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.
|
|
237
|
+
[Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.6...HEAD
|
|
238
|
+
[0.2.6]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.5...v0.2.6
|
|
239
|
+
[0.2.6t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.6
|
|
221
240
|
[0.2.5]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.4...v0.2.5
|
|
222
241
|
[0.2.5t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.5
|
|
223
242
|
[0.2.4]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.3...v0.2.4
|
data/README.md
CHANGED
|
@@ -56,7 +56,7 @@ Alternatives (none in Ruby, send a PR if you know of one):
|
|
|
56
56
|
|
|
57
57
|
### Compatibility
|
|
58
58
|
|
|
59
|
-
Compatible with MRI Ruby 3.2.0+,
|
|
59
|
+
Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
|
|
60
60
|
CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
|
|
61
61
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
62
62
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -95,7 +95,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
95
95
|
|
|
96
96
|
</details>
|
|
97
97
|
|
|
98
|
-
### Enterprise Support
|
|
98
|
+
### Enterprise Support
|
|
99
|
+
|
|
100
|
+
[](https://tidelift.com/subscription/pkg/rubygems-yaml-converter?utm_source=rubygems-yaml-converter&utm_medium=referral&utm_campaign=readme)
|
|
99
101
|
|
|
100
102
|
Available as part of the Tidelift Subscription.
|
|
101
103
|
|
|
@@ -448,8 +450,7 @@ See [SECURITY.md][🔐security].
|
|
|
448
450
|
## 🤝 Contributing
|
|
449
451
|
|
|
450
452
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
451
|
-
|
|
452
|
-
or use the gem and think about how it could be better.
|
|
453
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
453
454
|
|
|
454
455
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
455
456
|
|
|
@@ -485,19 +486,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
485
486
|
|
|
486
487
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/yaml-converter/-/graphs/main][🚎contributors-gl]
|
|
487
488
|
|
|
488
|
-
<details markdown="1">
|
|
489
|
-
<summary>⭐️ Star History</summary>
|
|
490
|
-
|
|
491
|
-
<a href="https://star-history.com/galtzo-floss/yaml-converter&Date">
|
|
492
|
-
<picture>
|
|
493
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yaml-converter&type=Date&theme=dark" />
|
|
494
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yaml-converter&type=Date" />
|
|
495
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/yaml-converter&type=Date" />
|
|
496
|
-
</picture>
|
|
497
|
-
</a>
|
|
498
|
-
|
|
499
|
-
</details>
|
|
500
|
-
|
|
501
489
|
## 📌 Versioning
|
|
502
490
|
|
|
503
491
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -5,7 +5,7 @@ module Yaml
|
|
|
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: yaml-converter
|
|
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
|
- Peter H. Boling
|
|
@@ -117,20 +117,20 @@ dependencies:
|
|
|
117
117
|
requirements:
|
|
118
118
|
- - "~>"
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
|
-
version: '
|
|
120
|
+
version: '3.1'
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version:
|
|
123
|
+
version: 3.1.0
|
|
124
124
|
type: :development
|
|
125
125
|
prerelease: false
|
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
|
127
127
|
requirements:
|
|
128
128
|
- - "~>"
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: '
|
|
130
|
+
version: '3.1'
|
|
131
131
|
- - ">="
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
version:
|
|
133
|
+
version: 3.1.0
|
|
134
134
|
- !ruby/object:Gem::Dependency
|
|
135
135
|
name: bundler-audit
|
|
136
136
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
version: '3.2'
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 3.2.
|
|
211
|
+
version: 3.2.3
|
|
212
212
|
type: :development
|
|
213
213
|
prerelease: false
|
|
214
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +218,7 @@ dependencies:
|
|
|
218
218
|
version: '3.2'
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 3.2.
|
|
221
|
+
version: 3.2.3
|
|
222
222
|
- !ruby/object:Gem::Dependency
|
|
223
223
|
name: kettle-test
|
|
224
224
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +228,7 @@ dependencies:
|
|
|
228
228
|
version: '2.0'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.21
|
|
232
232
|
type: :development
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,7 +238,7 @@ dependencies:
|
|
|
238
238
|
version: '2.0'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.21
|
|
242
242
|
- !ruby/object:Gem::Dependency
|
|
243
243
|
name: turbo_tests2
|
|
244
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -248,7 +248,7 @@ dependencies:
|
|
|
248
248
|
version: '3.2'
|
|
249
249
|
- - ">="
|
|
250
250
|
- !ruby/object:Gem::Version
|
|
251
|
-
version: 3.2.
|
|
251
|
+
version: 3.2.8
|
|
252
252
|
type: :development
|
|
253
253
|
prerelease: false
|
|
254
254
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -258,7 +258,7 @@ dependencies:
|
|
|
258
258
|
version: '3.2'
|
|
259
259
|
- - ">="
|
|
260
260
|
- !ruby/object:Gem::Version
|
|
261
|
-
version: 3.2.
|
|
261
|
+
version: 3.2.8
|
|
262
262
|
- !ruby/object:Gem::Dependency
|
|
263
263
|
name: ruby-progressbar
|
|
264
264
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -282,7 +282,7 @@ dependencies:
|
|
|
282
282
|
version: '1.0'
|
|
283
283
|
- - ">="
|
|
284
284
|
- !ruby/object:Gem::Version
|
|
285
|
-
version: 1.0.
|
|
285
|
+
version: 1.0.9
|
|
286
286
|
type: :development
|
|
287
287
|
prerelease: false
|
|
288
288
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -292,7 +292,7 @@ dependencies:
|
|
|
292
292
|
version: '1.0'
|
|
293
293
|
- - ">="
|
|
294
294
|
- !ruby/object:Gem::Version
|
|
295
|
-
version: 1.0.
|
|
295
|
+
version: 1.0.9
|
|
296
296
|
- !ruby/object:Gem::Dependency
|
|
297
297
|
name: gitmoji-regex
|
|
298
298
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -302,7 +302,7 @@ dependencies:
|
|
|
302
302
|
version: '2.0'
|
|
303
303
|
- - ">="
|
|
304
304
|
- !ruby/object:Gem::Version
|
|
305
|
-
version: 2.0.
|
|
305
|
+
version: 2.0.13
|
|
306
306
|
type: :development
|
|
307
307
|
prerelease: false
|
|
308
308
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -312,7 +312,7 @@ dependencies:
|
|
|
312
312
|
version: '2.0'
|
|
313
313
|
- - ">="
|
|
314
314
|
- !ruby/object:Gem::Version
|
|
315
|
-
version: 2.0.
|
|
315
|
+
version: 2.0.13
|
|
316
316
|
description: "\U0001F968 yaml-converter parses YAML files (with inline #note: annotations
|
|
317
317
|
and validation markers) and emits polished Markdown, HTML, and PDF/DOCX (via pandoc)
|
|
318
318
|
outputs including a validation status line, fenced YAML blocks, and extracted notes."
|
|
@@ -343,10 +343,10 @@ licenses:
|
|
|
343
343
|
- MIT
|
|
344
344
|
metadata:
|
|
345
345
|
homepage_uri: https://yaml-converter.galtzo.com
|
|
346
|
-
source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.
|
|
347
|
-
changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.
|
|
346
|
+
source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.6
|
|
347
|
+
changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.6/CHANGELOG.md
|
|
348
348
|
bug_tracker_uri: https://github.com/galtzo-floss/yaml-converter/issues
|
|
349
|
-
documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.
|
|
349
|
+
documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.6
|
|
350
350
|
funding_uri: https://github.com/sponsors/pboling
|
|
351
351
|
wiki_uri: https://github.com/galtzo-floss/yaml-converter/wiki
|
|
352
352
|
news_uri: https://www.railsbling.com/tags/yaml-converter
|
metadata.gz.sig
CHANGED
|
Binary file
|