Some gems don't install when passing in a single version
Reported by Brian Takita | February 18th, 2009 @ 02:56 PM
For some reason, the following gems did not install.
- name: rr version: 0.7.1
- name: engineyard-eycap version: 0.3.11 install_options: --source=http://gems.github.com
Error: Could not find remote gem to install. Gem name = 'rr', Gem version = '0.7.1', install options = '--no-ri--no-rdoc--include-dependencies'
Error: Could not find remote gem to install. Gem name = 'andand', Gem version = '1.3.1', install options = '--no-ri--no-rdoc--include-dependencies'
However, if I change the configuration to be:
- name: rr version: ">=0.7"
- name: engineyard-eycap version: ">=0.3" install_options: --source=http://gems.github.com
it works with the correct versions.
Comments and changes to this ticket
-
Chad Woolley February 18th, 2009 @ 05:43 PM
- Tag set to duplicate
- State changed from new to invalid
Just tried this locally, and it worked fine. I don't think it has anything to do with the version, I think it is because sometimes gems just fail to install via the API.
There's already a ticket open to make a workaround for this:
http://thewoolleyweb.lighthousea...
Closing this as duplicate...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
GemInstaller
http://geminstaller.rubyforge.org