compony 0.11.9 → 0.11.10

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.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/CHANGELOG.md +15 -3
  4. data/Gemfile.lock +1 -1
  5. data/VERSION +1 -1
  6. data/compony.gemspec +3 -3
  7. data/doc/ComponentGenerator.html +2 -2
  8. data/doc/Components.html +2 -2
  9. data/doc/ComponentsGenerator.html +2 -2
  10. data/doc/Compony/Component.html +2 -2
  11. data/doc/Compony/ComponentMixins/Default/Labelling.html +2 -2
  12. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +2 -2
  13. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +2 -2
  14. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +2 -2
  15. data/doc/Compony/ComponentMixins/Default/Standalone.html +2 -2
  16. data/doc/Compony/ComponentMixins/Default.html +2 -2
  17. data/doc/Compony/ComponentMixins/Resourceful.html +2 -2
  18. data/doc/Compony/ComponentMixins.html +2 -2
  19. data/doc/Compony/Components/Buttons/CssButton.html +2 -2
  20. data/doc/Compony/Components/Buttons/Link.html +2 -2
  21. data/doc/Compony/Components/Buttons.html +2 -2
  22. data/doc/Compony/Components/Destroy.html +2 -2
  23. data/doc/Compony/Components/Edit.html +2 -2
  24. data/doc/Compony/Components/Form.html +2 -2
  25. data/doc/Compony/Components/Index.html +2 -2
  26. data/doc/Compony/Components/List.html +49 -33
  27. data/doc/Compony/Components/New.html +2 -2
  28. data/doc/Compony/Components/Show.html +2 -2
  29. data/doc/Compony/Components/WithForm.html +2 -2
  30. data/doc/Compony/Components.html +2 -2
  31. data/doc/Compony/ControllerMixin.html +2 -2
  32. data/doc/Compony/Engine.html +2 -2
  33. data/doc/Compony/Intent.html +2 -2
  34. data/doc/Compony/ManageIntentsDsl.html +2 -2
  35. data/doc/Compony/MethodAccessibleHash.html +2 -2
  36. data/doc/Compony/ModelFields/Anchormodel.html +2 -2
  37. data/doc/Compony/ModelFields/Association.html +2 -2
  38. data/doc/Compony/ModelFields/Attachment.html +2 -2
  39. data/doc/Compony/ModelFields/Base.html +2 -2
  40. data/doc/Compony/ModelFields/Boolean.html +2 -2
  41. data/doc/Compony/ModelFields/Color.html +2 -2
  42. data/doc/Compony/ModelFields/Currency.html +2 -2
  43. data/doc/Compony/ModelFields/Date.html +2 -2
  44. data/doc/Compony/ModelFields/Datetime.html +2 -2
  45. data/doc/Compony/ModelFields/Decimal.html +2 -2
  46. data/doc/Compony/ModelFields/Email.html +2 -2
  47. data/doc/Compony/ModelFields/Float.html +2 -2
  48. data/doc/Compony/ModelFields/Integer.html +2 -2
  49. data/doc/Compony/ModelFields/Percentage.html +2 -2
  50. data/doc/Compony/ModelFields/Phone.html +2 -2
  51. data/doc/Compony/ModelFields/RichText.html +2 -2
  52. data/doc/Compony/ModelFields/String.html +2 -2
  53. data/doc/Compony/ModelFields/Text.html +2 -2
  54. data/doc/Compony/ModelFields/Time.html +2 -2
  55. data/doc/Compony/ModelFields/Url.html +2 -2
  56. data/doc/Compony/ModelFields.html +2 -2
  57. data/doc/Compony/ModelMixin.html +36 -36
  58. data/doc/Compony/NaturalOrdering.html +2 -2
  59. data/doc/Compony/RequestContext.html +2 -2
  60. data/doc/Compony/Version.html +2 -2
  61. data/doc/Compony/ViewHelpers.html +2 -2
  62. data/doc/Compony/VirtualModel.html +2 -2
  63. data/doc/Compony.html +33 -37
  64. data/doc/ComponyController.html +2 -2
  65. data/doc/_index.html +2 -2
  66. data/doc/file.CHANGELOG.html +12 -5
  67. data/doc/file.README.html +2 -2
  68. data/doc/file.basic_component.html +2 -2
  69. data/doc/file.cookbook.html +2 -2
  70. data/doc/file.destroy.html +2 -2
  71. data/doc/file.dsl_reference.html +2 -2
  72. data/doc/file.edit.html +2 -2
  73. data/doc/file.example.html +2 -2
  74. data/doc/file.example_advanced.html +2 -2
  75. data/doc/file.feasibility.html +2 -2
  76. data/doc/file.form.html +2 -2
  77. data/doc/file.generators.html +2 -2
  78. data/doc/file.glossary.html +2 -2
  79. data/doc/file.gotchas.html +2 -2
  80. data/doc/file.index.html +2 -2
  81. data/doc/file.inheritance.html +2 -2
  82. data/doc/file.installation.html +2 -2
  83. data/doc/file.integrations.html +2 -2
  84. data/doc/file.intents.html +2 -2
  85. data/doc/file.internal_datastructures.html +2 -2
  86. data/doc/file.list.html +2 -2
  87. data/doc/file.maintaining.html +2 -2
  88. data/doc/file.model_fields.html +2 -2
  89. data/doc/file.nesting.html +2 -2
  90. data/doc/file.new.html +2 -2
  91. data/doc/file.ownership.html +2 -2
  92. data/doc/file.patterns.html +2 -2
  93. data/doc/file.pre_built_components.html +2 -2
  94. data/doc/file.resourceful.html +2 -2
  95. data/doc/file.show.html +2 -2
  96. data/doc/file.standalone.html +2 -2
  97. data/doc/file.virtual_models.html +2 -2
  98. data/doc/file.with_form.html +2 -2
  99. data/doc/index.html +2 -2
  100. data/doc/top-level-namespace.html +2 -2
  101. data/lib/compony/components/list.rb +8 -0
  102. data/lib/compony/model_mixin.rb +66 -3
  103. data/lib/compony.rb +4 -6
  104. metadata +2 -2
@@ -1561,9 +1561,9 @@
1561
1561
  </div>
1562
1562
 
1563
1563
  <div id="footer">
1564
- Generated on Mon May 18 13:55:35 2026 by
1564
+ Generated on Thu Jun 4 20:37:17 2026 by
1565
1565
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1566
- 0.9.34 (ruby-3.3.5).
1566
+ 0.9.34 (ruby-3.4.9).
1567
1567
  </div>
1568
1568
 
1569
1569
  </div>
@@ -403,9 +403,9 @@
403
403
  </div>
404
404
 
405
405
  <div id="footer">
406
- Generated on Mon May 18 13:55:36 2026 by
406
+ Generated on Thu Jun 4 20:37:18 2026 by
407
407
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
408
- 0.9.34 (ruby-3.3.5).
408
+ 0.9.34 (ruby-3.4.9).
409
409
  </div>
410
410
 
411
411
  </div>
@@ -443,9 +443,9 @@ instance_of_a_hash.roo --&gt; nil
443
443
  </div>
444
444
 
445
445
  <div id="footer">
446
- Generated on Mon May 18 13:55:36 2026 by
446
+ Generated on Thu Jun 4 20:37:18 2026 by
447
447
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
448
- 0.9.34 (ruby-3.3.5).
448
+ 0.9.34 (ruby-3.4.9).
449
449
  </div>
450
450
 
451
451
  </div>
@@ -509,9 +509,9 @@
509
509
  </div>
510
510
 
511
511
  <div id="footer">
512
- Generated on Mon May 18 13:55:36 2026 by
512
+ Generated on Thu Jun 4 20:37:18 2026 by
513
513
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
514
- 0.9.34 (ruby-3.3.5).
514
+ 0.9.34 (ruby-3.4.9).
515
515
  </div>
516
516
 
517
517
  </div>
@@ -603,9 +603,9 @@
603
603
  </div>
604
604
 
605
605
  <div id="footer">
606
- Generated on Mon May 18 13:55:36 2026 by
606
+ Generated on Thu Jun 4 20:37:18 2026 by
607
607
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
608
- 0.9.34 (ruby-3.3.5).
608
+ 0.9.34 (ruby-3.4.9).
609
609
  </div>
610
610
 
611
611
  </div>
@@ -495,9 +495,9 @@
495
495
  </div>
496
496
 
497
497
  <div id="footer">
498
- Generated on Mon May 18 13:55:36 2026 by
498
+ Generated on Thu Jun 4 20:37:18 2026 by
499
499
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
500
- 0.9.34 (ruby-3.3.5).
500
+ 0.9.34 (ruby-3.4.9).
501
501
  </div>
502
502
 
503
503
  </div>
@@ -1186,9 +1186,9 @@
1186
1186
  </div>
1187
1187
 
1188
1188
  <div id="footer">
1189
- Generated on Mon May 18 13:55:36 2026 by
1189
+ Generated on Thu Jun 4 20:37:18 2026 by
1190
1190
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1191
- 0.9.34 (ruby-3.3.5).
1191
+ 0.9.34 (ruby-3.4.9).
1192
1192
  </div>
1193
1193
 
1194
1194
  </div>
@@ -354,9 +354,9 @@
354
354
  </div>
355
355
 
356
356
  <div id="footer">
357
- Generated on Mon May 18 13:55:36 2026 by
357
+ Generated on Thu Jun 4 20:37:18 2026 by
358
358
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
359
- 0.9.34 (ruby-3.3.5).
359
+ 0.9.34 (ruby-3.4.9).
360
360
  </div>
361
361
 
362
362
  </div>
@@ -289,9 +289,9 @@
289
289
  </div>
290
290
 
291
291
  <div id="footer">
292
- Generated on Mon May 18 13:55:36 2026 by
292
+ Generated on Thu Jun 4 20:37:18 2026 by
293
293
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294
- 0.9.34 (ruby-3.3.5).
294
+ 0.9.34 (ruby-3.4.9).
295
295
  </div>
296
296
 
297
297
  </div>
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon May 18 13:55:36 2026 by
225
+ Generated on Thu Jun 4 20:37:18 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.34 (ruby-3.3.5).
227
+ 0.9.34 (ruby-3.4.9).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon May 18 13:55:36 2026 by
225
+ Generated on Thu Jun 4 20:37:18 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.34 (ruby-3.3.5).
227
+ 0.9.34 (ruby-3.4.9).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon May 18 13:55:36 2026 by
225
+ Generated on Thu Jun 4 20:37:18 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.34 (ruby-3.3.5).
227
+ 0.9.34 (ruby-3.4.9).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -144,9 +144,9 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon May 18 13:55:36 2026 by
147
+ Generated on Thu Jun 4 20:37:18 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
- 0.9.34 (ruby-3.3.5).
149
+ 0.9.34 (ruby-3.4.9).
150
150
  </div>
151
151
 
152
152
  </div>
@@ -230,9 +230,9 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Mon May 18 13:55:36 2026 by
233
+ Generated on Thu Jun 4 20:37:18 2026 by
234
234
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
- 0.9.34 (ruby-3.3.5).
235
+ 0.9.34 (ruby-3.4.9).
236
236
  </div>
237
237
 
238
238
  </div>
@@ -144,9 +144,9 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon May 18 13:55:36 2026 by
147
+ Generated on Thu Jun 4 20:37:18 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
- 0.9.34 (ruby-3.3.5).
149
+ 0.9.34 (ruby-3.4.9).
150
150
  </div>
151
151
 
152
152
  </div>
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon May 18 13:55:36 2026 by
225
+ Generated on Thu Jun 4 20:37:18 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.34 (ruby-3.3.5).
227
+ 0.9.34 (ruby-3.4.9).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon May 18 13:55:36 2026 by
225
+ Generated on Thu Jun 4 20:37:18 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.34 (ruby-3.3.5).
227
+ 0.9.34 (ruby-3.4.9).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -291,9 +291,9 @@
291
291
  </div>
292
292
 
293
293
  <div id="footer">
294
- Generated on Mon May 18 13:55:36 2026 by
294
+ Generated on Thu Jun 4 20:37:18 2026 by
295
295
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
296
- 0.9.34 (ruby-3.3.5).
296
+ 0.9.34 (ruby-3.4.9).
297
297
  </div>
298
298
 
299
299
  </div>
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon May 18 13:55:36 2026 by
225
+ Generated on Thu Jun 4 20:37:18 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.34 (ruby-3.3.5).
227
+ 0.9.34 (ruby-3.4.9).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -144,9 +144,9 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon May 18 13:55:36 2026 by
147
+ Generated on Thu Jun 4 20:37:18 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
- 0.9.34 (ruby-3.3.5).
149
+ 0.9.34 (ruby-3.4.9).
150
150
  </div>
151
151
 
152
152
  </div>
@@ -144,9 +144,9 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon May 18 13:55:36 2026 by
147
+ Generated on Thu Jun 4 20:37:18 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
- 0.9.34 (ruby-3.3.5).
149
+ 0.9.34 (ruby-3.4.9).
150
150
  </div>
151
151
 
152
152
  </div>
@@ -144,9 +144,9 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon May 18 13:55:36 2026 by
147
+ Generated on Thu Jun 4 20:37:18 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
- 0.9.34 (ruby-3.3.5).
149
+ 0.9.34 (ruby-3.4.9).
150
150
  </div>
151
151
 
152
152
  </div>
@@ -230,9 +230,9 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Mon May 18 13:55:36 2026 by
233
+ Generated on Thu Jun 4 20:37:18 2026 by
234
234
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
- 0.9.34 (ruby-3.3.5).
235
+ 0.9.34 (ruby-3.4.9).
236
236
  </div>
237
237
 
238
238
  </div>
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon May 18 13:55:35 2026 by
119
+ Generated on Thu Jun 4 20:37:17 2026 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.9.34 (ruby-3.3.5).
121
+ 0.9.34 (ruby-3.4.9).
122
122
  </div>
123
123
 
124
124
  </div>
@@ -269,14 +269,14 @@
269
269
  <pre class="lines">
270
270
 
271
271
 
272
- 118
273
- 119
274
- 120
275
- 121
276
- 122</pre>
272
+ 181
273
+ 182
274
+ 183
275
+ 184
276
+ 185</pre>
277
277
  </td>
278
278
  <td>
279
- <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 118</span>
279
+ <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 181</span>
280
280
 
281
281
  <span class='kw'>def</span> <span class='id identifier rubyid_feasibility_messages'>feasibility_messages</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='rparen'>)</span>
282
282
  <span class='id identifier rubyid_action_name'>action_name</span> <span class='op'>=</span> <span class='id identifier rubyid_action_name'>action_name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
@@ -365,26 +365,26 @@
365
365
  <pre class="lines">
366
366
 
367
367
 
368
- 97
369
- 98
370
- 99
371
- 100
372
- 101
373
- 102
374
- 103
375
- 104
376
- 105
377
- 106
378
- 107
379
- 108
380
- 109
381
- 110
382
- 111
383
- 112
384
- 113</pre>
368
+ 160
369
+ 161
370
+ 162
371
+ 163
372
+ 164
373
+ 165
374
+ 166
375
+ 167
376
+ 168
377
+ 169
378
+ 170
379
+ 171
380
+ 172
381
+ 173
382
+ 174
383
+ 175
384
+ 176</pre>
385
385
  </td>
386
386
  <td>
387
- <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 97</span>
387
+ <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 160</span>
388
388
 
389
389
  <span class='kw'>def</span> <span class='id identifier rubyid_feasible?'>feasible?</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='comma'>,</span> <span class='label'>recompute:</span> <span class='kw'>false</span><span class='rparen'>)</span>
390
390
  <span class='id identifier rubyid_action_name'>action_name</span> <span class='op'>=</span> <span class='id identifier rubyid_action_name'>action_name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
@@ -434,12 +434,12 @@
434
434
  <pre class="lines">
435
435
 
436
436
 
437
- 135
438
- 136
439
- 137</pre>
437
+ 198
438
+ 199
439
+ 200</pre>
440
440
  </td>
441
441
  <td>
442
- <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 135</span>
442
+ <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 198</span>
443
443
 
444
444
  <span class='kw'>def</span> <span class='id identifier rubyid_field'>field</span><span class='lparen'>(</span><span class='id identifier rubyid_field_name'>field_name</span><span class='comma'>,</span> <span class='id identifier rubyid_controller'>controller</span><span class='rparen'>)</span>
445
445
  <span class='id identifier rubyid_fields'>fields</span><span class='lbracket'>[</span><span class='id identifier rubyid_field_name'>field_name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_value_for'>value_for</span><span class='lparen'>(</span><span class='kw'>self</span><span class='comma'>,</span> <span class='label'>controller:</span><span class='rparen'>)</span>
@@ -495,14 +495,14 @@
495
495
  <pre class="lines">
496
496
 
497
497
 
498
- 128
499
- 129
500
- 130
501
- 131
502
- 132</pre>
498
+ 191
499
+ 192
500
+ 193
501
+ 194
502
+ 195</pre>
503
503
  </td>
504
504
  <td>
505
- <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 128</span>
505
+ <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 191</span>
506
506
 
507
507
  <span class='kw'>def</span> <span class='id identifier rubyid_full_feasibility_messages'>full_feasibility_messages</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='rparen'>)</span>
508
508
  <span class='id identifier rubyid_text'>text</span> <span class='op'>=</span> <span class='id identifier rubyid_feasibility_messages'>feasibility_messages</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>, </span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_upcase_first'>upcase_first</span>
@@ -519,9 +519,9 @@
519
519
  </div>
520
520
 
521
521
  <div id="footer">
522
- Generated on Mon May 18 13:55:35 2026 by
522
+ Generated on Thu Jun 4 20:37:17 2026 by
523
523
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
524
- 0.9.34 (ruby-3.3.5).
524
+ 0.9.34 (ruby-3.4.9).
525
525
  </div>
526
526
 
527
527
  </div>
@@ -290,9 +290,9 @@
290
290
  </div>
291
291
 
292
292
  <div id="footer">
293
- Generated on Mon May 18 13:55:36 2026 by
293
+ Generated on Thu Jun 4 20:37:18 2026 by
294
294
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
295
- 0.9.34 (ruby-3.3.5).
295
+ 0.9.34 (ruby-3.4.9).
296
296
  </div>
297
297
 
298
298
  </div>
@@ -1149,9 +1149,9 @@
1149
1149
  </div>
1150
1150
 
1151
1151
  <div id="footer">
1152
- Generated on Mon May 18 13:55:36 2026 by
1152
+ Generated on Thu Jun 4 20:37:18 2026 by
1153
1153
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1154
- 0.9.34 (ruby-3.3.5).
1154
+ 0.9.34 (ruby-3.4.9).
1155
1155
  </div>
1156
1156
 
1157
1157
  </div>
@@ -129,9 +129,9 @@
129
129
  </div>
130
130
 
131
131
  <div id="footer">
132
- Generated on Mon May 18 13:55:35 2026 by
132
+ Generated on Thu Jun 4 20:37:17 2026 by
133
133
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
- 0.9.34 (ruby-3.3.5).
134
+ 0.9.34 (ruby-3.4.9).
135
135
  </div>
136
136
 
137
137
  </div>
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon May 18 13:55:35 2026 by
225
+ Generated on Thu Jun 4 20:37:17 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.34 (ruby-3.3.5).
227
+ 0.9.34 (ruby-3.4.9).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -228,9 +228,9 @@
228
228
  </div>
229
229
 
230
230
  <div id="footer">
231
- Generated on Mon May 18 13:55:35 2026 by
231
+ Generated on Thu Jun 4 20:37:17 2026 by
232
232
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
233
- 0.9.34 (ruby-3.3.5).
233
+ 0.9.34 (ruby-3.4.9).
234
234
  </div>
235
235
 
236
236
  </div>