thoughtbot / cocaine

A small library for doing (command) lines.
https://robots.thoughtbot.com
Other
785 stars 55 forks source link

Can't install Cocaine Gem #26

Closed andyl closed 12 years ago

andyl commented 12 years ago

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 ~>

jayroh commented 12 years ago

There is an issue with Amazon S3 that's affecting rubygems.

jyurek commented 12 years ago

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.

andyl commented 12 years ago

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'