quebert 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,7 +89,7 @@ module Quebert
89
89
  beanstalk_job.release @job.priority, delay
90
90
  log "Job released"
91
91
  end
92
- rescue Beanstalk::NotFoundError => e
92
+ rescue ::Beanstalk::NotFoundError => e
93
93
  log "Job ran longer than allowed. Beanstalk already deleted it!!!!", :error
94
94
  # Sometimes the timer doesn't behave correctly and this job actually runs longer than
95
95
  # allowed. At that point the beanstalk job no longer exists anymore. Lets let it go and don't blow up.
@@ -1,3 +1,3 @@
1
1
  module Quebert
2
- VERSION = "1.0.8"
2
+ VERSION = "1.0.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quebert
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 8
10
- version: 1.0.8
9
+ - 9
10
+ version: 1.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brad Gessler
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-06-04 00:00:00 Z
20
+ date: 2012-06-06 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: json