Closed andyl closed 12 years ago
There is an issue with Amazon S3 that's affecting rubygems.
As I said in #25, I've put 0.3.2 up here on GitHub in case S3 continues to have problems. It's not perfect, but at least it's available. https://github.com/downloads/thoughtbot/cocaine/cocaine-0.3.2.gem
Thanks for reporting.
ah ok - thanks for the S3 tip. As a workaround, I used bundler to install the gem from Github - gem 'cocaine', :git => 'http://github.com/thoughtbot/cocaine.git'
andyl@ison ~> gem install cocaine ERROR: Could not find a valid gem 'cocaine' (>= 0) in any repository ERROR: Possible alternatives: cocaine aleak@ison ~> gem list cocaine --remote
* REMOTE GEMS *
cocaine (0.3.2) andyl@ison ~> gem install cocaine 0.3.2 ERROR: Could not find a valid gem 'cocaine' (>= 0) in any repository ERROR: Possible alternatives: cocaine ERROR: Could not find a valid gem '0.3.2' (>= 0) in any repository andyl@ison ~>