[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

still stuck with rubygems-update

unbewusst.sein

7/27/2008 11:31:00 AM

$ sudo gem install -r rubygems-update
Successfully installed rubygems-update-1.2.0
1 gem installed
$ sudo update_rubygems
Installing RubyGems 1.2.0
setup.rb:108: undefined method `ruby_version' for Gem:Module
(NoMethodError)
$


I'm running Mac OS X 10.4.11 with :
$ ruby -v
ruby 1.8.6 (2007-09-24 patchlevel 111) [powerpc-darwin8.11.0]


and there are new gems needing rubygems 1.2, for example the latest
"echoe" ( echoe-3.gem ).


--
Une Bévue
2 Answers

Roger Pack

7/30/2008 4:27:00 PM

0

Une Bév
ue wrote:
> $ sudo gem install -r rubygems-update
> Successfully installed rubygems-update-1.2.0
> 1 gem installed
> $ sudo update_rubygems
> Installing RubyGems 1.2.0
> setup.rb:108: undefined method `ruby_version' for Gem:Module
> (NoMethodError)
> $
>
>
> I'm running Mac OS X 10.4.11 with :
> $ ruby -v
> ruby 1.8.6 (2007-09-24 patchlevel 111) [powerpc-darwin8.11.0]
>
>
> and there are new gems needing rubygems 1.2, for example the latest
> "echoe" ( echoe-3.gem ).

you could try reinstall gems from scratch, or trying to delete
lib/ruby/*anything_related_to_gems* and reinstall from scratch, and if
THAT doesn't work, then you may need to reinstall ruby from scratch, and
then install gems into it.
Good luck.
-R
--
Posted via http://www.ruby-....

unbewusst.sein

7/30/2008 9:24:00 PM

0

Roger Pack <rogerpack2005@gmail.com> wrote:

>
> you could try reinstall gems from scratch, or trying to delete
> lib/ruby/*anything_related_to_gems* and reinstall from scratch, and if
> THAT doesn't work, then you may need to reinstall ruby from scratch, and
> then install gems into it.

ok, i'll try that, step by step ;-)
--
Une Bévue