Releases: guard/guard-rspec
Releases · guard/guard-rspec
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Changes
- Full rewrite, with a nice CodeClimate score.
- Simplify options with the new
cmd
option. focus_on_failed
option is now enable by default (and works even with notification disabled).- Run on modifications instead of changes (guard/guard#495).
Deprecations
- Special drb support has been removed, please use Zeus or Spring instead of Spork.
exclude
option has been deprecated, please use Guardignore
DSL method.cli
option has been deprecated, please use the newcmd
option.bundler
option has been deprecated, please use the newcmd
option.binstubs
option has been deprecated, please use the newcmd
option.rvm
option has been deprecated, please use the newcmd
option.binstubs
option has been deprecated, please use the newcmd
option.spring
option has been deprecated, please use the newcmd
option.turnip
option has been deprecated, please use the newcmd
option.zeus
option has been deprecated, please use the newcmd
option.foreman
option has been deprecated, please use the newcmd
option.parallel
option has been deprecated, please use the newcmd
option.parallel_cli
option has been deprecated, please use the newcmd
option.