resque 1.9.9 → 1.9.10

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of resque might be problematic. Click here for more details.

data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.9.10 (2010-08-06)
2
+
3
+ * Bugfix: before_fork should get passed the job
4
+
1
5
  ## 1.9.9 (2010-07-26)
2
6
 
3
7
  * Depend on redis-namespace 0.8.0
@@ -1,3 +1,3 @@
1
1
  module Resque
2
- Version = VERSION = '1.9.9'
2
+ Version = VERSION = '1.9.10'
3
3
  end
@@ -112,7 +112,7 @@ module Resque
112
112
 
113
113
  if not @paused and job = reserve
114
114
  log "got: #{job.inspect}"
115
- run_hook :before_fork
115
+ run_hook :before_fork, job
116
116
  working_on job
117
117
 
118
118
  if @child = fork
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 9
8
- - 9
9
- version: 1.9.9
8
+ - 10
9
+ version: 1.9.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chris Wanstrath
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-07-26 00:00:00 -07:00
17
+ date: 2010-08-06 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency