thoughtbot / cocaine

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

0.3.2 missing from rubygems #27

Closed johnmoroney closed 12 years ago

johnmoroney commented 12 years ago

That's about that, really.

ghost commented 12 years ago

yeah its missing

ryansch commented 12 years ago

Yep.

Gem::RemoteFetcher::FetchError: bad response Not Found 404 (http://production.cf.rubygems.org/gems/cocaine-0.3.2.gem)

Hengjie commented 12 years ago

I also have the same problem though with Bundler I get a slightly different error:

Gem::RemoteFetcher::FetchError: bad response Not Found 404 (https://s3.amazonaws.com/production.s3.rubygems.org/gems/cocaine-0.3.2.gem)
An error occurred while installing cocaine (0.3.2), and Bundler cannot continue.
Make sure that `gem install cocaine -v '0.3.2'` succeeds before bundling.
johnmoroney commented 12 years ago

I specified cocaine 0.3.1 and everything works for now, bundler and all.

On Oct 1, 2012, at 6:43 PM, Hengjie wrote:

I also have the same problem though with Bundler I get a slightly different error:

Gem::RemoteFetcher::FetchError: bad response Not Found 404 (https://s3.amazonaws.com/production.s3.rubygems.org/gems/cocaine-0.3.2.gem) An error occurred while installing cocaine (0.3.2), and Bundler cannot continue. Make sure that gem install cocaine -v '0.3.2' succeeds before bundling. — Reply to this email directly or view it on GitHub.

jayroh commented 12 years ago

Gentlemen - Please see the following: https://github.com/thoughtbot/cocaine/issues/25

It was an S3 issue.

On Mon, Oct 1, 2012 at 9:46 PM, johnmoroney notifications@github.comwrote:

I specified cocaine 0.3.1 and everything works for now, bundler and all.

On Oct 1, 2012, at 6:43 PM, Hengjie wrote:

I also have the same problem though with Bundler I get a slightly different error:

Gem::RemoteFetcher::FetchError: bad response Not Found 404 ( https://s3.amazonaws.com/production.s3.rubygems.org/gems/cocaine-0.3.2.gem)

An error occurred while installing cocaine (0.3.2), and Bundler cannot continue. Make sure that gem install cocaine -v '0.3.2' succeeds before bundling. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/thoughtbot/cocaine/issues/27#issuecomment-9056446.

jyurek commented 12 years ago

If anyone still has problems, 0.3.2 is available as a download directly from here: https://github.com/downloads/thoughtbot/cocaine/cocaine-0.3.2.gem

Thanks for reporting this. We've gotten a few reports about it lately, but there's really nothing we can do about it. S3 was failing to replicate recently-uploaded files to some zones (I assume) so the file wasn't available from everywhere. That's why 0.3.1 is available and 0.3.2 isn't. Other gems were apparently having the same problem, too.