guard / guard-spork

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

Ensure that all Process calls are made to the global namespace #61

Closed tanordheim closed 12 years ago

tanordheim commented 12 years ago

As mentioned in #59, some parts of this gem conflicts with guard-process since the Process calls aren't made to the global namespace. The pull request in #59 fixes some of these issues, but there was still an issue that appeared when Guard was reloading (for instance after re-evaluating the Guardfile).