[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

undefined method 'uid' for nil::NilClass when running gem

Gaudi Mi

10/27/2008 1:55:00 PM

Just updated to gem 1.3.0 on XP.

> gem -v
1.3.0

> gem list
ERROR: while executing gem ...
undefined method 'uid' for nil::NilClass

Any ideas on this?

If I wanted to try an earlier version of gem instead, how do I revert
exactly? I find the whole process of using gem-update gem files a bit
confusing when it comes to a question like this.

Thanks!
--
Posted via http://www.ruby-....

2 Answers

Luca Peduto

10/27/2008 4:00:00 PM

0

See this:
http://rubyforge.org/tracker/index.php?func=detail&aid=22226&group_id=126&am...

On Mon, Oct 27, 2008 at 2:55 PM, Gaudi Mi <swearingendw@mac.com> wrote:
> Just updated to gem 1.3.0 on XP.
>
>> gem -v
> 1.3.0
>
>> gem list
> ERROR: while executing gem ...
> undefined method 'uid' for nil::NilClass
>
> Any ideas on this?
>
> If I wanted to try an earlier version of gem instead, how do I revert
> exactly? I find the whole process of using gem-update gem files a bit
> confusing when it comes to a question like this.
>
> Thanks!
> --
> Posted via http://www.ruby-....
>
>

Gaudi Mi

10/27/2008 4:20:00 PM

0