ftr_ruby 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
- data/doc/CHANGELOG_md.html +526 -0
- data/doc/FtrRuby/DCAT_Record.html +1324 -0
- data/doc/FtrRuby/Error.html +606 -0
- data/doc/FtrRuby/FDPIndex.html +966 -0
- data/doc/FtrRuby/Output.html +1355 -0
- data/doc/FtrRuby/TestInfra.html +713 -0
- data/doc/FtrRuby/Tests.html +690 -0
- data/doc/FtrRuby.html +588 -0
- data/doc/Gemfile.html +548 -0
- data/doc/Gemfile_lock.html +1074 -0
- data/doc/LICENSE_txt.html +527 -0
- data/doc/OpenAPI.html +1103 -0
- data/doc/README_md.html +716 -0
- data/doc/Rakefile.html +529 -0
- data/doc/bin/setup.html +523 -0
- data/doc/created.rid +19 -0
- data/doc/css/rdoc.css +1955 -0
- data/doc/index.html +518 -0
- data/doc/js/aliki.js +511 -0
- data/doc/js/bash_highlighter.js +167 -0
- data/doc/js/c_highlighter.js +299 -0
- data/doc/js/search_controller.js +129 -0
- data/doc/js/search_data.js +1 -0
- data/doc/js/search_navigation.js +105 -0
- data/doc/js/search_ranker.js +239 -0
- data/doc/js/theme-toggle.js +112 -0
- data/doc/sig/ftr_ruby_rbs.html +524 -0
- data/lib/ftr_ruby/version.rb +1 -1
- data/lib/ftr_ruby.rb +4 -0
- data/lib/openapi.rb +72 -70
- metadata +28 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a50db05bc4ee5aa1cb5c780d97e0f47b3ccdd5884e83bd3f40c3ea335a5ebbe2
|
|
4
|
+
data.tar.gz: b6732f0b30809273e43f572ff524fe638df21439ef20231c69220e7a2d95d23c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b58663e1af3d8c0755ddff34a483e09e9027c011171a4f76d038f7bc1e34f47ccc9ea06371422498df8222631e5c7afc32b26808f75f8560a9345bbb5fb3df14
|
|
7
|
+
data.tar.gz: 8b7c799781ad7be19594977337bfed29661ce819e70f76a75c5250a80addb9f550eeafb891c860980bf7a4a250b7c2aaf07ec9e35bc7d4bb6fc672618070b592
|
|
@@ -0,0 +1,526 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
|
+
|
|
8
|
+
<title>CHANGELOG - RDoc Documentation</title>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<meta name="keywords" content="ruby,documentation,CHANGELOG">
|
|
12
|
+
<meta
|
|
13
|
+
name="description"
|
|
14
|
+
content="CHANGELOG: Unreleased] ## [0."
|
|
15
|
+
>
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<!-- Open Graph / Facebook -->
|
|
21
|
+
<meta property="og:type" content="website">
|
|
22
|
+
<meta property="og:title" content="CHANGELOG - RDoc Documentation">
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
<meta property="og:description" content="Unreleased] ## [0.">
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<!-- Twitter -->
|
|
33
|
+
<meta name="twitter:card" content="summary">
|
|
34
|
+
<meta name="twitter:title" content="CHANGELOG - RDoc Documentation">
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<meta name="twitter:description" content="Unreleased] ## [0.">
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
<script type="text/javascript">
|
|
43
|
+
var rdoc_rel_prefix = "./";
|
|
44
|
+
var index_rel_prefix = "./";
|
|
45
|
+
</script>
|
|
46
|
+
|
|
47
|
+
<script
|
|
48
|
+
src="./js/theme-toggle.js?v=7.2.0"
|
|
49
|
+
></script>
|
|
50
|
+
|
|
51
|
+
<script
|
|
52
|
+
src="./js/search_navigation.js?v=7.2.0"
|
|
53
|
+
defer
|
|
54
|
+
></script>
|
|
55
|
+
|
|
56
|
+
<script
|
|
57
|
+
src="./js/search_data.js?v=7.2.0"
|
|
58
|
+
defer
|
|
59
|
+
></script>
|
|
60
|
+
|
|
61
|
+
<script
|
|
62
|
+
src="./js/search_ranker.js?v=7.2.0"
|
|
63
|
+
defer
|
|
64
|
+
></script>
|
|
65
|
+
|
|
66
|
+
<script
|
|
67
|
+
src="./js/search_controller.js?v=7.2.0"
|
|
68
|
+
defer
|
|
69
|
+
></script>
|
|
70
|
+
|
|
71
|
+
<script
|
|
72
|
+
src="./js/c_highlighter.js?v=7.2.0"
|
|
73
|
+
defer
|
|
74
|
+
></script>
|
|
75
|
+
|
|
76
|
+
<script
|
|
77
|
+
src="./js/bash_highlighter.js?v=7.2.0"
|
|
78
|
+
defer
|
|
79
|
+
></script>
|
|
80
|
+
|
|
81
|
+
<script
|
|
82
|
+
src="./js/aliki.js?v=7.2.0"
|
|
83
|
+
defer
|
|
84
|
+
></script>
|
|
85
|
+
|
|
86
|
+
<link
|
|
87
|
+
href="./css/rdoc.css?v=7.2.0"
|
|
88
|
+
rel="stylesheet"
|
|
89
|
+
>
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<body role="document" class="file has-toc">
|
|
95
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
|
96
|
+
<!-- Chevron (right arrow) - used for expand/collapse -->
|
|
97
|
+
<symbol
|
|
98
|
+
id="icon-chevron"
|
|
99
|
+
viewBox="0 0 24 24"
|
|
100
|
+
fill="none"
|
|
101
|
+
stroke="currentColor"
|
|
102
|
+
stroke-width="2"
|
|
103
|
+
stroke-linecap="round"
|
|
104
|
+
stroke-linejoin="round"
|
|
105
|
+
>
|
|
106
|
+
<polyline points="9 18 15 12 9 6"></polyline>
|
|
107
|
+
</symbol>
|
|
108
|
+
|
|
109
|
+
<!-- File/Document - Pages section -->
|
|
110
|
+
<symbol
|
|
111
|
+
id="icon-file"
|
|
112
|
+
viewBox="0 0 24 24"
|
|
113
|
+
fill="none"
|
|
114
|
+
stroke="currentColor"
|
|
115
|
+
stroke-width="2"
|
|
116
|
+
stroke-linecap="round"
|
|
117
|
+
stroke-linejoin="round"
|
|
118
|
+
>
|
|
119
|
+
<path
|
|
120
|
+
d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"
|
|
121
|
+
></path>
|
|
122
|
+
|
|
123
|
+
<polyline points="14 2 14 8 20 8"></polyline>
|
|
124
|
+
</symbol>
|
|
125
|
+
|
|
126
|
+
<!-- Layers/Stack - Classes and Modules section -->
|
|
127
|
+
<symbol
|
|
128
|
+
id="icon-layers"
|
|
129
|
+
viewBox="0 0 24 24"
|
|
130
|
+
fill="none"
|
|
131
|
+
stroke="currentColor"
|
|
132
|
+
stroke-width="2"
|
|
133
|
+
stroke-linecap="round"
|
|
134
|
+
stroke-linejoin="round"
|
|
135
|
+
>
|
|
136
|
+
<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon>
|
|
137
|
+
<polyline points="2 17 12 22 22 17"></polyline>
|
|
138
|
+
<polyline points="2 12 12 17 22 12"></polyline>
|
|
139
|
+
</symbol>
|
|
140
|
+
|
|
141
|
+
<!-- Curly braces with C - Class Methods section -->
|
|
142
|
+
<symbol
|
|
143
|
+
id="icon-class-methods"
|
|
144
|
+
viewBox="0 0 24 24"
|
|
145
|
+
fill="none"
|
|
146
|
+
stroke="currentColor"
|
|
147
|
+
stroke-width="2"
|
|
148
|
+
stroke-linecap="round"
|
|
149
|
+
stroke-linejoin="round"
|
|
150
|
+
>
|
|
151
|
+
<path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
|
|
152
|
+
<path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
|
|
153
|
+
|
|
154
|
+
<text
|
|
155
|
+
x="12"
|
|
156
|
+
y="17"
|
|
157
|
+
text-anchor="middle"
|
|
158
|
+
font-size="13"
|
|
159
|
+
font-weight="bold"
|
|
160
|
+
fill="currentColor"
|
|
161
|
+
stroke="none"
|
|
162
|
+
>
|
|
163
|
+
C
|
|
164
|
+
</text>
|
|
165
|
+
</symbol>
|
|
166
|
+
|
|
167
|
+
<!-- Curly braces with I - Instance Methods section -->
|
|
168
|
+
<symbol
|
|
169
|
+
id="icon-instance-methods"
|
|
170
|
+
viewBox="0 0 24 24"
|
|
171
|
+
fill="none"
|
|
172
|
+
stroke="currentColor"
|
|
173
|
+
stroke-width="2"
|
|
174
|
+
stroke-linecap="round"
|
|
175
|
+
stroke-linejoin="round"
|
|
176
|
+
>
|
|
177
|
+
<path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
|
|
178
|
+
<path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
|
|
179
|
+
|
|
180
|
+
<text
|
|
181
|
+
x="12"
|
|
182
|
+
y="17"
|
|
183
|
+
text-anchor="middle"
|
|
184
|
+
font-size="13"
|
|
185
|
+
font-weight="bold"
|
|
186
|
+
fill="currentColor"
|
|
187
|
+
stroke="none"
|
|
188
|
+
>
|
|
189
|
+
I
|
|
190
|
+
</text>
|
|
191
|
+
</symbol>
|
|
192
|
+
|
|
193
|
+
<!-- Double chevrons up - Ancestors section -->
|
|
194
|
+
<symbol
|
|
195
|
+
id="icon-ancestors"
|
|
196
|
+
viewBox="0 0 24 24"
|
|
197
|
+
fill="none"
|
|
198
|
+
stroke="currentColor"
|
|
199
|
+
stroke-width="2"
|
|
200
|
+
stroke-linecap="round"
|
|
201
|
+
stroke-linejoin="round"
|
|
202
|
+
>
|
|
203
|
+
<polyline points="17 11 12 6 7 11"></polyline>
|
|
204
|
+
<polyline points="17 18 12 13 7 18"></polyline>
|
|
205
|
+
</symbol>
|
|
206
|
+
|
|
207
|
+
<!-- User with plus - Included Modules section -->
|
|
208
|
+
<symbol
|
|
209
|
+
id="icon-includes"
|
|
210
|
+
viewBox="0 0 24 24"
|
|
211
|
+
fill="none"
|
|
212
|
+
stroke="currentColor"
|
|
213
|
+
stroke-width="2"
|
|
214
|
+
stroke-linecap="round"
|
|
215
|
+
stroke-linejoin="round"
|
|
216
|
+
>
|
|
217
|
+
<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
|
|
218
|
+
<circle cx="8.5" cy="7" r="4"></circle>
|
|
219
|
+
|
|
220
|
+
<line
|
|
221
|
+
x1="20"
|
|
222
|
+
y1="8"
|
|
223
|
+
x2="20"
|
|
224
|
+
y2="14"
|
|
225
|
+
></line>
|
|
226
|
+
|
|
227
|
+
<line
|
|
228
|
+
x1="23"
|
|
229
|
+
y1="11"
|
|
230
|
+
x2="17"
|
|
231
|
+
y2="11"
|
|
232
|
+
></line>
|
|
233
|
+
</symbol>
|
|
234
|
+
|
|
235
|
+
<!-- User with check - Extended Modules section -->
|
|
236
|
+
<symbol
|
|
237
|
+
id="icon-extends"
|
|
238
|
+
viewBox="0 0 24 24"
|
|
239
|
+
fill="none"
|
|
240
|
+
stroke="currentColor"
|
|
241
|
+
stroke-width="2"
|
|
242
|
+
stroke-linecap="round"
|
|
243
|
+
stroke-linejoin="round"
|
|
244
|
+
>
|
|
245
|
+
<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
|
|
246
|
+
<circle cx="8.5" cy="7" r="4"></circle>
|
|
247
|
+
<polyline points="17 11 19 13 23 9"></polyline>
|
|
248
|
+
</symbol>
|
|
249
|
+
|
|
250
|
+
<!-- List - Sections section -->
|
|
251
|
+
<symbol
|
|
252
|
+
id="icon-list"
|
|
253
|
+
viewBox="0 0 24 24"
|
|
254
|
+
fill="none"
|
|
255
|
+
stroke="currentColor"
|
|
256
|
+
stroke-width="2"
|
|
257
|
+
stroke-linecap="round"
|
|
258
|
+
stroke-linejoin="round"
|
|
259
|
+
>
|
|
260
|
+
<line
|
|
261
|
+
x1="8"
|
|
262
|
+
y1="6"
|
|
263
|
+
x2="21"
|
|
264
|
+
y2="6"
|
|
265
|
+
></line>
|
|
266
|
+
|
|
267
|
+
<line
|
|
268
|
+
x1="8"
|
|
269
|
+
y1="12"
|
|
270
|
+
x2="21"
|
|
271
|
+
y2="12"
|
|
272
|
+
></line>
|
|
273
|
+
|
|
274
|
+
<line
|
|
275
|
+
x1="8"
|
|
276
|
+
y1="18"
|
|
277
|
+
x2="21"
|
|
278
|
+
y2="18"
|
|
279
|
+
></line>
|
|
280
|
+
|
|
281
|
+
<line
|
|
282
|
+
x1="3"
|
|
283
|
+
y1="6"
|
|
284
|
+
x2="3.01"
|
|
285
|
+
y2="6"
|
|
286
|
+
></line>
|
|
287
|
+
|
|
288
|
+
<line
|
|
289
|
+
x1="3"
|
|
290
|
+
y1="12"
|
|
291
|
+
x2="3.01"
|
|
292
|
+
y2="12"
|
|
293
|
+
></line>
|
|
294
|
+
|
|
295
|
+
<line
|
|
296
|
+
x1="3"
|
|
297
|
+
y1="18"
|
|
298
|
+
x2="3.01"
|
|
299
|
+
y2="18"
|
|
300
|
+
></line>
|
|
301
|
+
</symbol>
|
|
302
|
+
</svg>
|
|
303
|
+
|
|
304
|
+
<header class="top-navbar">
|
|
305
|
+
<a href="./index.html" class="navbar-brand">
|
|
306
|
+
RDoc Documentation
|
|
307
|
+
</a>
|
|
308
|
+
|
|
309
|
+
<!-- Desktop search bar -->
|
|
310
|
+
<div class="navbar-search navbar-search-desktop" role="search">
|
|
311
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
312
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
313
|
+
aria-autocomplete="list" aria-controls="search-results-desktop"
|
|
314
|
+
type="text" name="search" placeholder="Search (/) for a class, method..."
|
|
315
|
+
spellcheck="false" autocomplete="off"
|
|
316
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
317
|
+
<ul id="search-results-desktop" aria-label="Search Results"
|
|
318
|
+
aria-busy="false" aria-expanded="false"
|
|
319
|
+
aria-atomic="false" class="initially-hidden search-results"></ul>
|
|
320
|
+
</form>
|
|
321
|
+
</div>
|
|
322
|
+
|
|
323
|
+
<!-- Mobile search icon button -->
|
|
324
|
+
<button id="search-toggle" class="navbar-search-mobile" aria-label="Open search" type="button">
|
|
325
|
+
<span aria-hidden="true">🔍</span>
|
|
326
|
+
</button>
|
|
327
|
+
|
|
328
|
+
<!-- Theme toggle button -->
|
|
329
|
+
<button id="theme-toggle" class="theme-toggle" aria-label="Switch to dark mode" type="button">
|
|
330
|
+
<span class="theme-toggle-icon" aria-hidden="true">🌙</span>
|
|
331
|
+
</button>
|
|
332
|
+
</header>
|
|
333
|
+
|
|
334
|
+
<!-- Search Modal (Mobile) -->
|
|
335
|
+
<div id="search-modal" class="search-modal" hidden aria-modal="true" role="dialog" aria-label="Search">
|
|
336
|
+
<div class="search-modal-backdrop"></div>
|
|
337
|
+
<div class="search-modal-content">
|
|
338
|
+
<div class="search-modal-header">
|
|
339
|
+
<form class="search-modal-form" action="#" method="get" accept-charset="utf-8">
|
|
340
|
+
<span class="search-modal-icon" aria-hidden="true">🔍</span>
|
|
341
|
+
<input id="search-field-mobile" role="combobox" aria-label="Search"
|
|
342
|
+
aria-autocomplete="list" aria-controls="search-results-mobile"
|
|
343
|
+
type="text" name="search" placeholder="Search documentation"
|
|
344
|
+
spellcheck="false" autocomplete="off">
|
|
345
|
+
<button type="button" class="search-modal-close" aria-label="Close search" id="search-modal-close">
|
|
346
|
+
<span aria-hidden="true">esc</span>
|
|
347
|
+
</button>
|
|
348
|
+
</form>
|
|
349
|
+
</div>
|
|
350
|
+
<div class="search-modal-body">
|
|
351
|
+
<ul id="search-results-mobile" aria-label="Search Results"
|
|
352
|
+
aria-busy="false" aria-expanded="false"
|
|
353
|
+
aria-atomic="false" class="search-results search-modal-results initially-hidden"></ul>
|
|
354
|
+
<div class="search-modal-empty">
|
|
355
|
+
<p>No recent searches</p>
|
|
356
|
+
</div>
|
|
357
|
+
</div>
|
|
358
|
+
</div>
|
|
359
|
+
</div>
|
|
360
|
+
|
|
361
|
+
<div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
|
|
362
|
+
<span aria-hidden="true">☰</span>
|
|
363
|
+
</div>
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
<nav id="navigation" role="navigation" hidden>
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
<div id="fileindex-section" class="nav-section">
|
|
375
|
+
<details class="nav-section-collapsible" open>
|
|
376
|
+
<summary class="nav-section-header">
|
|
377
|
+
<span class="nav-section-icon">
|
|
378
|
+
<svg>
|
|
379
|
+
<use href="#icon-file"></use>
|
|
380
|
+
</svg>
|
|
381
|
+
</span>
|
|
382
|
+
|
|
383
|
+
<span class="nav-section-title">Pages</span>
|
|
384
|
+
|
|
385
|
+
<span class="nav-section-chevron">
|
|
386
|
+
<svg>
|
|
387
|
+
<use href="#icon-chevron"></use>
|
|
388
|
+
</svg>
|
|
389
|
+
</span>
|
|
390
|
+
</summary>
|
|
391
|
+
|
|
392
|
+
<ul class="nav-list">
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
<li>
|
|
400
|
+
<a href="./CHANGELOG_md.html">
|
|
401
|
+
CHANGELOG
|
|
402
|
+
</a>
|
|
403
|
+
</li>
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
<li>
|
|
409
|
+
<a href="./Gemfile.html">
|
|
410
|
+
Gemfile
|
|
411
|
+
</a>
|
|
412
|
+
</li>
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
<li>
|
|
418
|
+
<a href="./Gemfile_lock.html">
|
|
419
|
+
Gemfile.lock
|
|
420
|
+
</a>
|
|
421
|
+
</li>
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
<li>
|
|
427
|
+
<a href="./LICENSE_txt.html">
|
|
428
|
+
LICENSE
|
|
429
|
+
</a>
|
|
430
|
+
</li>
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
<li>
|
|
436
|
+
<a href="./README_md.html">
|
|
437
|
+
README
|
|
438
|
+
</a>
|
|
439
|
+
</li>
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
<li>
|
|
445
|
+
<a href="./Rakefile.html">
|
|
446
|
+
Rakefile
|
|
447
|
+
</a>
|
|
448
|
+
</li>
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
<li>
|
|
454
|
+
<a href="./bin/setup.html">
|
|
455
|
+
setup
|
|
456
|
+
</a>
|
|
457
|
+
</li>
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
<li>
|
|
463
|
+
<a href="./sig/ftr_ruby_rbs.html">
|
|
464
|
+
ftr_ruby.rbs
|
|
465
|
+
</a>
|
|
466
|
+
</li>
|
|
467
|
+
|
|
468
|
+
</ul>
|
|
469
|
+
</details>
|
|
470
|
+
</div>
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
<div id="classindex-section" class="nav-section">
|
|
474
|
+
<details class="nav-section-collapsible" open>
|
|
475
|
+
<summary class="nav-section-header">
|
|
476
|
+
<span class="nav-section-icon">
|
|
477
|
+
<svg><use href="#icon-layers"></use></svg>
|
|
478
|
+
</span>
|
|
479
|
+
<span class="nav-section-title">Classes and Modules</span>
|
|
480
|
+
<span class="nav-section-chevron">
|
|
481
|
+
<svg><use href="#icon-chevron"></use></svg>
|
|
482
|
+
</span>
|
|
483
|
+
</summary>
|
|
484
|
+
|
|
485
|
+
<ul class="link-list nav-list"><li><details><summary><code><a href="./FtrRuby.html">FtrRuby</a></code></summary><ul class="link-list nav-list"><li><code><a href="./FtrRuby/DCAT_Record.html">DCAT_Record</a></code></li><li><code><a href="./FtrRuby/Error.html">Error</a></code></li><li><code><a href="./FtrRuby/FDPIndex.html">FDPIndex</a></code></li><li><code><a href="./FtrRuby/Output.html">Output</a></code></li><li><code><a href="./FtrRuby/TestInfra.html">TestInfra</a></code></li><li><code><a href="./FtrRuby/Tests.html">Tests</a></code></li></ul></details></li><li><code><a href="./OpenAPI.html">OpenAPI</a></code></li></ul>
|
|
486
|
+
</details>
|
|
487
|
+
</div>
|
|
488
|
+
|
|
489
|
+
</nav>
|
|
490
|
+
|
|
491
|
+
<main role="main" aria-label="Page CHANGELOG.md">
|
|
492
|
+
|
|
493
|
+
<span id="label-5BUnreleased-5D" class="legacy-anchor"></span>
|
|
494
|
+
<h2 id="unreleased"><a href="#unreleased">[Unreleased]</a></h2>
|
|
495
|
+
|
|
496
|
+
<span id="label-5B0.1.0-5D+-+2026-03-28" class="legacy-anchor"></span>
|
|
497
|
+
<h2 id="010---2026-03-28"><a href="#010---2026-03-28">[0.1.0] - 2026-03-28</a></h2>
|
|
498
|
+
<ul><li>
|
|
499
|
+
<p>Initial release</p>
|
|
500
|
+
</li></ul>
|
|
501
|
+
|
|
502
|
+
</main>
|
|
503
|
+
|
|
504
|
+
<aside class="table-of-contents" role="complementary" aria-label="Table of Contents">
|
|
505
|
+
<div class="toc-sticky">
|
|
506
|
+
<h3 class="toc-heading">On This Page</h3>
|
|
507
|
+
<nav class="toc-nav" id="toc-nav" aria-label="Page sections">
|
|
508
|
+
<!-- Generated by JavaScript based on page headings -->
|
|
509
|
+
</nav>
|
|
510
|
+
</div>
|
|
511
|
+
</aside>
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
<footer class="site-footer">
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
<div class="footer-bottom">
|
|
518
|
+
<p>
|
|
519
|
+
Generated by <a href="https://ruby.github.io/rdoc/">RDoc 7.2.0</a>
|
|
520
|
+
using the Aliki theme by <a href="http://st0012.dev">Stan Lo</a>
|
|
521
|
+
</p>
|
|
522
|
+
</div>
|
|
523
|
+
</footer>
|
|
524
|
+
|
|
525
|
+
</body>
|
|
526
|
+
|