savonrb / wasabi

A simple WSDL parser
MIT License
90 stars 84 forks source link

wasabi-2.1.0.gem file corrupt? #4

Closed bploetz closed 12 years ago

bploetz commented 12 years ago

Getting this all of a sudden:

Gem::Package::FormatError: no metadata found in /home/bploetz/myapp/bundle/ruby/1.9.1/cache/wasabi-2.1.0.gem

Looks like you published 2.1.0 a few days ago:

http://rubygems.org/gems/wasabi/versions/2.1.0

"gem verify" reports no errors:

$ gem check -V --verify wasabi-2.1.0.gem 
Verifying gem: 'wasabi-2.1.0.gem'

But I can't unpack it (get the same error):

$ gem unpack wasabi-2.1.0.gem 
ERROR:  While executing gem ... (Gem::Package::FormatError)
    no metadata found in wasabi-2.1.0.gem

It's size is also suspiciously small compared to the previous version:

-rw-rw-r-- 1 deploy deploy   14336 Feb 15 04:51 wasabi-2.0.0.gem
-rw-rw-r-- 1 deploy deploy     152 Feb 21 07:33 wasabi-2.1.0.gem
bploetz commented 12 years ago

Actually when I download the .gem file directly from rubygems.org, it seems to be the right size (16KB).

http://rubygems.org/downloads/wasabi-2.1.0.gem

Something else appears to be going on.

bploetz commented 12 years ago

I wiped away my bundle directory and re-installed, and everything's fine. Sorry for the noise.....