[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

gem question which is better

Junkone

1/2/2008 10:59:00 PM

I manytimes see win and ruby edition of gems and have to decide which
one to install. i dont know how to choose and which one is better
for eg
Select which gem to install for your platform (i386-mswin32)
1. win32-api 1.0.5 (ruby)
2. win32-api 1.0.5 (x86-mswin32-60)
3. win32-api 1.0.4 (mswin32)
4. win32-api 1.0.4 (ruby)
5. Skip this gem
6. Cancel installation
1 Answer

Jan Dvorak

1/2/2008 11:22:00 PM

0

On Thursday 03 January 2008 00:00:14 Junkone wrote:
> I manytimes see win and ruby edition of gems and have to decide which
> one to install. i dont know how to choose and which one is better
> for eg

Assuming the gem in question needs compilation, 'ruby' is source code
gem, 'mswin32' and others are prebuilt binaries for the specific
platform/compiler

Jan