-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
["acts_as_versioned_plugin.sqlite3.db"] are not files #2
Comments
That should simply be a warning, as the gemspec in this repo is not valid. It shouldn't be causing you any problems, as bundler is able to work around it. Ideally I should update it to remove the reference to that file (it doesn't exist), but I haven't yet. Is the gem working correctly other than this message? |
Thanks Jason, it is "working correctly other than this message". Although, this type of error is not going to fly with my two teams, or with the production guys. How can I convince you to remove it? |
So, I think I just sent you a Pull Request ... Please check it out! Martin |
Thank you! I'm on my phone ATM, but I'll review tonight and get back with you. I appreciate your help. Sent from my iPhone 5
|
Pull request #3 looks great! Thank you for putting that together. I'm merging it in now. |
Receiving the following message while running bundle:
Using acts_as_versioned (3.2.1) from https://github.com/jwhitehorn/acts_as_versioned.git (at master) acts_as_versioned at /Users/sommerm/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/bundler/gems/acts_as_versioned-44dfe632ba8c 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: ["acts_as_versioned_plugin.sqlite3.db"] are not files
How can I fix this?
The text was updated successfully, but these errors were encountered: