yaml-converter 0.2.2 → 0.2.3

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: ff20673cd21658575822564663ad07c4435983e673628f973937b01eb6ea7b7a
4
- data.tar.gz: e4eb4b9ece2a9432dffbee6ef3962809c54a624ccd3089fc6527d50e178e286e
3
+ metadata.gz: eacf4ee6d856860e8c9d21a20cfbcaeafafefc322db57520bdd666bac9e5bd1f
4
+ data.tar.gz: e13ca40380536617144544d63a779eab88ae9fc8c991fbdc92111679f826b431
5
5
  SHA512:
6
- metadata.gz: b4a31646b8c08263f6f067c8d6877e4fd6526565b2c8a1313b0f80f22f5195411bd4edb3a83b820f2ffc238bdc46b3a90db0a958db8127737364e979eb73fb36
7
- data.tar.gz: cf9206ef4bb6ff61a78045af195f467ddeac4d842b694d6d31a1c287b40653053021919dd34b50e9081041d9386b80053cc3310c340583a549c93f57ec52a8ff
6
+ metadata.gz: 14f442c45b35c1519eb89c2cb3cc598b5855cdf5bac6c378ecc06671e24bbfbd0024b74c8aa429abab3177cf1522ab622a8223158daff2a7cd6a1d7a7a7ac3eb
7
+ data.tar.gz: d22b909cdfb54efb9b7d82a70af2678d56af6b5776d73f0744a888cf376d6110810ce3503c3c3b35723105dc9cac216b3fceb9604d11362e4084abfc3bb9ffca
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.2.3] - 2026-07-02
34
+
35
+ - TAG: [v0.2.3][0.2.3t]
36
+ - COVERAGE: 92.69% -- 444/479 lines in 10 files
37
+ - BRANCH COVERAGE: 67.63% -- 117/173 branches in 10 files
38
+ - 63.77% documented
39
+
40
+ ### Fixed
41
+
42
+ - Package configured license files in gem release file lists.
43
+
33
44
  ## [0.2.2] - 2026-06-22
34
45
 
35
46
  - TAG: [v0.2.2][0.2.2t]
@@ -102,7 +113,9 @@ Please file a bug if you notice a violation of semantic versioning.
102
113
 
103
114
  ### Security
104
115
 
105
- [Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.2...HEAD
116
+ [Unreleased]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.3...HEAD
117
+ [0.2.3]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.2...v0.2.3
118
+ [0.2.3t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.3
106
119
  [0.2.2]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.1...v0.2.2
107
120
  [0.2.2t]: https://github.com/galtzo-floss/yaml-converter/releases/tag/v0.2.2
108
121
  [0.2.1]: https://github.com/galtzo-floss/yaml-converter/compare/v0.2.0...v0.2.1
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 Yaml
4
4
  module Converter
5
5
  module Version
6
- VERSION = "0.2.2"
6
+ VERSION = "0.2.3"
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: yaml-converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
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: '2.2'
120
+ version: '2.3'
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: 2.2.15
123
+ version: 2.3.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: '2.2'
130
+ version: '2.3'
131
131
  - - ">="
132
132
  - !ruby/object:Gem::Version
133
- version: 2.2.15
133
+ version: 2.3.0
134
134
  - !ruby/object:Gem::Dependency
135
135
  name: bundler-audit
136
136
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +188,7 @@ dependencies:
188
188
  version: '3.1'
189
189
  - - ">="
190
190
  - !ruby/object:Gem::Version
191
- version: 3.1.2
191
+ version: 3.1.4
192
192
  type: :development
193
193
  prerelease: false
194
194
  version_requirements: !ruby/object:Gem::Requirement
@@ -198,7 +198,7 @@ dependencies:
198
198
  version: '3.1'
199
199
  - - ">="
200
200
  - !ruby/object:Gem::Version
201
- version: 3.1.2
201
+ version: 3.1.4
202
202
  - !ruby/object:Gem::Dependency
203
203
  name: kettle-test
204
204
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +208,7 @@ dependencies:
208
208
  version: '2.0'
209
209
  - - ">="
210
210
  - !ruby/object:Gem::Version
211
- version: 2.0.6
211
+ version: 2.0.9
212
212
  type: :development
213
213
  prerelease: false
214
214
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +218,7 @@ dependencies:
218
218
  version: '2.0'
219
219
  - - ">="
220
220
  - !ruby/object:Gem::Version
221
- version: 2.0.6
221
+ version: 2.0.9
222
222
  - !ruby/object:Gem::Dependency
223
223
  name: turbo_tests2
224
224
  requirement: !ruby/object:Gem::Requirement
@@ -228,7 +228,7 @@ dependencies:
228
228
  version: '3.1'
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: 3.1.4
231
+ version: 3.1.6
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -238,7 +238,7 @@ dependencies:
238
238
  version: '3.1'
239
239
  - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 3.1.4
241
+ version: 3.1.6
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: ruby-progressbar
244
244
  requirement: !ruby/object:Gem::Requirement
@@ -262,7 +262,7 @@ dependencies:
262
262
  version: '1.0'
263
263
  - - ">="
264
264
  - !ruby/object:Gem::Version
265
- version: 1.0.3
265
+ version: 1.0.4
266
266
  type: :development
267
267
  prerelease: false
268
268
  version_requirements: !ruby/object:Gem::Requirement
@@ -272,7 +272,7 @@ dependencies:
272
272
  version: '1.0'
273
273
  - - ">="
274
274
  - !ruby/object:Gem::Version
275
- version: 1.0.3
275
+ version: 1.0.4
276
276
  - !ruby/object:Gem::Dependency
277
277
  name: gitmoji-regex
278
278
  requirement: !ruby/object:Gem::Requirement
@@ -282,7 +282,7 @@ dependencies:
282
282
  version: '2.0'
283
283
  - - ">="
284
284
  - !ruby/object:Gem::Version
285
- version: 2.0.3
285
+ version: 2.0.4
286
286
  type: :development
287
287
  prerelease: false
288
288
  version_requirements: !ruby/object:Gem::Requirement
@@ -292,7 +292,7 @@ dependencies:
292
292
  version: '2.0'
293
293
  - - ">="
294
294
  - !ruby/object:Gem::Version
295
- version: 2.0.3
295
+ version: 2.0.4
296
296
  description: "\U0001F968 yaml-converter parses YAML files (with inline #note: annotations
297
297
  and validation markers) and emits polished Markdown, HTML, and PDF/DOCX (via pandoc)
298
298
  outputs including a validation status line, fenced YAML blocks, and extracted notes."
@@ -318,6 +318,7 @@ files:
318
318
  - CONTRIBUTING.md
319
319
  - FUNDING.md
320
320
  - LICENSE.md
321
+ - MIT.md
321
322
  - README.md
322
323
  - RUBOCOP.md
323
324
  - SECURITY.md
@@ -344,10 +345,10 @@ licenses:
344
345
  - MIT
345
346
  metadata:
346
347
  homepage_uri: https://yaml-converter.galtzo.com
347
- source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.2
348
- changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.2/CHANGELOG.md
348
+ source_code_uri: https://github.com/galtzo-floss/yaml-converter/tree/v0.2.3
349
+ changelog_uri: https://github.com/galtzo-floss/yaml-converter/blob/v0.2.3/CHANGELOG.md
349
350
  bug_tracker_uri: https://github.com/galtzo-floss/yaml-converter/issues
350
- documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.2
351
+ documentation_uri: https://www.rubydoc.info/gems/yaml-converter/0.2.3
351
352
  funding_uri: https://github.com/sponsors/pboling
352
353
  wiki_uri: https://github.com/galtzo-floss/yaml-converter/wiki
353
354
  news_uri: https://www.railsbling.com/tags/yaml-converter
metadata.gz.sig CHANGED
Binary file