quack_concurrency 0.3.0 → 0.3.1
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/Rakefile +6 -0
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c54a140614cc505337efaaab611c8bb6d8e19bc794b0204fbd6630dcabe742a9
|
|
4
|
+
data.tar.gz: '0568def469ea6c5be8645b53f8ccc9aa8a07b18ee072d6b72a88c0717519629b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b52245506a8d0102c74b0160536c575e9e6784a4201776e0a9f4ac3b3975f6c93f0c376a7879529e2f1d6e19272e7b417bea57e77db3114da69daef62e6dcf8
|
|
7
|
+
data.tar.gz: 6dc0136c93ad3918c68e7c80deb142db0f81760a995a984dfff77537d7f4e3699f95d7b31c9bd1980c8c8bce3981d1840ea63b086b0c095bfea0885a3dbddba4
|
data/Rakefile
ADDED
metadata
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quack_concurrency
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Fors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Offers concurrency tools that could also be found in the 'Concurrent
|
|
14
|
-
Ruby'. However, all these tools will also accept core class
|
|
15
|
-
of.
|
|
14
|
+
Ruby'. However, all these tools will also accept core class duck types to build
|
|
15
|
+
off of.
|
|
16
16
|
email: mail@robfors.com
|
|
17
17
|
executables: []
|
|
18
18
|
extensions: []
|
|
@@ -20,6 +20,7 @@ extra_rdoc_files: []
|
|
|
20
20
|
files:
|
|
21
21
|
- LICENSE
|
|
22
22
|
- README.md
|
|
23
|
+
- Rakefile
|
|
23
24
|
- lib/quack_concurrency.rb
|
|
24
25
|
- lib/quack_concurrency/concurrency_tool.rb
|
|
25
26
|
- lib/quack_concurrency/error.rb
|