guard / guard-spork

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

Decrease spork version requirement #1

Closed jcf closed 13 years ago

jcf commented 13 years ago

Newer versions of spork require RSpec 2, which can only be used with Rails 3 due to dependencies in rspec-rails 2.

As guard-spork works with spork 0.8.4 I think reducing the version dependency in guard-spork's gemspec is a nice thing to do.

Sorry about not creating a feature branch. I literally edited the message via Github and commited it without cloning the repo to my local machine.

Regards, James

thibaudgg commented 13 years ago

Right, Thanks!