From: Thomas Uehlinger
Date: 2004-08-13T03:46:10+09:00
Subject: Re: gem remote installation does not work
Jim Weirich wrote:
> Thomas Uehlinger said:
>
>>Hello
>>
>>I'm trying to remote install some gems, but i only get
>>
>>uehli@localhost uehli $ gem install --remote rake
>>Attempting remote installation of 'rake'
>>ERROR: While executing gem ... (Gem::GemNotFoundException)
>> Could not find rake (> 0) in the repository
>>
>>
>>I found out that 'gem' correctly downloads
>>http://gems.rubyforge.org/yaml.Z,
>>but fails afterwards.
>>
>>uehli@localhost uehli $ gem -v
>>0.7.0
>>uehli@localhost uehli $ ruby -v
>>ruby 1.9.0 (2004-08-11) [i686-linux]
>
>
> Hmmm... I've not tried gems on 1.9. That _could_ be the problem. I'll
> takek a closer look this evening.
>
Yes, that could be. I found out that it works correctly on 1.8.1.
-- Thomas