simple-future 1.0.0.pre2 → 1.0.0.pre3
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/README.md +1 -1
- data/doc/SimpleFuture/ChildError.html +1 -1
- data/doc/SimpleFuture/Error.html +1 -1
- data/doc/SimpleFuture/ResultTypeError.html +1 -1
- data/doc/SimpleFuture.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +2 -3
- data/doc/index.html +2 -3
- data/doc/top-level-namespace.html +1 -1
- data/simple-future.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cba5eaf0775a2efbd7599fbc8a4be6a6a4b4b66
|
4
|
+
data.tar.gz: 4c714ad93fc19cf752ac13788afbe02c2eea1d2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d051b9f277e6b611d402580fadfe681742b0b763fd9c0c4c33481ed15b35f2fa6c90d778c1e9a149eb602b31aa408a758cf3764347b3d6e0190f2cc8b2e23982
|
7
|
+
data.tar.gz: 20229518589103a9a2c4bb338085b010e635c315f5dbed6000e849a02135a9714c2f3dda06bd55dabf6e9b4657fa48ecd41bada6560df5eee9d39f52dafeffbc
|
data/README.md
CHANGED
@@ -10,7 +10,7 @@ It is a simple implementation of [Future][1] construct.
|
|
10
10
|
|
11
11
|
* [Home Page](https://github.com/suetanvil/simple-future/)
|
12
12
|
* [Issues](https://github.com/suetanvil/simple-future/issues)
|
13
|
-
* [Reference Docs](http://www.rubydoc.info/gems/simple-future
|
13
|
+
* [Reference Docs](http://www.rubydoc.info/gems/simple-future)
|
14
14
|
|
15
15
|
|
16
16
|
## Basic idea
|
@@ -401,7 +401,7 @@ nil.</p>
|
|
401
401
|
</div>
|
402
402
|
|
403
403
|
<div id="footer">
|
404
|
-
Generated on Wed Jan 17 18:
|
404
|
+
Generated on Wed Jan 17 18:42:40 2018 by
|
405
405
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
406
406
|
0.9.12 (ruby-2.4.3).
|
407
407
|
</div>
|
data/doc/SimpleFuture/Error.html
CHANGED
@@ -130,7 +130,7 @@ by SimpleFuture are either <code>Error</code> or a subclass.</p>
|
|
130
130
|
</div>
|
131
131
|
|
132
132
|
<div id="footer">
|
133
|
-
Generated on Wed Jan 17 18:
|
133
|
+
Generated on Wed Jan 17 18:42:40 2018 by
|
134
134
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
135
135
|
0.9.12 (ruby-2.4.3).
|
136
136
|
</div>
|
@@ -137,7 +137,7 @@ these instead of a <code>SimpleFuture::ChildError</code>.</p>
|
|
137
137
|
</div>
|
138
138
|
|
139
139
|
<div id="footer">
|
140
|
-
Generated on Wed Jan 17 18:
|
140
|
+
Generated on Wed Jan 17 18:42:40 2018 by
|
141
141
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
142
142
|
0.9.12 (ruby-2.4.3).
|
143
143
|
</div>
|
data/doc/SimpleFuture.html
CHANGED
@@ -988,7 +988,7 @@ usually want to get all of the values. See <code>wait_for_all</code>.</p>
|
|
988
988
|
</div>
|
989
989
|
|
990
990
|
<div id="footer">
|
991
|
-
Generated on Wed Jan 17 18:
|
991
|
+
Generated on Wed Jan 17 18:42:40 2018 by
|
992
992
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
993
993
|
0.9.12 (ruby-2.4.3).
|
994
994
|
</div>
|
data/doc/_index.html
CHANGED
@@ -142,7 +142,7 @@
|
|
142
142
|
</div>
|
143
143
|
|
144
144
|
<div id="footer">
|
145
|
-
Generated on Wed Jan 17 18:
|
145
|
+
Generated on Wed Jan 17 18:42:39 2018 by
|
146
146
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
147
147
|
0.9.12 (ruby-2.4.3).
|
148
148
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -75,8 +75,7 @@ construct.</p>
|
|
75
75
|
</li><li>
|
76
76
|
<p><a href="https://github.com/suetanvil/simple-future/issues">Issues</a></p>
|
77
77
|
</li><li>
|
78
|
-
<p><a href="http://www.rubydoc.info/gems/simple-future
|
79
|
-
Docs</a></p>
|
78
|
+
<p><a href="http://www.rubydoc.info/gems/simple-future">Reference Docs</a></p>
|
80
79
|
</li></ul>
|
81
80
|
|
82
81
|
<h2 id="label-Basic+idea">Basic idea</h2>
|
@@ -245,7 +244,7 @@ system. (It's unlikely that this can happen in real life, though.)</p>
|
|
245
244
|
</div></div>
|
246
245
|
|
247
246
|
<div id="footer">
|
248
|
-
Generated on Wed Jan 17 18:
|
247
|
+
Generated on Wed Jan 17 18:42:40 2018 by
|
249
248
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
250
249
|
0.9.12 (ruby-2.4.3).
|
251
250
|
</div>
|
data/doc/index.html
CHANGED
@@ -75,8 +75,7 @@ construct.</p>
|
|
75
75
|
</li><li>
|
76
76
|
<p><a href="https://github.com/suetanvil/simple-future/issues">Issues</a></p>
|
77
77
|
</li><li>
|
78
|
-
<p><a href="http://www.rubydoc.info/gems/simple-future
|
79
|
-
Docs</a></p>
|
78
|
+
<p><a href="http://www.rubydoc.info/gems/simple-future">Reference Docs</a></p>
|
80
79
|
</li></ul>
|
81
80
|
|
82
81
|
<h2 id="label-Basic+idea">Basic idea</h2>
|
@@ -245,7 +244,7 @@ system. (It's unlikely that this can happen in real life, though.)</p>
|
|
245
244
|
</div></div>
|
246
245
|
|
247
246
|
<div id="footer">
|
248
|
-
Generated on Wed Jan 17 18:
|
247
|
+
Generated on Wed Jan 17 18:42:40 2018 by
|
249
248
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
250
249
|
0.9.12 (ruby-2.4.3).
|
251
250
|
</div>
|
@@ -100,7 +100,7 @@
|
|
100
100
|
</div>
|
101
101
|
|
102
102
|
<div id="footer">
|
103
|
-
Generated on Wed Jan 17 18:
|
103
|
+
Generated on Wed Jan 17 18:42:40 2018 by
|
104
104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
105
|
0.9.12 (ruby-2.4.3).
|
106
106
|
</div>
|
data/simple-future.gemspec
CHANGED