dustin-beanstalk-client 1.0.1 → 1.0.2

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.
@@ -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