dustin-beanstalk-client 0.11.2 → 0.11.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,7 @@ module Beanstalk
27
27
  attr_reader :addr
28
28
 
29
29
  def initialize(addr, jptr=self, default_tube=nil)
30
+ @waiting = false
30
31
  @addr = addr
31
32
  @jptr = jptr
32
33
  connect
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dustin-beanstalk-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Rarick