dustin-beanstalk-client 0.11.1 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -227,7 +227,7 @@ module Beanstalk
227
227
  @addrs = addrs
228
228
  @watch_list = ['default']
229
229
  @default_tube=default_tube
230
- @watch_list << default_tube if default_tube
230
+ @watch_list = [default_tube] if default_tube
231
231
  connect()
232
232
  end
233
233
 
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.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Rarick