hawx / guard-sass

Guard::Sass automatically rebuilds sass files when modified (like sass --watch)
MIT License
88 stars 35 forks source link

Guard::Guard deprecated in favor of Guard::Plugin #55

Closed paulrobertlloyd closed 9 years ago

paulrobertlloyd commented 9 years ago

Replaced deprecated Guard::Guard with Guard::Plugin, as instructed here: https://github.com/guard/guard/wiki/Upgrading-to-Guard-2.0#changes-in-guardguard

I'm still bit new to Ruby, so please let me know if you require more changes before accepting this PR. I suspect there will be questions around Guard dependancies, and release versions…

Thanks,

Paul

hawx commented 9 years ago

Thanks, should be on Rubygems now

paulrobertlloyd commented 9 years ago

Great, thanks! Was all my dependancy versioning in the gemspec okay then?

hawx commented 9 years ago

Yeah it should be fine.