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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bec91c2df6019b48f49e87896bb522865f63164f212573fecaf3edf7d154128c
4
- data.tar.gz: 8be1f1412644a4bb48a45280a7db01027d696d17714e755a869d0ebc40b5ffaf
3
+ metadata.gz: 8d45c579c92501c9f744e23a18e20fd5468fd24626cc06c0df93dd5316aede0a
4
+ data.tar.gz: abc399a8a010438d48d7b04a0d48b9e188401043771c74a7621e705545aa42fe
5
5
  SHA512:
6
- metadata.gz: 7cac8c9c1aac7d2eea728cf837f960abad0740aef71194332e568af19dd5b5d12eb7b8dd1005304e8a1330d37c74255da90fc7e4f690e4176e250c27857c43ef
7
- data.tar.gz: a5298094afab622a6c99bcc789787ad62870bb518eee180e3b202716610e621ba9f9eb35c94fbc6aa5a47cccc72fdf4b4f3b89d798be3b363a413e0fc9f22f86
6
+ metadata.gz: 2662546be40b1ab2f3b5f8336e6f1a86c552647d876db545b070773c0404e95aecbbee36ae0b974badae6362b3d40d42f9dead2a4025c6edeab5417208ed0db1
7
+ data.tar.gz: 2a5f70d09c5c0588512c27320ecfadf3b281a2317c33d5bc3be2db128aa1fe01d2ceef1df68d43cd4a81b9b8384d2548e38019ddb144c2d139d3a8475ea47223
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- concurrent_worker (0.4.5)
4
+ concurrent_worker (0.4.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/concurrent_worker.svg)](http://badge.fury.io/rb/concurrent_worker)
5
5
  [![MIT License](http://img.shields.io/github/license/dddogdiamond/concurrent_worker.svg)](LICENSE.txt)
6
6
 
7
- Concurrent worker in thread/process with preparation mechanism.
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
 
@@ -59,7 +59,6 @@ module ConcurrentWorker
59
59
  def send(obj)
60
60
  begin
61
61
  Marshal.dump(obj, @wio)
62
- rescue Errno::EPIPE
63
62
  end
64
63
  end
65
64
 
@@ -1,3 +1,3 @@
1
1
  module ConcurrentWorker
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.6"
3
3
  end
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.5
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-18 00:00:00.000000000 Z
11
+ date: 2019-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler