simpleweb / simple-constraints

Rails routing constraints
MIT License
1 stars 0 forks source link

Warning when bundling gem #2

Closed paulspringett closed 11 years ago

paulspringett commented 11 years ago

Getting the following warnings

Using simpleweb (1.0.0) from https://github.com/simpleweb/simpleweb-toolkit (at master) 
simpleweb at /Users/paul/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/bundler/gems/simpleweb-toolkit-4bf72faac605 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:
  ["MIT-LICENSE", "README.rdoc"] are not files
chrismytton commented 11 years ago

This was fixed in eda130674ce8271d73e3e77916814179e1ac2025 but this raises a question about versioning. There are actually two versions in play, the gem version (1.0.0) and the git version that the bundle is locked to (4bf72faac605 in your case). I should have just bumped the version I guess!