drfeelngood / resque-batched-job

Resque plugin that understands individual jobs can belong to something bigger than themselves
https://rubygems.org/gems/resque-batched-job
MIT License
49 stars 23 forks source link

added small fix to work with latest Resque version #27

Closed dfockler closed 9 years ago

dfockler commented 9 years ago

Not sure if this is the best approach, more like a patch, but I tested it with both 1-x-stable and 2.0.0.pre. Using 1-x-stable it just gives some warnings about RbConfig being deprecated which is an open issue in that Resque branch.

dfockler commented 9 years ago

Does this look ok?

drfeelngood commented 9 years ago

:+1: