ovto 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/Gemfile.lock +16 -17
  4. data/Rakefile +2 -9
  5. data/book/SUMMARY.md +15 -11
  6. data/book/book.toml +10 -0
  7. data/docs/.nojekyll +1 -0
  8. data/docs/404.html +189 -0
  9. data/docs/FontAwesome/css/font-awesome.css +4 -0
  10. data/docs/FontAwesome/fonts/FontAwesome.ttf +0 -0
  11. data/docs/FontAwesome/fonts/fontawesome-webfont.eot +0 -0
  12. data/docs/FontAwesome/fonts/fontawesome-webfont.svg +2671 -0
  13. data/docs/{gitbook/fonts/fontawesome → FontAwesome/fonts}/fontawesome-webfont.ttf +0 -0
  14. data/docs/FontAwesome/fonts/fontawesome-webfont.woff +0 -0
  15. data/docs/FontAwesome/fonts/fontawesome-webfont.woff2 +0 -0
  16. data/docs/api/Array.html +4 -4
  17. data/docs/api/Hash.html +4 -4
  18. data/docs/api/MightyInspect.html +238 -0
  19. data/docs/api/Ovto/Actions.html +6 -10
  20. data/docs/api/Ovto/App.html +4 -4
  21. data/docs/api/Ovto/Component/MoreThanOneNode.html +5 -5
  22. data/docs/api/Ovto/Component.html +4 -4
  23. data/docs/api/Ovto/Middleware/Actions.html +4 -4
  24. data/docs/api/Ovto/Middleware/Base.html +5 -6
  25. data/docs/api/Ovto/Middleware/Component.html +5 -6
  26. data/docs/api/Ovto/Middleware.html +8 -10
  27. data/docs/api/Ovto/PureComponent/StateIsNotAvailable.html +4 -4
  28. data/docs/api/Ovto/PureComponent.html +4 -4
  29. data/docs/api/Ovto/Runtime.html +4 -4
  30. data/docs/api/Ovto/State/MissingValue.html +4 -4
  31. data/docs/api/Ovto/State/UnknownStateKey.html +4 -4
  32. data/docs/api/Ovto/State.html +12 -12
  33. data/docs/api/Ovto/WiredActionSet.html +4 -4
  34. data/docs/api/Ovto/WiredActions.html +4 -4
  35. data/docs/api/Ovto.html +26 -30
  36. data/docs/api/_index.html +5 -5
  37. data/docs/api/actions.html +215 -426
  38. data/docs/api/app.html +226 -432
  39. data/docs/api/component.html +268 -480
  40. data/docs/api/css/style.css +1 -0
  41. data/docs/api/fetch.html +188 -393
  42. data/docs/api/file.README.html +9 -15
  43. data/docs/api/frames.html +1 -1
  44. data/docs/api/index.html +9 -15
  45. data/docs/api/method_list.html +4 -4
  46. data/docs/api/middleware.html +249 -460
  47. data/docs/api/pure_component.html +186 -398
  48. data/docs/api/state.html +226 -438
  49. data/docs/api/top-level-namespace.html +6 -6
  50. data/docs/ayu-highlight.css +78 -0
  51. data/docs/book.js +688 -0
  52. data/docs/book.toml +10 -0
  53. data/docs/clipboard.min.js +7 -0
  54. data/docs/css/chrome.css +545 -0
  55. data/docs/css/general.css +203 -0
  56. data/docs/css/print.css +54 -0
  57. data/docs/css/variables.css +255 -0
  58. data/docs/elasticlunr.min.js +10 -0
  59. data/docs/favicon.png +0 -0
  60. data/docs/favicon.svg +22 -0
  61. data/docs/fonts/OPEN-SANS-LICENSE.txt +202 -0
  62. data/docs/fonts/SOURCE-CODE-PRO-LICENSE.txt +93 -0
  63. data/docs/fonts/fonts.css +100 -0
  64. data/docs/fonts/open-sans-v17-all-charsets-300.woff2 +0 -0
  65. data/docs/fonts/open-sans-v17-all-charsets-300italic.woff2 +0 -0
  66. data/docs/fonts/open-sans-v17-all-charsets-600.woff2 +0 -0
  67. data/docs/fonts/open-sans-v17-all-charsets-600italic.woff2 +0 -0
  68. data/docs/fonts/open-sans-v17-all-charsets-700.woff2 +0 -0
  69. data/docs/fonts/open-sans-v17-all-charsets-700italic.woff2 +0 -0
  70. data/docs/fonts/open-sans-v17-all-charsets-800.woff2 +0 -0
  71. data/docs/fonts/open-sans-v17-all-charsets-800italic.woff2 +0 -0
  72. data/docs/fonts/open-sans-v17-all-charsets-italic.woff2 +0 -0
  73. data/docs/fonts/open-sans-v17-all-charsets-regular.woff2 +0 -0
  74. data/docs/fonts/source-code-pro-v11-all-charsets-500.woff2 +0 -0
  75. data/docs/guides/debugging.html +184 -390
  76. data/docs/guides/development.html +171 -383
  77. data/docs/guides/install.html +206 -409
  78. data/docs/guides/tutorial.html +309 -525
  79. data/docs/highlight.css +82 -0
  80. data/docs/highlight.js +6 -0
  81. data/docs/index.html +390 -391
  82. data/docs/mark.min.js +7 -0
  83. data/docs/print.html +958 -0
  84. data/docs/searcher.js +483 -0
  85. data/docs/searchindex.js +1 -0
  86. data/docs/searchindex.json +1 -0
  87. data/docs/tomorrow-night.css +102 -0
  88. data/examples/sinatra/Gemfile.lock +25 -25
  89. data/examples/static/Gemfile.lock +8 -8
  90. data/lib/ovto/component.rb +2 -3
  91. data/lib/ovto/version.rb +1 -1
  92. data/ovto.gemspec +1 -1
  93. metadata +49 -28
  94. data/docs/gitbook/fonts/fontawesome/FontAwesome.otf +0 -0
  95. data/docs/gitbook/fonts/fontawesome/fontawesome-webfont.eot +0 -0
  96. data/docs/gitbook/fonts/fontawesome/fontawesome-webfont.svg +0 -685
  97. data/docs/gitbook/fonts/fontawesome/fontawesome-webfont.woff +0 -0
  98. data/docs/gitbook/fonts/fontawesome/fontawesome-webfont.woff2 +0 -0
  99. data/docs/gitbook/gitbook-plugin-fontsettings/fontsettings.js +0 -240
  100. data/docs/gitbook/gitbook-plugin-fontsettings/website.css +0 -291
  101. data/docs/gitbook/gitbook-plugin-highlight/ebook.css +0 -135
  102. data/docs/gitbook/gitbook-plugin-highlight/website.css +0 -434
  103. data/docs/gitbook/gitbook-plugin-lunr/lunr.min.js +0 -7
  104. data/docs/gitbook/gitbook-plugin-lunr/search-lunr.js +0 -59
  105. data/docs/gitbook/gitbook-plugin-search/lunr.min.js +0 -7
  106. data/docs/gitbook/gitbook-plugin-search/search-engine.js +0 -50
  107. data/docs/gitbook/gitbook-plugin-search/search.css +0 -35
  108. data/docs/gitbook/gitbook-plugin-search/search.js +0 -213
  109. data/docs/gitbook/gitbook-plugin-sharing/buttons.js +0 -90
  110. data/docs/gitbook/gitbook.js +0 -4
  111. data/docs/gitbook/images/apple-touch-icon-precomposed-152.png +0 -0
  112. data/docs/gitbook/images/favicon.ico +0 -0
  113. data/docs/gitbook/style.css +0 -9
  114. data/docs/gitbook/theme.js +0 -4
  115. data/docs/search_index.json +0 -1
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::State
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -224,7 +224,7 @@
224
224
 
225
225
 
226
226
  <span class="summary_desc"><div class='inline'>
227
- <p>Return list of item specs (Array of `[name, options]`).</p>
227
+ <p>Return list of item specs (Array of [name, options]`).</p>
228
228
  </div></span>
229
229
 
230
230
  </li>
@@ -257,7 +257,7 @@
257
257
 
258
258
 
259
259
  <span class="summary_desc"><div class='inline'>
260
- <p>Return true if a State object `other` has same key-value paris as `self`.</p>
260
+ <p>Return true if a State object other` has same key-value paris as `self`.</p>
261
261
  </div></span>
262
262
 
263
263
  </li>
@@ -281,7 +281,7 @@
281
281
 
282
282
 
283
283
  <span class="summary_desc"><div class='inline'>
284
- <p>Return the value corresponds to `key`.</p>
284
+ <p>Return the value corresponds to key`.</p>
285
285
  </div></span>
286
286
 
287
287
  </li>
@@ -353,7 +353,7 @@
353
353
 
354
354
 
355
355
  <span class="summary_desc"><div class='inline'>
356
- <p>Create new state object from `self` and `hash`.</p>
356
+ <p>Create new state object from self` and `hash`.</p>
357
357
  </div></span>
358
358
 
359
359
  </li>
@@ -627,7 +627,7 @@
627
627
  </h3><div class="docstring">
628
628
  <div class="discussion">
629
629
 
630
- <p>Return list of item specs (Array of `[name, options]`)</p>
630
+ <p>Return list of item specs (Array of [name, options]`)</p>
631
631
 
632
632
 
633
633
  </div>
@@ -674,7 +674,7 @@
674
674
  </h3><div class="docstring">
675
675
  <div class="discussion">
676
676
 
677
- <p>Return true if a State object `other` has same key-value paris as `self`</p>
677
+ <p>Return true if a State object other` has same key-value paris as `self`</p>
678
678
 
679
679
 
680
680
  </div>
@@ -715,7 +715,7 @@
715
715
  </h3><div class="docstring">
716
716
  <div class="discussion">
717
717
 
718
- <p>Return the value corresponds to `key`</p>
718
+ <p>Return the value corresponds to key`</p>
719
719
 
720
720
 
721
721
  </div>
@@ -786,7 +786,7 @@
786
786
  </h3><div class="docstring">
787
787
  <div class="discussion">
788
788
 
789
- <p>Create new state object from `self` and `hash`</p>
789
+ <p>Create new state object from self` and `hash`</p>
790
790
 
791
791
 
792
792
  </div>
@@ -858,9 +858,9 @@
858
858
  </div>
859
859
 
860
860
  <div id="footer">
861
- Generated on Sat Feb 29 23:26:32 2020 by
862
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
863
- 0.9.24 (ruby-2.5.5).
861
+ Generated on Sat Apr 22 23:42:33 2023 by
862
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
863
+ 0.9.34 (ruby-3.2.2).
864
864
  </div>
865
865
 
866
866
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::WiredActionSet
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -626,9 +626,9 @@
626
626
  </div>
627
627
 
628
628
  <div id="footer">
629
- Generated on Sat Feb 29 23:26:32 2020 by
630
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
631
- 0.9.24 (ruby-2.5.5).
629
+ Generated on Sat Apr 22 23:42:33 2023 by
630
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
631
+ 0.9.34 (ruby-3.2.2).
632
632
  </div>
633
633
 
634
634
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::WiredActions
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -445,9 +445,9 @@
445
445
  </div>
446
446
 
447
447
  <div id="footer">
448
- Generated on Sat Feb 29 23:26:32 2020 by
449
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
450
- 0.9.24 (ruby-2.5.5).
448
+ Generated on Sat Apr 22 23:42:33 2023 by
449
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
450
+ 0.9.34 (ruby-3.2.2).
451
451
  </div>
452
452
 
453
453
  </div>
data/docs/api/Ovto.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Ovto
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -109,7 +109,7 @@
109
109
  <dt id="VERSION-constant" class="">VERSION =
110
110
 
111
111
  </dt>
112
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.6.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
112
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.7.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
113
113
 
114
114
  <dt id="VALID_NAME_REXP-constant" class="">VALID_NAME_REXP =
115
115
 
@@ -313,8 +313,7 @@
313
313
 
314
314
 
315
315
  <span class="summary_desc"><div class='inline'>
316
- <p>Create an ancestor of middleware class Example: class MiddlewareExample
317
- &lt; Ovto::Middleware(“middleware_example”).</p>
316
+ <p>Create an ancestor of middleware class Example: class MiddlewareExample &lt; Ovto::Middleware(“middleware_example”).</p>
318
317
  </div></span>
319
318
 
320
319
  </li>
@@ -338,8 +337,7 @@
338
337
 
339
338
 
340
339
  <span class="summary_desc"><div class='inline'>
341
- <p>Something like `obj.meth(state: state, **args, &amp;block)` Safe even if
342
- `obj.meth` does not have `state:`.</p>
340
+ <p>Something like obj.meth(state: state, **args, &amp;block)` Safe even if `obj.meth` does not have `state:`.</p>
343
341
  </div></span>
344
342
 
345
343
  </li>
@@ -442,10 +440,10 @@
442
440
  <pre class="lines">
443
441
 
444
442
 
445
- 22</pre>
443
+ 23</pre>
446
444
  </td>
447
445
  <td>
448
- <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 22</span>
446
+ <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 23</span>
449
447
 
450
448
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debug_trace'>debug_trace</span><span class='semicolon'>;</span> <span class='ivar'>@debug_trace</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
451
449
  </td>
@@ -468,10 +466,10 @@
468
466
  <pre class="lines">
469
467
 
470
468
 
471
- 23</pre>
469
+ 24</pre>
472
470
  </td>
473
471
  <td>
474
- <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 23</span>
472
+ <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 24</span>
475
473
 
476
474
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debug_trace='>debug_trace=</span><span class='lparen'>(</span><span class='id identifier rubyid_bool'>bool</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='ivar'>@debug_trace</span> <span class='op'>=</span> <span class='id identifier rubyid_bool'>bool</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
477
475
  </td>
@@ -494,12 +492,12 @@
494
492
  <pre class="lines">
495
493
 
496
494
 
497
- 24
498
495
  25
499
- 26</pre>
496
+ 26
497
+ 27</pre>
500
498
  </td>
501
499
  <td>
502
- <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 24</span>
500
+ <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 25</span>
503
501
 
504
502
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debug_trace_log'>debug_trace_log</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span><span class='rparen'>)</span>
505
503
  <span class='id identifier rubyid_console'><span class='object_link'><a href="top-level-namespace.html#console-instance_method" title="#console (method)">console</a></span></span><span class='period'>.</span><span class='id identifier rubyid_log'>log</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Ovto: </span><span class='tstring_end'>&quot;</span></span><span class='op'>+</span><span class='id identifier rubyid_msg'>msg</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@debug_trace</span>
@@ -613,16 +611,16 @@
613
611
  <pre class="lines">
614
612
 
615
613
 
616
- 29
617
614
  30
618
615
  31
619
616
  32
620
617
  33
621
618
  34
622
- 35</pre>
619
+ 35
620
+ 36</pre>
623
621
  </td>
624
622
  <td>
625
- <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 29</span>
623
+ <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 30</span>
626
624
 
627
625
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span><span class='lparen'>(</span><span class='id identifier rubyid_obj'>obj</span><span class='rparen'>)</span>
628
626
  <span class='kw'>if</span> <span class='backtick'>`</span><span class='tstring_content'>obj.$inspect</span><span class='tstring_end'>`</span></span>
@@ -648,8 +646,7 @@
648
646
  </h3><div class="docstring">
649
647
  <div class="discussion">
650
648
 
651
- <p>Call block. If an exception is raised and there is a tag with
652
- `id=&#39;ovto-debug&#39;`, describe the error in that tag</p>
649
+ <p>Call block. If an exception is raised and there is a tag with ‘id=’ovto-debug’‘, describe the error in that tag</p>
653
650
 
654
651
 
655
652
  </div>
@@ -663,7 +660,6 @@
663
660
  <pre class="lines">
664
661
 
665
662
 
666
- 39
667
663
  40
668
664
  41
669
665
  42
@@ -684,10 +680,11 @@
684
680
  57
685
681
  58
686
682
  59
687
- 60</pre>
683
+ 60
684
+ 61</pre>
688
685
  </td>
689
686
  <td>
690
- <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 39</span>
687
+ <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 40</span>
691
688
 
692
689
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_log_error'>log_error</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
693
690
  <span class='kw'>return</span> <span class='id identifier rubyid_block'>block</span><span class='period'>.</span><span class='id identifier rubyid_call'>call</span>
@@ -792,8 +789,7 @@
792
789
  </h3><div class="docstring">
793
790
  <div class="discussion">
794
791
 
795
- <p>Something like `obj.meth(state: state, **args, &amp;block)` Safe even if
796
- `obj.meth` does not have `state:`</p>
792
+ <p>Something like obj.meth(state: state, **args, &amp;block)` Safe even if `obj.meth` does not have `state:`</p>
797
793
 
798
794
 
799
795
  </div>
@@ -807,7 +803,6 @@
807
803
  <pre class="lines">
808
804
 
809
805
 
810
- 64
811
806
  65
812
807
  66
813
808
  67
@@ -826,10 +821,11 @@
826
821
  80
827
822
  81
828
823
  82
829
- 83</pre>
824
+ 83
825
+ 84</pre>
830
826
  </td>
831
827
  <td>
832
- <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 64</span>
828
+ <pre class="code"><span class="info file"># File 'lib/ovto.rb', line 65</span>
833
829
 
834
830
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_send_args_with_state'>send_args_with_state</span><span class='lparen'>(</span><span class='id identifier rubyid_obj'>obj</span><span class='comma'>,</span> <span class='id identifier rubyid_meth'>meth</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='id identifier rubyid_state'>state</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
835
831
  <span class='id identifier rubyid_parameters'>parameters</span> <span class='op'>=</span> <span class='id identifier rubyid_obj'>obj</span><span class='period'>.</span><span class='id identifier rubyid_method'>method</span><span class='lparen'>(</span><span class='id identifier rubyid_meth'>meth</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parameters'>parameters</span>
@@ -841,7 +837,7 @@
841
837
  <span class='kw'>if</span> <span class='id identifier rubyid_accepts_state'>accepts_state</span>
842
838
  <span class='comment'># We can pass `state:` safely
843
839
  </span> <span class='id identifier rubyid_args_with_state'>args_with_state</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='label'>state:</span> <span class='id identifier rubyid_state'>state</span><span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
844
- <span class='kw'>return</span> <span class='id identifier rubyid_obj'>obj</span><span class='period'>.</span><span class='id identifier rubyid___send__'>__send__</span><span class='lparen'>(</span><span class='id identifier rubyid_meth'>meth</span><span class='comma'>,</span> <span class='id identifier rubyid_args_with_state'>args_with_state</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
840
+ <span class='kw'>return</span> <span class='id identifier rubyid_obj'>obj</span><span class='period'>.</span><span class='id identifier rubyid___send__'>__send__</span><span class='lparen'>(</span><span class='id identifier rubyid_meth'>meth</span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_args_with_state'>args_with_state</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
845
841
  <span class='kw'>else</span>
846
842
  <span class='comment'># Check it is empty (see https://github.com/opal/opal/issues/1872)
847
843
  </span> <span class='kw'>if</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
@@ -861,9 +857,9 @@
861
857
  </div>
862
858
 
863
859
  <div id="footer">
864
- Generated on Sat Feb 29 23:26:32 2020 by
865
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
866
- 0.9.24 (ruby-2.5.5).
860
+ Generated on Sat Apr 22 23:42:33 2023 by
861
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
862
+ 0.9.34 (ruby-3.2.2).
867
863
  </div>
868
864
 
869
865
  </div>
data/docs/api/_index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.24
7
+ Documentation by YARD 0.9.34
8
8
 
9
9
  </title>
10
10
 
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.24</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.34</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -309,9 +309,9 @@
309
309
  </div>
310
310
 
311
311
  <div id="footer">
312
- Generated on Sat Feb 29 23:26:31 2020 by
313
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
314
- 0.9.24 (ruby-2.5.5).
312
+ Generated on Sat Apr 22 23:42:33 2023 by
313
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
314
+ 0.9.34 (ruby-3.2.2).
315
315
  </div>
316
316
 
317
317
  </div>