[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Checking for gems that need to be updated

Pat Maddox

2/21/2006 10:21:00 PM

Is there an easy way to list which installed gems are out of date?
Basically it would look at the local gems, compare them to the latest
remote versions, and just show me if there's a newer version
available.

Pat


4 Answers

Joel VanderWerf

2/21/2006 10:39:00 PM

0

Pat Maddox wrote:
> Is there an easy way to list which installed gems are out of date?
> Basically it would look at the local gems, compare them to the latest
> remote versions, and just show me if there's a newer version
> available.

Why not just do

gem update

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407


Pit Capitain

2/21/2006 10:44:00 PM

0

Pat Maddox schrieb:
> Is there an easy way to list which installed gems are out of date?
> Basically it would look at the local gems, compare them to the latest
> remote versions, and just show me if there's a newer version
> available.

Pat, I once wrote a little script to do just this. If you're not on
Windows, I think you'll have to change the way I call the gem command.

Regards,
Pit

Ian Gordon

2/22/2006 3:44:00 PM

0

Hi All,

I am considering learning ruby but tend to program graphics. Will ruby be
beneficial to me?

All the best
Ian Gordon


Ian Gordon

2/22/2006 3:57:00 PM

0

Hi All,

I am considering trying ruby but use graphics a lot, so will ruby be of
much use e. g. is there a graphics library?

All the best Ian Gordon