[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

gem install weirdness

Roger Pack

9/17/2008 6:42:00 PM

For some reason gem is installing v 0.9.0 by default [0.12.0 is the
latest] for eventmachine. Is this expected?

Thanks!
-=R

~ sudo /usr/bin/gem install eventmachine
Building native extensions. This could take a while...
Successfully installed eventmachine-0.9.0
1 gem installed
Installing ri documentation for eventmachine-0.9.0...
Installing RDoc documentation for eventmachine-0.9.0...
~ /usr/bin/gem list -b eventmachine

*** LOCAL GEMS ***

eventmachine (0.9.0)

*** REMOTE GEMS ***

eventmachine (0.12.0)



~ sudo /usr/bin/gem update eventmachine
Updating installed gems
Updating eventmachine
Building native extensions. This could take a while...
Successfully installed eventmachine-0.9.0
Gems updated: eventmachine
--
Posted via http://www.ruby-....