dustin-beanstalk-client 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -257,8 +257,8 @@ module Beanstalk
257
257
  send_to_rand_conn(:yput, obj, pri, delay, ttr)
258
258
  end
259
259
 
260
- def reserve()
261
- send_to_rand_conn(:reserve)
260
+ def reserve(timeout=nil)
261
+ send_to_rand_conn(:reserve, timeout)
262
262
  end
263
263
 
264
264
  def use(tube)
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: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Rarick