Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 2.77 KB

2.2.2 (Next)

  • Your contribution here.

2.2.1 (2019/4/30)

  • #24: Use absolute module namespace to prevent conflict with Guard::Process - @cristianbica.

2.2.0 (2016/4/16)

2.1.1 (2015/03/07)

  • Fixed an issue with the command syntax that was preventing the spawner from running - @michaelherold.

2.1.0 (2015/03/06)

  • #17: Added ability to specify host - @jwhitcraft.
  • #18: Removed explicit dependencies on notification libraries, relying instead on Guard's default behavior - @michaelherold.
  • #19: Added the ability to specify the command for mounting the Rack application - @michaelherold.

2.0.0 (2014/11/15)

1.4.0 (2014/1/28)

  • Ruby 1.8.7 and 1.9.2 are no longer supported - @dblock.
  • Implemented Rubocop, Ruby linter - @dblock.
  • #13: Fix: do not lock a specific version of Rack - @Nerian.

1.3.1 (2013/1/16)

  • #12: Fix: could not load 'guard/rack', added missing ffi into Gemfile - @dblock.

1.3 (2013/1/15)

1.2.2 (2012/12/19)

1.2.1 (2012/6/31)

1.1 (2012/06/06)

  • Now requires Guard 1.1.
  • #3: Changed kill signal from KILL to INT - @tombh.
  • #4: Changed deprecated run_on_change to run_on_changes - @tombh.

1.0 (2012/02/27)

  • Initial public release - @dblock.