yard-yaml 0.1.0 → 0.1.2
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 +50 -1
- data/CITATION.cff +6 -6
- data/CONTRIBUTING.md +66 -31
- data/FUNDING.md +1 -1
- data/LICENSE.md +11 -0
- data/README.md +123 -885
- data/certs/pboling.pem +27 -0
- data/lib/yard/yaml/converter.rb +88 -11
- data/lib/yard/yaml/emitter.rb +28 -11
- data/lib/yard/yaml/plugin.rb +71 -4
- data/lib/yard/yaml/tag_renderer.rb +1 -1
- data/lib/yard/yaml/tags.rb +3 -7
- data/lib/yard/yaml/version.rb +2 -2
- data/lib/yard/yaml.rb +21 -9
- data/lib/yard-yaml.rb +3 -0
- data/sig/yard/yaml/version.rbs +8 -0
- data.tar.gz.sig +0 -0
- metadata +52 -40
- metadata.gz.sig +0 -0
- data/LICENSE.txt +0 -21
- data/REEK +0 -0
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yard-yaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Annibelle Boling
|
|
8
8
|
- Peter H. Boling
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain:
|
|
@@ -39,67 +39,73 @@ cert_chain:
|
|
|
39
39
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name:
|
|
42
|
+
name: version_gem
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
47
|
+
version: '1.1'
|
|
48
|
+
- - ">="
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: 1.1.9
|
|
48
51
|
type: :runtime
|
|
49
52
|
prerelease: false
|
|
50
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
54
|
requirements:
|
|
52
55
|
- - "~>"
|
|
53
56
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
57
|
+
version: '1.1'
|
|
58
|
+
- - ">="
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: 1.1.9
|
|
55
61
|
- !ruby/object:Gem::Dependency
|
|
56
|
-
name:
|
|
62
|
+
name: yaml-converter
|
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
|
58
64
|
requirements:
|
|
59
65
|
- - "~>"
|
|
60
66
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
62
|
-
- - ">="
|
|
63
|
-
- !ruby/object:Gem::Version
|
|
64
|
-
version: 1.1.9
|
|
67
|
+
version: '0.1'
|
|
65
68
|
type: :runtime
|
|
66
69
|
prerelease: false
|
|
67
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
68
71
|
requirements:
|
|
69
72
|
- - "~>"
|
|
70
73
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: '
|
|
72
|
-
- - ">="
|
|
73
|
-
- !ruby/object:Gem::Version
|
|
74
|
-
version: 1.1.9
|
|
74
|
+
version: '0.1'
|
|
75
75
|
- !ruby/object:Gem::Dependency
|
|
76
76
|
name: kettle-dev
|
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
|
79
79
|
- - "~>"
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '
|
|
81
|
+
version: '2.0'
|
|
82
|
+
- - ">="
|
|
83
|
+
- !ruby/object:Gem::Version
|
|
84
|
+
version: 2.0.1
|
|
82
85
|
type: :development
|
|
83
86
|
prerelease: false
|
|
84
87
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
88
|
requirements:
|
|
86
89
|
- - "~>"
|
|
87
90
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '
|
|
91
|
+
version: '2.0'
|
|
92
|
+
- - ">="
|
|
93
|
+
- !ruby/object:Gem::Version
|
|
94
|
+
version: 2.0.1
|
|
89
95
|
- !ruby/object:Gem::Dependency
|
|
90
96
|
name: bundler-audit
|
|
91
97
|
requirement: !ruby/object:Gem::Requirement
|
|
92
98
|
requirements:
|
|
93
99
|
- - "~>"
|
|
94
100
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 0.9.
|
|
101
|
+
version: 0.9.3
|
|
96
102
|
type: :development
|
|
97
103
|
prerelease: false
|
|
98
104
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
105
|
requirements:
|
|
100
106
|
- - "~>"
|
|
101
107
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 0.9.
|
|
108
|
+
version: 0.9.3
|
|
103
109
|
- !ruby/object:Gem::Dependency
|
|
104
110
|
name: rake
|
|
105
111
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -141,6 +147,9 @@ dependencies:
|
|
|
141
147
|
- - "~>"
|
|
142
148
|
- !ruby/object:Gem::Version
|
|
143
149
|
version: '3.0'
|
|
150
|
+
- - ">="
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: 3.0.6
|
|
144
153
|
type: :development
|
|
145
154
|
prerelease: false
|
|
146
155
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -148,26 +157,29 @@ dependencies:
|
|
|
148
157
|
- - "~>"
|
|
149
158
|
- !ruby/object:Gem::Version
|
|
150
159
|
version: '3.0'
|
|
160
|
+
- - ">="
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: 3.0.6
|
|
151
163
|
- !ruby/object:Gem::Dependency
|
|
152
164
|
name: kettle-test
|
|
153
165
|
requirement: !ruby/object:Gem::Requirement
|
|
154
166
|
requirements:
|
|
155
167
|
- - "~>"
|
|
156
168
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: '
|
|
169
|
+
version: '2.0'
|
|
158
170
|
- - ">="
|
|
159
171
|
- !ruby/object:Gem::Version
|
|
160
|
-
version:
|
|
172
|
+
version: 2.0.1
|
|
161
173
|
type: :development
|
|
162
174
|
prerelease: false
|
|
163
175
|
version_requirements: !ruby/object:Gem::Requirement
|
|
164
176
|
requirements:
|
|
165
177
|
- - "~>"
|
|
166
178
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: '
|
|
179
|
+
version: '2.0'
|
|
168
180
|
- - ">="
|
|
169
181
|
- !ruby/object:Gem::Version
|
|
170
|
-
version:
|
|
182
|
+
version: 2.0.1
|
|
171
183
|
- !ruby/object:Gem::Dependency
|
|
172
184
|
name: ruby-progressbar
|
|
173
185
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -191,7 +203,7 @@ dependencies:
|
|
|
191
203
|
version: '1.0'
|
|
192
204
|
- - ">="
|
|
193
205
|
- !ruby/object:Gem::Version
|
|
194
|
-
version: 1.0.
|
|
206
|
+
version: 1.0.3
|
|
195
207
|
type: :development
|
|
196
208
|
prerelease: false
|
|
197
209
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -201,28 +213,28 @@ dependencies:
|
|
|
201
213
|
version: '1.0'
|
|
202
214
|
- - ">="
|
|
203
215
|
- !ruby/object:Gem::Version
|
|
204
|
-
version: 1.0.
|
|
216
|
+
version: 1.0.3
|
|
205
217
|
- !ruby/object:Gem::Dependency
|
|
206
218
|
name: gitmoji-regex
|
|
207
219
|
requirement: !ruby/object:Gem::Requirement
|
|
208
220
|
requirements:
|
|
209
221
|
- - "~>"
|
|
210
222
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: '
|
|
223
|
+
version: '2.0'
|
|
212
224
|
- - ">="
|
|
213
225
|
- !ruby/object:Gem::Version
|
|
214
|
-
version:
|
|
226
|
+
version: 2.0.0
|
|
215
227
|
type: :development
|
|
216
228
|
prerelease: false
|
|
217
229
|
version_requirements: !ruby/object:Gem::Requirement
|
|
218
230
|
requirements:
|
|
219
231
|
- - "~>"
|
|
220
232
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: '
|
|
233
|
+
version: '2.0'
|
|
222
234
|
- - ">="
|
|
223
235
|
- !ruby/object:Gem::Version
|
|
224
|
-
version:
|
|
225
|
-
description: "\
|
|
236
|
+
version: 2.0.0
|
|
237
|
+
description: "\U0001F997 A YARD plugin for YAML documents"
|
|
226
238
|
email:
|
|
227
239
|
- floss@galtzo.com
|
|
228
240
|
executables: []
|
|
@@ -233,9 +245,8 @@ extra_rdoc_files:
|
|
|
233
245
|
- CODE_OF_CONDUCT.md
|
|
234
246
|
- CONTRIBUTING.md
|
|
235
247
|
- FUNDING.md
|
|
236
|
-
- LICENSE.
|
|
248
|
+
- LICENSE.md
|
|
237
249
|
- README.md
|
|
238
|
-
- REEK
|
|
239
250
|
- RUBOCOP.md
|
|
240
251
|
- SECURITY.md
|
|
241
252
|
files:
|
|
@@ -244,11 +255,11 @@ files:
|
|
|
244
255
|
- CODE_OF_CONDUCT.md
|
|
245
256
|
- CONTRIBUTING.md
|
|
246
257
|
- FUNDING.md
|
|
247
|
-
- LICENSE.
|
|
258
|
+
- LICENSE.md
|
|
248
259
|
- README.md
|
|
249
|
-
- REEK
|
|
250
260
|
- RUBOCOP.md
|
|
251
261
|
- SECURITY.md
|
|
262
|
+
- certs/pboling.pem
|
|
252
263
|
- lib/yard-yaml.rb
|
|
253
264
|
- lib/yard/yaml.rb
|
|
254
265
|
- lib/yard/yaml/cli.rb
|
|
@@ -263,15 +274,16 @@ files:
|
|
|
263
274
|
- lib/yard/yaml/templates.rb
|
|
264
275
|
- lib/yard/yaml/version.rb
|
|
265
276
|
- sig/yard/yaml.rbs
|
|
277
|
+
- sig/yard/yaml/version.rbs
|
|
266
278
|
homepage: https://github.com/galtzo-floss/yard-yaml
|
|
267
279
|
licenses:
|
|
268
280
|
- MIT
|
|
269
281
|
metadata:
|
|
270
|
-
homepage_uri: https://
|
|
271
|
-
source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.1.
|
|
272
|
-
changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.1.
|
|
282
|
+
homepage_uri: https://structuredmerge.org
|
|
283
|
+
source_code_uri: https://github.com/galtzo-floss/yard-yaml/tree/v0.1.2
|
|
284
|
+
changelog_uri: https://github.com/galtzo-floss/yard-yaml/blob/v0.1.2/CHANGELOG.md
|
|
273
285
|
bug_tracker_uri: https://github.com/galtzo-floss/yard-yaml/issues
|
|
274
|
-
documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.1.
|
|
286
|
+
documentation_uri: https://www.rubydoc.info/gems/yard-yaml/0.1.2
|
|
275
287
|
funding_uri: https://github.com/sponsors/pboling
|
|
276
288
|
wiki_uri: https://github.com/galtzo-floss/yard-yaml/wiki
|
|
277
289
|
news_uri: https://www.railsbling.com/tags/yard-yaml
|
|
@@ -279,7 +291,7 @@ metadata:
|
|
|
279
291
|
rubygems_mfa_required: 'true'
|
|
280
292
|
rdoc_options:
|
|
281
293
|
- "--title"
|
|
282
|
-
- "yard-yaml - \
|
|
294
|
+
- "yard-yaml - \U0001F997 A YARD plugin for YAML documents"
|
|
283
295
|
- "--main"
|
|
284
296
|
- README.md
|
|
285
297
|
- "--exclude"
|
|
@@ -300,7 +312,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
300
312
|
- !ruby/object:Gem::Version
|
|
301
313
|
version: '0'
|
|
302
314
|
requirements: []
|
|
303
|
-
rubygems_version:
|
|
315
|
+
rubygems_version: 4.0.10
|
|
304
316
|
specification_version: 4
|
|
305
|
-
summary: "\
|
|
317
|
+
summary: "\U0001F997 A YARD plugin for YAML documents"
|
|
306
318
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/LICENSE.txt
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Annibelle Boling
|
|
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.
|
data/REEK
DELETED
|
File without changes
|