concurrent_worker 0.4.5 → 0.4.6
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/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/concurrent_worker/common.rb +0 -1
- data/lib/concurrent_worker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d45c579c92501c9f744e23a18e20fd5468fd24626cc06c0df93dd5316aede0a
|
4
|
+
data.tar.gz: abc399a8a010438d48d7b04a0d48b9e188401043771c74a7621e705545aa42fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2662546be40b1ab2f3b5f8336e6f1a86c552647d876db545b070773c0404e95aecbbee36ae0b974badae6362b3d40d42f9dead2a4025c6edeab5417208ed0db1
|
7
|
+
data.tar.gz: 2a5f70d09c5c0588512c27320ecfadf3b281a2317c33d5bc3be2db128aa1fe01d2ceef1df68d43cd4a81b9b8384d2548e38019ddb144c2d139d3a8475ea47223
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
[](http://badge.fury.io/rb/concurrent_worker)
|
5
5
|
[](LICENSE.txt)
|
6
6
|
|
7
|
-
|
7
|
+
Ruby concurrent worker in thread/process with preparation mechanism.
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
@@ -102,7 +102,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
102
102
|
|
103
103
|
## Contributing
|
104
104
|
|
105
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/dddogdiamond/concurrent_worker.
|
105
|
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/dddogdiamond/concurrent_worker](https://github.com/dddogdiamond/concurrent_worker).
|
106
106
|
|
107
107
|
## License
|
108
108
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: concurrent_worker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- dddogdiamond
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|