- Merged pull request from @drewda to support guard 1.1
- Minor doc changes.
- Now passing the environment in using 'export RAILS_ENV=test;' before calling script/delayed_job Thanks to @rwz for this patch.
- Added a meaningful spec that checks the system call using a mock. Much nicer!
- Fixed options for current delayed_job version (from dbloete)
- Environment settings needed to be passed in via RAILS_ENV=
- Fixed argument passing to the start script
- Cleaned up some documentation.
- Changed template to include :environment => 'development'
- Changed name from 'guard-delayed_job' to 'guard-delayed'
- Fixed options passing
- Initial release.