From: transfire@... Date: 2006-07-19T00:20:26+09:00 Subject: Re: Problems installing rubyzip gem on Debian...can someone help? subimage wrote: > I haven't had issues with it before, but now I am...I go to install > rubyzip via gems and I'm getting this on a fresh Debian box: > > -> sudo gem install rubyzip > Attempting local installation of 'rubyzip' > Local gem file not found: rubyzip*.gem > Attempting remote installation of 'rubyzip' > ERROR: While executing gem ... (ArgumentError) > parse error on line 0, col 31: `!ruby/object:Gem::Specification ' > > Anyone know what's going wrong? col 31 is at the end of that line. What's that blank space there? BTW. Is rubyzip a pure Ruby lib or does it use a backend of some sort? T.