jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

gem earthquake (0.8.1) has an invalid gemspec #110

Closed jmettraux closed 12 years ago

jmettraux commented 12 years ago

Hello,

trying to get a bundled development environment on OSX Snow Leopard

jmettraux@sanma ~/w 秋 git clone https://github.com/jugyo/earthquake.git
Cloning into earthquake...
remote: Counting objects: 2196, done.
remote: Compressing objects: 100% (981/981), done.
remote: Total 2196 (delta 1251), reused 2071 (delta 1135)
Receiving objects: 100% (2196/2196), 220.72 KiB | 114 KiB/s, done.
Resolving deltas: 100% (1251/1251), done.
jmettraux@sanma ~/w 秋 cd earthquake/
jmettraux@sanma ~/w/earthquake (master) 秋 rvm use 1.9.3-p125
Using /Users/jmettraux/.rvm/gems/ruby-1.9.3-p125
jmettraux@sanma ~/w/earthquake (master) 秋 gem -v
1.8.21
jmettraux@sanma ~/w/earthquake (master) 秋 bundle -v
Bundler version 1.1.3
jmettraux@sanma ~/w/earthquake (master) 秋 bundle install
Fetching gem metadata from http://rubygems.org/.
Unfortunately, the gem earthquake (0.8.1) has an invalid gemspec.
As a result, Bundler cannot install this Gemfile.
Please ask the gem author to yank the bad version to fix this issue.
For more information, see http://bit.ly/syck-defaultkey.

I looked at http://bit.ly/syck-defaultkey and tried to upgrade my RubyGems, but still having the issue with 1.8.21 (as seen above).

@jugyo さん, what about yanking 0.8.1 ? It seems I'm not the only one to have seen that issue: https://twitter.com/#!/sora_h/statuses/177977121510141952

If there is an easier work around, please tell me.

no6v commented 12 years ago

bundle install --full-index makes you happy :).

I doubt to yank the old version if this is a transitional problem of rubygems.org server side. How do you feel, @jugyo さん?

jmettraux commented 12 years ago

Great, thanks.

According to the comments in http://bit.ly/syck-defaultkey the transitional problem should be fixed since RubyGems 1.8.18 (it's 1.8.21 now) :-(

Closing then.