spree-recently-viewed icon indicating copy to clipboard operation
spree-recently-viewed copied to clipboard

bundler fails to install

Open timbowhite opened this issue 13 years ago • 0 comments

Looks like the s.authors is missing from the gemspec file.

Gemfile:

gem 'spree_recently_viewed', :git => 'git://github.com/romul/spree-recently-viewed.git'

Then... bundle install spree_recently_viewed at /usr/local/lib/ruby/gems/1.9.1/bundler/gems/spree-recently-viewed-0013d4eb58ff 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: authors may not be empty

timbowhite avatar Jun 17 '11 18:06 timbowhite