Changes:
- Updated development gem dependencies
Fixes:
- Correctly stop passenger when running as standalone [by dt309]
Changes:
- Updated to guard version 1.1 (throw :task_has_failed error and run_on_changes) - Remove depricated funcitonality of <tt>:ping</tt>, <tt>:port</tt> and <tt>:env</tt>
Fixes:
- Don't try to stop passenger standalone when it wasn't started properly
Features:
- Added support for starting passenger under sudo/rvmsudo [by andrewtimberlake]
Changes:
- updated guard version [by dennis27]
Fixes:
- Don't display 'Stopping Passenger...' when :standalone => false [by medvedobijec]
Features:
- New <tt>:cli</tt> option for passing Passenger CLI option to the runner. - Deprecation of <tt>:port</tt>, <tt>:environment</tt> options. - New <tt>:notification</tt> option (to disable Growl/Libnotify notifications).
Fixes:
- Shut down guard if passenger failed to stop (prevents "locked in guard" syndrome when passenger is not running)
Changes:
- Change dependency to guard that the new version is loaded
Changes:
- Renamed Toucher to Pinger (it was confusing with the "touch" command used to restart Passenger) - Renamed :touch option to :ping, and set it to false by default - Ping localhost in a new thread in order not to block other guards execution, notify of the ping's result
Features:
- Add touching - Activate Passenger standalone by default