- Depending on
required_rubygems_version
~> 3
- Depending on
delayed_job
~> 4
Somehow, loosening the guard dependency for release 0.3.3
didn't get pushed.
Doh! Anyway, here it is now. Re-releasing.
- Merged PR from @ViZH that allows the executable dir to be configured, but uses
bin
instead ofscript
by default. - Added notes about optional parameters that can be passed to delayed_job.
- Loosened
guard
version dependency to be >= 3
- Version dependencies of
delayed_job
,guard
updated.
- Modified the dependencies to support Guard 2
- Upgraded to work with Guard 2.
- Merged option to add
root
. - Added MIT licence to GemSpec.
- Fixed
script/delayed\_job
call when passingRAILS_ENV
in dash shell (not sure if it happens with other ones).
- 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=xxx
- 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.