scotttam-resque 0.0.4 → 0.0.5

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