arbiter 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/zeromq_arbiter.rb +2 -0
  2. metadata +3 -3
@@ -22,6 +22,7 @@ class ZeromqArbiter < Arbiter
22
22
  )
23
23
 
24
24
  outbound.close
25
+ context.terminate
25
26
  end
26
27
 
27
28
  def listen(proxy)
@@ -47,6 +48,7 @@ class ZeromqArbiter < Arbiter
47
48
  end
48
49
 
49
50
  socket.close
51
+ ctx.terminate
50
52
  end
51
53
 
52
54
  protected
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arbiter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-09 00:00:00.000000000 Z
12
+ date: 2013-08-27 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email:
@@ -23,7 +23,7 @@ files:
23
23
  - lib/resque_arbiter.rb
24
24
  - lib/zeromq/proxy.rb
25
25
  - lib/zeromq_arbiter.rb
26
- homepage: http://sittercity.com
26
+ homepage: https://github.com/sittercity/arbiter
27
27
  licenses: []
28
28
  post_install_message:
29
29
  rdoc_options: []