btakita / rr

RR (Double Ruby) is a test double framework that features a rich selection of double techniques and a terse syntax.
http://github.com/rr/rr
MIT License
501 stars 58 forks source link

Rspec2 gemspec fix #79

Closed damselem closed 11 years ago

damselem commented 12 years ago

After specifying branch to use in my Gemfile like:

gem 'rr', :git => 'git://github.com/btakita/rr.git', :branch => 'rspec2'

I got the following after running bundle install:

rr at /Users/damselem/.rvm/gems/ruby-1.9.3-p0@cra/bundler/gems/rr-91f638cee364 did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was: ["scratch.rb"] are not files
mcmire commented 11 years ago

This is fixed in my fork.

mcmire commented 11 years ago

This should be fixed now, I regenerated the gemspec.