README.markdown in mongo-resque-1.18.2 vs README.markdown in mongo-resque-1.19.0

- old
+ new

@@ -21,11 +21,12 @@ collections are namespaced with 'resque.queues.' to make it possible to use the same database for your application as Resque (this might still not be the best idea though - behold the stern warnings below). Original resque is currently using hoptoad_notifier in its Hoptoad Failure -Backend. This fork has not implemented this change as I'm undecided wether -the change was for the better or not (we avoid dependency troubles this way). +Backend and the airbrake gem for its Airbrake Faiure Backend. This fork has +chosen not to add these dependencies but rather have its own clean support +for Airbrake (the Hoptoad backend has been deprecated). Delayed Jobs ------------ If your job class indicates that @delayed = true, you can queue