ovto 0.6.1 → 0.6.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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +3 -3
  4. data/docs/api/Array.html +3 -3
  5. data/docs/api/Hash.html +3 -3
  6. data/docs/api/Ovto/Actions.html +5 -9
  7. data/docs/api/Ovto/App.html +3 -3
  8. data/docs/api/Ovto/Component/MoreThanOneNode.html +3 -3
  9. data/docs/api/Ovto/Component.html +3 -3
  10. data/docs/api/Ovto/Middleware/Actions.html +3 -3
  11. data/docs/api/Ovto/Middleware/Base.html +4 -5
  12. data/docs/api/Ovto/Middleware/Component.html +4 -5
  13. data/docs/api/Ovto/Middleware.html +5 -7
  14. data/docs/api/Ovto/PureComponent/StateIsNotAvailable.html +3 -3
  15. data/docs/api/Ovto/PureComponent.html +3 -3
  16. data/docs/api/Ovto/Runtime.html +3 -3
  17. data/docs/api/Ovto/State/MissingValue.html +3 -3
  18. data/docs/api/Ovto/State/UnknownStateKey.html +3 -3
  19. data/docs/api/Ovto/State.html +3 -3
  20. data/docs/api/Ovto/WiredActionSet.html +3 -3
  21. data/docs/api/Ovto/WiredActions.html +3 -3
  22. data/docs/api/Ovto.html +25 -29
  23. data/docs/api/_index.html +4 -4
  24. data/docs/api/actions.html +1 -1
  25. data/docs/api/app.html +1 -1
  26. data/docs/api/component.html +1 -1
  27. data/docs/api/css/style.css +1 -0
  28. data/docs/api/fetch.html +1 -1
  29. data/docs/api/file.README.html +8 -14
  30. data/docs/api/frames.html +1 -1
  31. data/docs/api/index.html +8 -14
  32. data/docs/api/method_list.html +4 -4
  33. data/docs/api/middleware.html +2 -2
  34. data/docs/api/pure_component.html +1 -1
  35. data/docs/api/state.html +1 -1
  36. data/docs/api/top-level-namespace.html +5 -5
  37. data/docs/guides/debugging.html +1 -1
  38. data/docs/guides/development.html +1 -1
  39. data/docs/guides/install.html +1 -1
  40. data/docs/guides/tutorial.html +1 -1
  41. data/docs/index.html +1 -1
  42. data/docs/search_index.json +1 -1
  43. data/lib/ovto/version.rb +1 -1
  44. data/ovto.gemspec +1 -1
  45. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af78c92bfaecab00f15a74103e9c3f5da29f7e5580ce757d31dc631375659822
4
- data.tar.gz: 30f3d9855241f9f1cf5f45fd42681aff410958ca19d52fab583a255f727da7d3
3
+ metadata.gz: b2ddaa76c727e4560af0bf287745897dae5188f764cae396a2f648fa675e7414
4
+ data.tar.gz: 9d3b11c75753e7603ae9b280235e0aa0fc0bb2893489f6ea388721de7dcd6ede
5
5
  SHA512:
6
- metadata.gz: e36a4544dca7bdd0b98f6a487cca2ceaa460b600c38cb656f69c124df606538301c650790b61333037353c4e80f30a82a421122483cf58be0d833f35eb1099e3
7
- data.tar.gz: 3dc5df9d6c98aef173b9733bac33cf9d8bd019291497a35812a87c1bbd8b82ba12e607f1b5f1a1cf501801c6e3f2a69af8838de25b757d909061acec338415b0
6
+ metadata.gz: 9cd38d6c1f29d3a0f4221bda5c5c390ddf83507e2f6265d6257b95bb72fe096e01b179659784d640aea75f425f56be8438b7bb84fc75f15e59239d465a208736
7
+ data.tar.gz: 6516be94dced6512bfaeca2e9b6ce4315d241f459d4d4c24340f90ab07458ea259c37ecd4a169c0794e4ace7f824c43dc1aa27aed6109d54ca153af62a27b277
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.6.2 (2021-10-22)
2
+
3
+ - Loosen requirement of version of thor gem (allow 1.x)
4
+
1
5
  ## v0.6.1 (2021-10-22)
2
6
 
3
7
  - Update Opal to 1.2
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ovto (0.6.1)
4
+ ovto (0.6.2)
5
5
  opal (>= 0.11, < 2)
6
6
  rack (~> 2.0)
7
- thor (~> 0.20)
7
+ thor (>= 0.20)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -29,7 +29,7 @@ GEM
29
29
  sprockets (4.0.2)
30
30
  concurrent-ruby (~> 1.0)
31
31
  rack (> 1, < 3)
32
- thor (0.20.3)
32
+ thor (1.1.0)
33
33
  tilt (2.0.10)
34
34
  yard (0.9.26)
35
35
 
data/docs/api/Array.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Array
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -180,9 +180,9 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Sat Feb 29 23:26:32 2020 by
183
+ Generated on Fri Oct 22 08:18:18 2021 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
- 0.9.24 (ruby-2.5.5).
185
+ 0.9.26 (ruby-3.0.2).
186
186
  </div>
187
187
 
188
188
  </div>
data/docs/api/Hash.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Hash
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -186,9 +186,9 @@
186
186
  </div>
187
187
 
188
188
  <div id="footer">
189
- Generated on Sat Feb 29 23:26:32 2020 by
189
+ Generated on Fri Oct 22 08:18:18 2021 by
190
190
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
191
- 0.9.24 (ruby-2.5.5).
191
+ 0.9.26 (ruby-3.0.2).
192
192
  </div>
193
193
 
194
194
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Actions
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -144,9 +144,7 @@
144
144
 
145
145
 
146
146
  <span class="summary_desc"><div class='inline'>
147
- <p>WiredActions must be set after initialization (this cannot be an argument
148
- of #initialize because Actions and WiredActions have references to each
149
- other).</p>
147
+ <p>WiredActions must be set after initialization (this cannot be an argument of #initialize because Actions and WiredActions have references to each other).</p>
150
148
  </div></span>
151
149
 
152
150
  </li>
@@ -274,9 +272,7 @@ other).</p>
274
272
  </h3><div class="docstring">
275
273
  <div class="discussion">
276
274
 
277
- <p>WiredActions must be set after initialization (this cannot be an argument
278
- of #initialize because Actions and WiredActions have references to each
279
- other)</p>
275
+ <p>WiredActions must be set after initialization (this cannot be an argument of #initialize because Actions and WiredActions have references to each other)</p>
280
276
 
281
277
 
282
278
  </div>
@@ -437,9 +433,9 @@ other)</p>
437
433
  </div>
438
434
 
439
435
  <div id="footer">
440
- Generated on Sat Feb 29 23:26:32 2020 by
436
+ Generated on Fri Oct 22 08:18:18 2021 by
441
437
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
442
- 0.9.24 (ruby-2.5.5).
438
+ 0.9.26 (ruby-3.0.2).
443
439
  </div>
444
440
 
445
441
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::App
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -824,9 +824,9 @@
824
824
  </div>
825
825
 
826
826
  <div id="footer">
827
- Generated on Sat Feb 29 23:26:32 2020 by
827
+ Generated on Fri Oct 22 08:18:18 2021 by
828
828
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
829
- 0.9.24 (ruby-2.5.5).
829
+ 0.9.26 (ruby-3.0.2).
830
830
  </div>
831
831
 
832
832
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Ovto::Component::MoreThanOneNode
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Sat Feb 29 23:26:32 2020 by
128
+ Generated on Fri Oct 22 08:18:18 2021 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.9.24 (ruby-2.5.5).
130
+ 0.9.26 (ruby-3.0.2).
131
131
  </div>
132
132
 
133
133
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Component
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -467,9 +467,9 @@
467
467
  </div>
468
468
 
469
469
  <div id="footer">
470
- Generated on Sat Feb 29 23:26:32 2020 by
470
+ Generated on Fri Oct 22 08:18:18 2021 by
471
471
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
472
- 0.9.24 (ruby-2.5.5).
472
+ 0.9.26 (ruby-3.0.2).
473
473
  </div>
474
474
 
475
475
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Middleware::Actions
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -418,9 +418,9 @@
418
418
  </div>
419
419
 
420
420
  <div id="footer">
421
- Generated on Sat Feb 29 23:26:32 2020 by
421
+ Generated on Fri Oct 22 08:18:18 2021 by
422
422
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
423
- 0.9.24 (ruby-2.5.5).
423
+ 0.9.26 (ruby-3.0.2).
424
424
  </div>
425
425
 
426
426
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Middleware::Base
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -102,8 +102,7 @@
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
104
104
 
105
- <p>Base class of a middleware class Note: this is not the direct superclass of
106
- a middleware. `SomeMiddleware &lt; (anonymous class) &lt; Middleware::Base`</p>
105
+ <p>Base class of a middleware class Note: this is not the direct superclass of a middleware. `SomeMiddleware &lt; (anonymous class) &lt; Middleware::Base`</p>
107
106
 
108
107
 
109
108
  </div>
@@ -596,9 +595,9 @@ a middleware. `SomeMiddleware &lt; (anonymous class) &lt; Middleware::Base`</p>
596
595
  </div>
597
596
 
598
597
  <div id="footer">
599
- Generated on Sat Feb 29 23:26:32 2020 by
598
+ Generated on Fri Oct 22 08:18:18 2021 by
600
599
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
601
- 0.9.24 (ruby-2.5.5).
600
+ 0.9.26 (ruby-3.0.2).
602
601
  </div>
603
602
 
604
603
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Middleware::Component
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -104,8 +104,7 @@
104
104
  <h2>Overview</h2><div class="docstring">
105
105
  <div class="discussion">
106
106
 
107
- <p>Base class of middleware component Basically the same as Ovto::Component
108
- but `actions` is wired to middleware actions.</p>
107
+ <p>Base class of middleware component Basically the same as Ovto::Component but `actions` is wired to middleware actions.</p>
109
108
 
110
109
 
111
110
  </div>
@@ -345,9 +344,9 @@ but `actions` is wired to middleware actions.</p>
345
344
  </div>
346
345
 
347
346
  <div id="footer">
348
- Generated on Sat Feb 29 23:26:32 2020 by
347
+ Generated on Fri Oct 22 08:18:18 2021 by
349
348
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
350
- 0.9.24 (ruby-2.5.5).
349
+ 0.9.26 (ruby-3.0.2).
351
350
  </div>
352
351
 
353
352
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Ovto::Middleware
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -126,8 +126,7 @@
126
126
 
127
127
 
128
128
  <span class="summary_desc"><div class='inline'>
129
- <p>(internal) Create a subclass of Ovto::State that handles states of
130
- `middlewares` Called from App#initialize.</p>
129
+ <p>(internal) Create a subclass of Ovto::State that handles states of `middlewares` Called from App#initialize.</p>
131
130
  </div></span>
132
131
 
133
132
  </li>
@@ -178,8 +177,7 @@
178
177
  </h3><div class="docstring">
179
178
  <div class="discussion">
180
179
 
181
- <p>(internal) Create a subclass of Ovto::State that handles states of
182
- `middlewares` Called from App#initialize</p>
180
+ <p>(internal) Create a subclass of Ovto::State that handles states of `middlewares` Called from App#initialize</p>
183
181
 
184
182
 
185
183
  </div>
@@ -278,9 +276,9 @@
278
276
  </div>
279
277
 
280
278
  <div id="footer">
281
- Generated on Sat Feb 29 23:26:32 2020 by
279
+ Generated on Fri Oct 22 08:18:17 2021 by
282
280
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
283
- 0.9.24 (ruby-2.5.5).
281
+ 0.9.26 (ruby-3.0.2).
284
282
  </div>
285
283
 
286
284
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Ovto::PureComponent::StateIsNotAvailable
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -114,9 +114,9 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Sat Feb 29 23:26:32 2020 by
117
+ Generated on Fri Oct 22 08:18:18 2021 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.24 (ruby-2.5.5).
119
+ 0.9.26 (ruby-3.0.2).
120
120
  </div>
121
121
 
122
122
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::PureComponent
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -358,9 +358,9 @@
358
358
  </div>
359
359
 
360
360
  <div id="footer">
361
- Generated on Sat Feb 29 23:26:32 2020 by
361
+ Generated on Fri Oct 22 08:18:18 2021 by
362
362
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
363
- 0.9.24 (ruby-2.5.5).
363
+ 0.9.26 (ruby-3.0.2).
364
364
  </div>
365
365
 
366
366
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Runtime
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -313,9 +313,9 @@
313
313
  </div>
314
314
 
315
315
  <div id="footer">
316
- Generated on Sat Feb 29 23:26:32 2020 by
316
+ Generated on Fri Oct 22 08:18:18 2021 by
317
317
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
318
- 0.9.24 (ruby-2.5.5).
318
+ 0.9.26 (ruby-3.0.2).
319
319
  </div>
320
320
 
321
321
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Ovto::State::MissingValue
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Sat Feb 29 23:26:32 2020 by
128
+ Generated on Fri Oct 22 08:18:18 2021 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.9.24 (ruby-2.5.5).
130
+ 0.9.26 (ruby-3.0.2).
131
131
  </div>
132
132
 
133
133
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Ovto::State::UnknownStateKey
8
8
 
9
- &mdash; Documentation by YARD 0.9.24
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Sat Feb 29 23:26:32 2020 by
128
+ Generated on Fri Oct 22 08:18:18 2021 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.9.24 (ruby-2.5.5).
130
+ 0.9.26 (ruby-3.0.2).
131
131
  </div>
132
132
 
133
133
  </div>
@@ -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.26
10
10
 
11
11
  </title>
12
12
 
@@ -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
861
+ Generated on Fri Oct 22 08:18:18 2021 by
862
862
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
863
- 0.9.24 (ruby-2.5.5).
863
+ 0.9.26 (ruby-3.0.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.26
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
629
+ Generated on Fri Oct 22 08:18:18 2021 by
630
630
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
631
- 0.9.24 (ruby-2.5.5).
631
+ 0.9.26 (ruby-3.0.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.26
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
448
+ Generated on Fri Oct 22 08:18:18 2021 by
449
449
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
450
- 0.9.24 (ruby-2.5.5).
450
+ 0.9.26 (ruby-3.0.2).
451
451
  </div>
452
452
 
453
453
  </div>