guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Inherit from Guard::Plugin instead of deprecated Guard::Guard. #128

Closed volontarian closed 9 years ago

volontarian commented 9 years ago

I followed the guide and inherit from Guard::Plugin instead of deprecated Guard::Guard:

https://github.com/guard/guard/wiki/Upgrading-to-Guard-2.0#changes-in-guardguard

excid3 commented 9 years ago

:+1:

Sheile commented 9 years ago

:+1: I also changed absolutely same and execute some spec without error.

robert2d commented 9 years ago

I'd love to see this go in, the deprecation message from Guard is this awfully long output :wink: which I had no part in extending.. https://github.com/guard/guard/pull/667

Just checked out this branch and everything is working fine(FWIW since travis isn't saying so atm), going to stay on it if you don't mind @gawlista

xrkhill commented 9 years ago

@gawlista @excid3 @Sheile @robert2d I merged #124 which includes these changes, so I'm closing this pull request. Sorry to keep you all waiting so long.