scotttam-resque 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Resque
2
- Version = '0.0.4'
2
+ Version = '0.0.5'
3
3
  end
@@ -322,11 +322,6 @@ module Resque
322
322
  after_fork.call
323
323
  end
324
324
 
325
- #Call any before_fork procs, if any
326
- def call_after_fork
327
- after_fork.call if after_fork
328
- end
329
-
330
325
  # Unregisters ourself as a worker. Useful when shutting down.
331
326
  def unregister_worker
332
327
  redis.srem(:workers, self)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scotttam-resque
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath, Scott Tamosunas