2.2.0 (4/16/2016) ================= * [#23](https://github.com/dblock/guard-rack/pull/23) Added Windows support - [@jonyeezs](https://github.com/jonyeezs). 2.1.1 (03/07/2015) ============ * Fixed an issue with the command syntax that was preventing the spawner from running - [@michaelherold](https://github.com/michaelherold). 2.1.0 (03/06/2015) ============ * [#17](https://github.com/dblock/guard-rack/pull/17): Added ability to specify host - [@jwhitcraft](https://github.com/jwhitcraft). * [#18](https://github.com/dblock/guard-rack/pull/18): Removed explicit dependencies on notification libraries, relying instead on Guard's default behavior - [@michaelherold](https://github.com/michaelherold). * [#19](https://github.com/dblock/guard-rack/pull/19): Added the ability to specify the command for mounting the Rack application - [@michaelherold](https://github.com/michaelherold). 2.0.0 (11/15/2014) ================== * Upgraded to Guard 2.x - [@jdurand](https://github.com/jdurand). * Upgraded RuboCop to 0.27.1 - [@dblock](https://github.com/dblock). * Upgraded RSpec to 3.x - [@dblock](https://github.com/dblock). 1.4.0 (1/28/2014) ================= * Ruby 1.8.7 and 1.9.2 are no longer supported - [@dblock](https://github.com/dblock). * Implemented Rubocop, Ruby linter - [@dblock](https://github.com/dblock). * [#13](https://github.com/dblock/guard-rack/pull/13): Fix: do not lock a specific version of Rack - [@Nerian](https://github.com/Nerian). 1.3.1 (1/16/2013) ================= * [#12](https://github.com/dblock/guard-rack/issues/12): Fix: could not load 'guard/rack', added missing `ffi` into Gemfile - [@dblock](https://github.com/dblock). 1.3 (1/15/2013) =============== * [#11](https://github.com/dblock/guard-rack/pull/11): Use [spoon](https://github.com/headius/spoon) instead of `system()`, removes the need for `.pid` files - [@viking](https://github.com/viking), [@dblock](https://github.com/dblock). 1.2.2 (12/19/2012) ================== * [#10](https://github.com/dblock/guard-rack/pull/10): Added ability to specify rackup config - [@kgfullerton](https://github.com/kgfullerton). 1.2.1 (6/31/2012) ================= * [#9](https://github.com/dblock/guard-rack/pull/3): Added ability to specify server - [@rubycut](https://github.com/rubycut). 1.1 (06/06/2012) ================ * Now requires Guard 1.1. * [#3](https://github.com/dblock/guard-rack/pull/3): Changed kill signal from `KILL` to `INT` - [@tombh](https://github.com/tombh). * [#4](https://github.com/dblock/guard-rack/pull/4): Changed deprecated `run_on_change` to `run_on_changes` - [@tombh](https://github.com/tombh). 1.0 (02/27/2012) ================ * Initial public release - [@dblock](https://github.com/dblock).