1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Housekeeping

This commit is contained in:
Mike Perham 2012-02-17 22:04:18 -08:00
parent 25ddfd6174
commit 5a85380733
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
HEAD
-----------
- Add `delay` extensions for ActionMailer and ActiveRecord.
- Added config file support. See test/config.yml for an example file.
- Added pidfile for tools like monit

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "0.6.0"
VERSION = "0.7.0"
end