rosarium 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +0 -4
- 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: dd135d7400b2b9b0ec7a42e0f55574e303df8425
|
4
|
+
data.tar.gz: bebfd30e1de878fbedf6590c32a4b7909b479288
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f4a5068349c9084a3aa7b9207bb36df467658f3492d388f622f4dad39870187e175dc1671effddf4b9fcb839a1167f9b61431a4fc3247322b522c7b6ee12881
|
7
|
+
data.tar.gz: aa809dc94d73d35b5a2dea871dfeb486b04e1dc5b1733955d5f3cf0dab566d558f5b2ddbded6558d011b54f726379112eb47a7f8edd9f758fc9a3a641727bd4f
|
data/README.md
CHANGED
@@ -117,7 +117,3 @@ Promise code (every time a ruby block appears in the above examples) is run
|
|
117
117
|
via a fixed-size thread pool, currently set to 10 threads. Execution order is
|
118
118
|
not defined.
|
119
119
|
|
120
|
-
In comparison to the Promises/A+ spec <https://promisesaplus.com/>, these
|
121
|
-
promises have an extra possible state, `:resolving`. You are encouraged to
|
122
|
-
use `#fulfilled?` and `#rejected?` instead anyway.
|
123
|
-
|