v0.1.3
Bug Fixes:
* Delete jobs when clearing the queue in the Redis backend
Enhancements:
* Added support for Rails 2
* Retry connection failures in Mongo backend and added two config options:
Qu.configure do |c|
c.backend.max_retries = 10 # default: 5
c.backend.retry_frequency = 5 # default: 1
end
0.1.2 - 2011-10-05
Bug Fixes:
* Build gem with Ruby 1.8 to avoid YAML errors (http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yacc.html)