compony 0.11.11 → 0.11.13

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 (139) hide show
  1. checksums.yaml +4 -4
  2. data/.rspec +2 -0
  3. data/CHANGELOG.md +13 -0
  4. data/Gemfile +3 -0
  5. data/Gemfile.lock +145 -106
  6. data/README.md +12 -1
  7. data/Rakefile +10 -0
  8. data/TODO.md +2 -1
  9. data/VERSION +1 -1
  10. data/compony.gemspec +5 -3
  11. data/config/locales/es.yml +46 -0
  12. data/doc/ComponentGenerator.html +1 -1
  13. data/doc/Components.html +1 -1
  14. data/doc/ComponentsGenerator.html +1 -1
  15. data/doc/Compony/Component.html +1 -1
  16. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  17. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  18. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
  19. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  20. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  21. data/doc/Compony/ComponentMixins/Default.html +1 -1
  22. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  23. data/doc/Compony/ComponentMixins.html +1 -1
  24. data/doc/Compony/Components/Buttons/CssButton.html +1 -1
  25. data/doc/Compony/Components/Buttons/Link.html +1 -1
  26. data/doc/Compony/Components/Buttons.html +1 -1
  27. data/doc/Compony/Components/Destroy.html +1 -1
  28. data/doc/Compony/Components/Edit.html +1 -1
  29. data/doc/Compony/Components/Form.html +1 -1
  30. data/doc/Compony/Components/Index.html +1 -1
  31. data/doc/Compony/Components/List.html +1 -1
  32. data/doc/Compony/Components/New.html +1 -1
  33. data/doc/Compony/Components/Show.html +1 -1
  34. data/doc/Compony/Components/WithForm.html +1 -1
  35. data/doc/Compony/Components.html +1 -1
  36. data/doc/Compony/ControllerMixin.html +1 -1
  37. data/doc/Compony/Engine.html +1 -1
  38. data/doc/Compony/Intent.html +1 -1
  39. data/doc/Compony/ManageIntentsDsl.html +2 -2
  40. data/doc/Compony/MethodAccessibleHash.html +1 -1
  41. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  42. data/doc/Compony/ModelFields/Association.html +1 -1
  43. data/doc/Compony/ModelFields/Attachment.html +1 -1
  44. data/doc/Compony/ModelFields/Base.html +8 -2
  45. data/doc/Compony/ModelFields/Boolean.html +1 -1
  46. data/doc/Compony/ModelFields/Color.html +1 -1
  47. data/doc/Compony/ModelFields/Currency.html +1 -1
  48. data/doc/Compony/ModelFields/Date.html +1 -1
  49. data/doc/Compony/ModelFields/Datetime.html +1 -1
  50. data/doc/Compony/ModelFields/Decimal.html +1 -1
  51. data/doc/Compony/ModelFields/Email.html +1 -1
  52. data/doc/Compony/ModelFields/Float.html +1 -1
  53. data/doc/Compony/ModelFields/Integer.html +1 -1
  54. data/doc/Compony/ModelFields/Percentage.html +1 -1
  55. data/doc/Compony/ModelFields/Phone.html +1 -1
  56. data/doc/Compony/ModelFields/RichText.html +1 -1
  57. data/doc/Compony/ModelFields/String.html +1 -1
  58. data/doc/Compony/ModelFields/Text.html +1 -1
  59. data/doc/Compony/ModelFields/Time.html +1 -1
  60. data/doc/Compony/ModelFields/Url.html +1 -1
  61. data/doc/Compony/ModelFields.html +1 -1
  62. data/doc/Compony/ModelMixin.html +1 -1
  63. data/doc/Compony/NaturalOrdering.html +1 -1
  64. data/doc/Compony/RequestContext.html +1 -1
  65. data/doc/Compony/Version.html +1 -1
  66. data/doc/Compony/ViewHelpers.html +1 -1
  67. data/doc/Compony/VirtualModel.html +1 -1
  68. data/doc/Compony.html +1 -1
  69. data/doc/ComponyController.html +1 -1
  70. data/doc/_index.html +1 -1
  71. data/doc/file.CHANGELOG.html +88 -76
  72. data/doc/file.README.html +21 -11
  73. data/doc/file.basic_component.html +14 -14
  74. data/doc/file.cookbook.html +27 -27
  75. data/doc/file.destroy.html +2 -2
  76. data/doc/file.dsl_reference.html +199 -199
  77. data/doc/file.edit.html +3 -3
  78. data/doc/file.example.html +13 -13
  79. data/doc/file.example_advanced.html +10 -10
  80. data/doc/file.feasibility.html +2 -2
  81. data/doc/file.form.html +7 -7
  82. data/doc/file.generators.html +3 -3
  83. data/doc/file.glossary.html +44 -44
  84. data/doc/file.gotchas.html +35 -35
  85. data/doc/file.index.html +10 -10
  86. data/doc/file.inheritance.html +5 -5
  87. data/doc/file.installation.html +9 -9
  88. data/doc/file.integrations.html +46 -46
  89. data/doc/file.intents.html +11 -11
  90. data/doc/file.internal_datastructures.html +6 -6
  91. data/doc/file.list.html +35 -35
  92. data/doc/file.maintaining.html +21 -21
  93. data/doc/file.model_fields.html +3 -3
  94. data/doc/file.nesting.html +5 -5
  95. data/doc/file.new.html +3 -3
  96. data/doc/file.ownership.html +2 -2
  97. data/doc/file.patterns.html +50 -50
  98. data/doc/file.pre_built_components.html +2 -2
  99. data/doc/file.resourceful.html +5 -5
  100. data/doc/file.show.html +17 -17
  101. data/doc/file.standalone.html +12 -12
  102. data/doc/file.virtual_models.html +2 -2
  103. data/doc/file.with_form.html +23 -23
  104. data/doc/index.html +21 -11
  105. data/doc/top-level-namespace.html +1 -1
  106. data/lib/compony/model_fields/base.rb +3 -0
  107. data/spec/README.md +22 -0
  108. data/spec/compony/component_spec.rb +80 -0
  109. data/spec/compony/compony_spec.rb +102 -0
  110. data/spec/compony/intent_spec.rb +94 -0
  111. data/spec/compony/method_accessible_hash_spec.rb +32 -0
  112. data/spec/compony/model_fields_spec.rb +70 -0
  113. data/spec/compony/model_mixin_spec.rb +81 -0
  114. data/spec/compony/natural_ordering_spec.rb +61 -0
  115. data/spec/dummy/app/components/statics/home.rb +17 -0
  116. data/spec/dummy/app/components/statics/secret.rb +15 -0
  117. data/spec/dummy/app/components/users/destroy.rb +2 -0
  118. data/spec/dummy/app/components/users/edit.rb +2 -0
  119. data/spec/dummy/app/components/users/form.rb +14 -0
  120. data/spec/dummy/app/components/users/index.rb +29 -0
  121. data/spec/dummy/app/components/users/new.rb +2 -0
  122. data/spec/dummy/app/components/users/show.rb +26 -0
  123. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  124. data/spec/dummy/app/models/ability.rb +7 -0
  125. data/spec/dummy/app/models/application_record.rb +4 -0
  126. data/spec/dummy/app/models/user.rb +22 -0
  127. data/spec/dummy/app/views/layouts/application.html.erb +7 -0
  128. data/spec/dummy/config/application.rb +20 -0
  129. data/spec/dummy/config/database.yml +3 -0
  130. data/spec/dummy/config/environment.rb +3 -0
  131. data/spec/dummy/config/initializers/simple_form.rb +9 -0
  132. data/spec/dummy/config/routes.rb +3 -0
  133. data/spec/dummy/db/schema.rb +14 -0
  134. data/spec/rails_helper.rb +23 -0
  135. data/spec/requests/authorization_spec.rb +16 -0
  136. data/spec/requests/plain_component_spec.rb +9 -0
  137. data/spec/requests/routing_spec.rb +20 -0
  138. data/spec/requests/users_crud_spec.rb +99 -0
  139. metadata +63 -1
@@ -477,7 +477,7 @@
477
477
  </div>
478
478
 
479
479
  <div id="footer">
480
- Generated on Sat Jun 6 09:14:48 2026 by
480
+ Generated on Tue Aug 18 14:36:36 2026 by
481
481
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
482
482
  0.9.34 (ruby-3.4.9).
483
483
  </div>
@@ -529,7 +529,7 @@
529
529
  </div>
530
530
 
531
531
  <div id="footer">
532
- Generated on Sat Jun 6 09:14:49 2026 by
532
+ Generated on Tue Aug 18 14:36:37 2026 by
533
533
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
534
534
  0.9.34 (ruby-3.4.9).
535
535
  </div>
@@ -698,7 +698,7 @@
698
698
  </div>
699
699
 
700
700
  <div id="footer">
701
- Generated on Sat Jun 6 09:14:49 2026 by
701
+ Generated on Tue Aug 18 14:36:37 2026 by
702
702
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
703
703
  0.9.34 (ruby-3.4.9).
704
704
  </div>
@@ -603,7 +603,7 @@
603
603
  </div>
604
604
 
605
605
  <div id="footer">
606
- Generated on Sat Jun 6 09:14:49 2026 by
606
+ Generated on Tue Aug 18 14:36:37 2026 by
607
607
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
608
608
  0.9.34 (ruby-3.4.9).
609
609
  </div>
@@ -868,7 +868,7 @@
868
868
  </div>
869
869
 
870
870
  <div id="footer">
871
- Generated on Sat Jun 6 09:14:48 2026 by
871
+ Generated on Tue Aug 18 14:36:36 2026 by
872
872
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
873
873
  0.9.34 (ruby-3.4.9).
874
874
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jun 6 09:14:48 2026 by
119
+ Generated on Tue Aug 18 14:36:36 2026 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.34 (ruby-3.4.9).
122
122
  </div>
@@ -1253,7 +1253,7 @@
1253
1253
  </div>
1254
1254
 
1255
1255
  <div id="footer">
1256
- Generated on Sat Jun 6 09:14:48 2026 by
1256
+ Generated on Tue Aug 18 14:36:36 2026 by
1257
1257
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1258
1258
  0.9.34 (ruby-3.4.9).
1259
1259
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jun 6 09:14:48 2026 by
119
+ Generated on Tue Aug 18 14:36:36 2026 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.34 (ruby-3.4.9).
122
122
  </div>
@@ -272,7 +272,7 @@
272
272
  </div>
273
273
 
274
274
  <div id="footer">
275
- Generated on Sat Jun 6 09:14:49 2026 by
275
+ Generated on Tue Aug 18 14:36:37 2026 by
276
276
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
277
277
  0.9.34 (ruby-3.4.9).
278
278
  </div>
@@ -242,7 +242,7 @@
242
242
  </div>
243
243
 
244
244
  <div id="footer">
245
- Generated on Sat Jun 6 09:14:49 2026 by
245
+ Generated on Tue Aug 18 14:36:37 2026 by
246
246
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
247
247
  0.9.34 (ruby-3.4.9).
248
248
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jun 6 09:14:48 2026 by
119
+ Generated on Tue Aug 18 14:36:36 2026 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.34 (ruby-3.4.9).
122
122
  </div>
@@ -428,7 +428,7 @@
428
428
  </div>
429
429
 
430
430
  <div id="footer">
431
- Generated on Sat Jun 6 09:14:49 2026 by
431
+ Generated on Tue Aug 18 14:36:37 2026 by
432
432
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
433
433
  0.9.34 (ruby-3.4.9).
434
434
  </div>
@@ -524,7 +524,7 @@
524
524
  </div>
525
525
 
526
526
  <div id="footer">
527
- Generated on Sat Jun 6 09:14:48 2026 by
527
+ Generated on Tue Aug 18 14:36:36 2026 by
528
528
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
529
529
  0.9.34 (ruby-3.4.9).
530
530
  </div>
@@ -1825,7 +1825,7 @@
1825
1825
  </div>
1826
1826
 
1827
1827
  <div id="footer">
1828
- Generated on Sat Jun 6 09:14:49 2026 by
1828
+ Generated on Tue Aug 18 14:36:36 2026 by
1829
1829
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1830
1830
  0.9.34 (ruby-3.4.9).
1831
1831
  </div>
@@ -162,7 +162,7 @@
162
162
  </div>
163
163
 
164
164
  <div id="footer">
165
- Generated on Sat Jun 6 09:14:49 2026 by
165
+ Generated on Tue Aug 18 14:36:37 2026 by
166
166
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
167
  0.9.34 (ruby-3.4.9).
168
168
  </div>
@@ -2705,7 +2705,7 @@
2705
2705
  </div>
2706
2706
 
2707
2707
  <div id="footer">
2708
- Generated on Sat Jun 6 09:14:49 2026 by
2708
+ Generated on Tue Aug 18 14:36:37 2026 by
2709
2709
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2710
2710
  0.9.34 (ruby-3.4.9).
2711
2711
  </div>
@@ -524,7 +524,7 @@
524
524
  </div>
525
525
 
526
526
  <div id="footer">
527
- Generated on Sat Jun 6 09:14:48 2026 by
527
+ Generated on Tue Aug 18 14:36:36 2026 by
528
528
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
529
529
  0.9.34 (ruby-3.4.9).
530
530
  </div>
@@ -755,7 +755,7 @@
755
755
  </div>
756
756
 
757
757
  <div id="footer">
758
- Generated on Sat Jun 6 09:14:49 2026 by
758
+ Generated on Tue Aug 18 14:36:37 2026 by
759
759
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
760
760
  0.9.34 (ruby-3.4.9).
761
761
  </div>
@@ -738,7 +738,7 @@
738
738
  </div>
739
739
 
740
740
  <div id="footer">
741
- Generated on Sat Jun 6 09:14:49 2026 by
741
+ Generated on Tue Aug 18 14:36:37 2026 by
742
742
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
743
743
  0.9.34 (ruby-3.4.9).
744
744
  </div>
@@ -118,7 +118,7 @@
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Sat Jun 6 09:14:48 2026 by
121
+ Generated on Tue Aug 18 14:36:36 2026 by
122
122
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
123
  0.9.34 (ruby-3.4.9).
124
124
  </div>
@@ -126,7 +126,7 @@
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Sat Jun 6 09:14:48 2026 by
129
+ Generated on Tue Aug 18 14:36:36 2026 by
130
130
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
131
  0.9.34 (ruby-3.4.9).
132
132
  </div>
@@ -123,7 +123,7 @@
123
123
  </div>
124
124
 
125
125
  <div id="footer">
126
- Generated on Sat Jun 6 09:14:48 2026 by
126
+ Generated on Tue Aug 18 14:36:36 2026 by
127
127
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
128
128
  0.9.34 (ruby-3.4.9).
129
129
  </div>
@@ -1561,7 +1561,7 @@
1561
1561
  </div>
1562
1562
 
1563
1563
  <div id="footer">
1564
- Generated on Sat Jun 6 09:14:48 2026 by
1564
+ Generated on Tue Aug 18 14:36:36 2026 by
1565
1565
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1566
1566
  0.9.34 (ruby-3.4.9).
1567
1567
  </div>
@@ -292,7 +292,7 @@
292
292
 
293
293
  &mdash;
294
294
  <div class='inline'>
295
- <p>If specified, will insert the intent before the other. When replacing, an element keeps its position unless before:“ is passed.</p>
295
+ <p>If specified, will insert the intent before the other. When replacing, an element keeps its position unless <code>before:`</code> is passed.</p>
296
296
  </div>
297
297
 
298
298
  </li>
@@ -403,7 +403,7 @@
403
403
  </div>
404
404
 
405
405
  <div id="footer">
406
- Generated on Sat Jun 6 09:14:49 2026 by
406
+ Generated on Tue Aug 18 14:36:37 2026 by
407
407
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
408
408
  0.9.34 (ruby-3.4.9).
409
409
  </div>
@@ -443,7 +443,7 @@ instance_of_a_hash.roo --&gt; nil
443
443
  </div>
444
444
 
445
445
  <div id="footer">
446
- Generated on Sat Jun 6 09:14:49 2026 by
446
+ Generated on Tue Aug 18 14:36:37 2026 by
447
447
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
448
448
  0.9.34 (ruby-3.4.9).
449
449
  </div>
@@ -509,7 +509,7 @@
509
509
  </div>
510
510
 
511
511
  <div id="footer">
512
- Generated on Sat Jun 6 09:14:49 2026 by
512
+ Generated on Tue Aug 18 14:36:37 2026 by
513
513
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
514
514
  0.9.34 (ruby-3.4.9).
515
515
  </div>
@@ -603,7 +603,7 @@
603
603
  </div>
604
604
 
605
605
  <div id="footer">
606
- Generated on Sat Jun 6 09:14:49 2026 by
606
+ Generated on Tue Aug 18 14:36:37 2026 by
607
607
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
608
608
  0.9.34 (ruby-3.4.9).
609
609
  </div>
@@ -495,7 +495,7 @@
495
495
  </div>
496
496
 
497
497
  <div id="footer">
498
- Generated on Sat Jun 6 09:14:49 2026 by
498
+ Generated on Tue Aug 18 14:36:37 2026 by
499
499
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
500
500
  0.9.34 (ruby-3.4.9).
501
501
  </div>
@@ -1119,7 +1119,10 @@
1119
1119
  75
1120
1120
  76
1121
1121
  77
1122
- 78</pre>
1122
+ 78
1123
+ 79
1124
+ 80
1125
+ 81</pre>
1123
1126
  </td>
1124
1127
  <td>
1125
1128
  <pre class="code"><span class="info file"># File 'lib/compony/model_fields/base.rb', line 70</span>
@@ -1129,6 +1132,9 @@
1129
1132
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='id identifier rubyid_data'>data</span><span class='period'>.</span><span class='id identifier rubyid_compact'>compact</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_transform_block'>transform_block</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
1130
1133
  <span class='kw'>return</span> <span class='id identifier rubyid_controller'>controller</span><span class='period'>.</span><span class='id identifier rubyid_helpers'>helpers</span><span class='period'>.</span><span class='id identifier rubyid_safe_join'>safe_join</span><span class='lparen'>(</span><span class='id identifier rubyid_data'>data</span><span class='period'>.</span><span class='id identifier rubyid_compact'>compact</span><span class='comma'>,</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>
1131
1134
  <span class='kw'>else</span>
1135
+ <span class='comment'># A nil value has nothing to transform, and the transform blocks are written for actual values, thus they are
1136
+ </span> <span class='comment'># not required to be nil safe. This mirrors the compact applied to enumerables above.
1137
+ </span> <span class='kw'>return</span> <span class='kw'>nil</span> <span class='kw'>if</span> <span class='id identifier rubyid_data'>data</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
1132
1138
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='id identifier rubyid_transform_block'>transform_block</span><span class='period'>.</span><span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
1133
1139
  <span class='kw'>return</span> <span class='id identifier rubyid_data'>data</span>
1134
1140
  <span class='kw'>end</span>
@@ -1186,7 +1192,7 @@
1186
1192
  </div>
1187
1193
 
1188
1194
  <div id="footer">
1189
- Generated on Sat Jun 6 09:14:49 2026 by
1195
+ Generated on Tue Aug 18 14:36:37 2026 by
1190
1196
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1191
1197
  0.9.34 (ruby-3.4.9).
1192
1198
  </div>
@@ -354,7 +354,7 @@
354
354
  </div>
355
355
 
356
356
  <div id="footer">
357
- Generated on Sat Jun 6 09:14:49 2026 by
357
+ Generated on Tue Aug 18 14:36:37 2026 by
358
358
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
359
359
  0.9.34 (ruby-3.4.9).
360
360
  </div>
@@ -289,7 +289,7 @@
289
289
  </div>
290
290
 
291
291
  <div id="footer">
292
- Generated on Sat Jun 6 09:14:49 2026 by
292
+ Generated on Tue Aug 18 14:36:37 2026 by
293
293
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294
294
  0.9.34 (ruby-3.4.9).
295
295
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:49 2026 by
225
+ Generated on Tue Aug 18 14:36:37 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:49 2026 by
225
+ Generated on Tue Aug 18 14:36:37 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:49 2026 by
225
+ Generated on Tue Aug 18 14:36:37 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Sat Jun 6 09:14:49 2026 by
147
+ Generated on Tue Aug 18 14:36:37 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.34 (ruby-3.4.9).
150
150
  </div>
@@ -230,7 +230,7 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Sat Jun 6 09:14:49 2026 by
233
+ Generated on Tue Aug 18 14:36:37 2026 by
234
234
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
235
  0.9.34 (ruby-3.4.9).
236
236
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Sat Jun 6 09:14:49 2026 by
147
+ Generated on Tue Aug 18 14:36:37 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.34 (ruby-3.4.9).
150
150
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:49 2026 by
225
+ Generated on Tue Aug 18 14:36:37 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:49 2026 by
225
+ Generated on Tue Aug 18 14:36:37 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -291,7 +291,7 @@
291
291
  </div>
292
292
 
293
293
  <div id="footer">
294
- Generated on Sat Jun 6 09:14:49 2026 by
294
+ Generated on Tue Aug 18 14:36:37 2026 by
295
295
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
296
296
  0.9.34 (ruby-3.4.9).
297
297
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:49 2026 by
225
+ Generated on Tue Aug 18 14:36:37 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Sat Jun 6 09:14:49 2026 by
147
+ Generated on Tue Aug 18 14:36:37 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.34 (ruby-3.4.9).
150
150
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Sat Jun 6 09:14:49 2026 by
147
+ Generated on Tue Aug 18 14:36:37 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.34 (ruby-3.4.9).
150
150
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Sat Jun 6 09:14:49 2026 by
147
+ Generated on Tue Aug 18 14:36:37 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.34 (ruby-3.4.9).
150
150
  </div>
@@ -230,7 +230,7 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Sat Jun 6 09:14:49 2026 by
233
+ Generated on Tue Aug 18 14:36:37 2026 by
234
234
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
235
  0.9.34 (ruby-3.4.9).
236
236
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jun 6 09:14:48 2026 by
119
+ Generated on Tue Aug 18 14:36:36 2026 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.34 (ruby-3.4.9).
122
122
  </div>
@@ -519,7 +519,7 @@
519
519
  </div>
520
520
 
521
521
  <div id="footer">
522
- Generated on Sat Jun 6 09:14:48 2026 by
522
+ Generated on Tue Aug 18 14:36:36 2026 by
523
523
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
524
524
  0.9.34 (ruby-3.4.9).
525
525
  </div>
@@ -290,7 +290,7 @@
290
290
  </div>
291
291
 
292
292
  <div id="footer">
293
- Generated on Sat Jun 6 09:14:49 2026 by
293
+ Generated on Tue Aug 18 14:36:37 2026 by
294
294
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
295
295
  0.9.34 (ruby-3.4.9).
296
296
  </div>
@@ -1149,7 +1149,7 @@
1149
1149
  </div>
1150
1150
 
1151
1151
  <div id="footer">
1152
- Generated on Sat Jun 6 09:14:49 2026 by
1152
+ Generated on Tue Aug 18 14:36:37 2026 by
1153
1153
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1154
1154
  0.9.34 (ruby-3.4.9).
1155
1155
  </div>
@@ -129,7 +129,7 @@
129
129
  </div>
130
130
 
131
131
  <div id="footer">
132
- Generated on Sat Jun 6 09:14:48 2026 by
132
+ Generated on Tue Aug 18 14:36:36 2026 by
133
133
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
134
  0.9.34 (ruby-3.4.9).
135
135
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:48 2026 by
225
+ Generated on Tue Aug 18 14:36:36 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -228,7 +228,7 @@
228
228
  </div>
229
229
 
230
230
  <div id="footer">
231
- Generated on Sat Jun 6 09:14:48 2026 by
231
+ Generated on Tue Aug 18 14:36:36 2026 by
232
232
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
233
233
  0.9.34 (ruby-3.4.9).
234
234
  </div>
data/doc/Compony.html CHANGED
@@ -1670,7 +1670,7 @@
1670
1670
  </div>
1671
1671
 
1672
1672
  <div id="footer">
1673
- Generated on Sat Jun 6 09:14:48 2026 by
1673
+ Generated on Tue Aug 18 14:36:36 2026 by
1674
1674
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1675
1675
  0.9.34 (ruby-3.4.9).
1676
1676
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Sat Jun 6 09:14:49 2026 by
117
+ Generated on Tue Aug 18 14:36:37 2026 by
118
118
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.34 (ruby-3.4.9).
120
120
  </div>
data/doc/_index.html CHANGED
@@ -718,7 +718,7 @@
718
718
  </div>
719
719
 
720
720
  <div id="footer">
721
- Generated on Sat Jun 6 09:14:45 2026 by
721
+ Generated on Tue Aug 18 14:36:32 2026 by
722
722
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
723
723
  0.9.34 (ruby-3.4.9).
724
724
  </div>