yard-yaml 0.2.0 → 0.2.1

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: f2792c605ef04e9d3805648c5c85f7fb436cc64a168a4af47a3febe99e723b62
4
- data.tar.gz: 03e50525f9f51187bfbd90251d7e3fa8143d812c42b9187686c1d0bc4568075c
3
+ metadata.gz: 418441f277fbec74fe349b410e31efea7eb8873d469c3fa664cdd16146b261dc
4
+ data.tar.gz: 870df0f111ddb6ae49737b5a2cbcd5a2a34df1a0fc121caefe9025ca6edcbdc0
5
5
  SHA512:
6
- metadata.gz: 62f5b2d690534fc7b047ab6ce948ba649b0cf1855d7d81576ab9c3831fb4c0fb87ad8e68cbc52ccf95a471d34314845289c1e6bbba96c2afecd9dc5f995e1575
7
- data.tar.gz: 1d9cb2f0113d6c3511a7d38cd0c52739eea0bb516e6b26d8925c130ca2da12d6c224cedcdaa42d153f15320cd1643bb92cfb256a6f5d1c004eb62f2e91c58120
6
+ metadata.gz: 2ed955a72a4e56e02f4adca4c4d74620645d0ebdf9a32a217bb4110fdab59d8a651f38e255e008cbedd4fd746c500a5d58b0760afc1df67897ee604774e18cd2
7
+ data.tar.gz: 9e9e5148d415c596c304cd77d05df3fdeb58980f3feefff0cec572b11f279e1739f4b1ba43c726b98d4a151af90e2fdbda1c3427136690df36c9b96fd6a77e00
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.1] - 2026-06-14
34
+
35
+ - TAG: [v0.2.1][0.2.1t]
36
+ - COVERAGE: 94.88% -- 519/547 lines in 12 files
37
+ - BRANCH COVERAGE: 83.25% -- 164/197 branches in 12 files
38
+ - 78.38% documented
39
+
40
+ ### Fixed
41
+
42
+ - Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
43
+
33
44
  ## [0.2.0] - 2026-06-03
34
45
 
35
46
  - TAG: [v0.2.0][0.2.0t]
@@ -112,7 +123,9 @@ Please file a bug if you notice a violation of semantic versioning.
112
123
 
113
124
  ### Security
114
125
 
115
- [Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.0...HEAD
126
+ [Unreleased]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.1...HEAD
127
+ [0.2.1]: https://github.com/galtzo-floss/yard-yaml/compare/v0.2.0...v0.2.1
128
+ [0.2.1t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.1
116
129
  [0.2.0]: https://github.com/galtzo-floss/yard-yaml/compare/v0.1.3...v0.2.0
117
130
  [0.2.0t]: https://github.com/galtzo-floss/yard-yaml/releases/tag/v0.2.0
118
131
  [0.1.3]: https://github.com/galtzo-floss/yard-yaml/compare/v0.1.2...v0.1.3
data/LICENSE.md CHANGED
@@ -7,5 +7,5 @@ Choose the option that best fits your use case:
7
7
 
8
8
  ## Copyright Notice
9
9
 
10
- Copyright (c) 2025 Annibelle Boling
11
- Copyright (c) 2025-2026 Peter H. Boling
10
+ - Copyright (c) 2025 Annibelle Boling
11
+ - Copyright (c) 2025-2026 Peter H. Boling
data/README.md CHANGED
@@ -543,7 +543,7 @@ Thanks for RTFM. ☺️
543
543
  [📄license-ref]: MIT.md
544
544
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
545
545
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
546
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-✓-259D6C.svg?style=flat&logo=Apache
546
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
547
547
 
548
548
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
549
549
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
@@ -3,7 +3,7 @@
3
3
  module Yard
4
4
  module Yaml
5
5
  module Version
6
- VERSION = "0.2.0"
6
+ VERSION = "0.2.1"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data/sig/yard/yaml.rbs CHANGED
@@ -1,7 +1,5 @@
1
1
  module Yard
2
2
  module Yaml
3
- VERSION: String
4
-
5
3
  # Global configuration and pages accessors
6
4
  def self.config: () -> Yard::Yaml::Config
7
5
  def self.configure: (?Hash[untyped, untyped] overrides) { (Yard::Yaml::Config) -> void } -> Yard::Yaml::Config
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Annibelle Boling
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: '1.1'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 1.1.10
50
+ version: 1.1.11
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,7 +57,7 @@ dependencies:
57
57
  version: '1.1'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 1.1.10
60
+ version: 1.1.11
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: yaml-converter
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -78,20 +78,20 @@ dependencies:
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '2.0'
81
+ version: '2.2'
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: 2.0.8
84
+ version: 2.2.8
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: '2.0'
91
+ version: '2.2'
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: 2.0.8
94
+ version: 2.2.8
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: bundler-audit
97
97
  requirement: !ruby/object:Gem::Requirement
@@ -146,20 +146,20 @@ dependencies:
146
146
  requirements:
147
147
  - - "~>"
148
148
  - !ruby/object:Gem::Version
149
- version: '3.0'
149
+ version: '3.1'
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
- version: 3.0.6
152
+ version: 3.1.2
153
153
  type: :development
154
154
  prerelease: false
155
155
  version_requirements: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: '3.0'
159
+ version: '3.1'
160
160
  - - ">="
161
161
  - !ruby/object:Gem::Version
162
- version: 3.0.6
162
+ version: 3.1.2
163
163
  - !ruby/object:Gem::Dependency
164
164
  name: kettle-test
165
165
  requirement: !ruby/object:Gem::Requirement
@@ -169,7 +169,7 @@ dependencies:
169
169
  version: '2.0'
170
170
  - - ">="
171
171
  - !ruby/object:Gem::Version
172
- version: 2.0.3
172
+ version: 2.0.5
173
173
  type: :development
174
174
  prerelease: false
175
175
  version_requirements: !ruby/object:Gem::Requirement
@@ -179,7 +179,7 @@ dependencies:
179
179
  version: '2.0'
180
180
  - - ">="
181
181
  - !ruby/object:Gem::Version
182
- version: 2.0.3
182
+ version: 2.0.5
183
183
  - !ruby/object:Gem::Dependency
184
184
  name: turbo_tests2
185
185
  requirement: !ruby/object:Gem::Requirement
@@ -189,7 +189,7 @@ dependencies:
189
189
  version: '3.1'
190
190
  - - ">="
191
191
  - !ruby/object:Gem::Version
192
- version: 3.1.1
192
+ version: 3.1.3
193
193
  type: :development
194
194
  prerelease: false
195
195
  version_requirements: !ruby/object:Gem::Requirement
@@ -199,7 +199,7 @@ dependencies:
199
199
  version: '3.1'
200
200
  - - ">="
201
201
  - !ruby/object:Gem::Version
202
- version: 3.1.1
202
+ version: 3.1.3
203
203
  - !ruby/object:Gem::Dependency
204
204
  name: ruby-progressbar
205
205
  requirement: !ruby/object:Gem::Requirement
@@ -300,10 +300,10 @@ licenses:
300
300
  - MIT
301
301
  metadata:
302
302
  homepage_uri: https://structuredmerge.org
303
- source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.2.0
304
- changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.0/CHANGELOG.md
303
+ source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.2.1
304
+ changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.2.1/CHANGELOG.md
305
305
  bug_tracker_uri: https://github.com/galtzo-floss/yard-yaml/issues
306
- documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.2.0
306
+ documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.2.1
307
307
  funding_uri: https://github.com/sponsors/pboling
308
308
  wiki_uri: https://github.com/galtzo-floss/yard-yaml/wiki
309
309
  news_uri: https://www.railsbling.com/tags/yard-yaml
metadata.gz.sig CHANGED
Binary file