[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Failure trying 'gem contents'...?

Xeno Campanoli

5/13/2008 9:07:00 PM

root@rhaprpt:~# gem contents
ERROR: While executing gem ... (Gem::CommandLineError)
Please specify a gem name on the command line (e.g. gem build GEMNAME)
root@rhaprpt:~#

Am I just missing something obvious here, or is this broken?

xc

1 Answer

Ryan Davis

5/14/2008 7:20:00 AM

0


On May 13, 2008, at 14:06 , Xeno Campanoli wrote:

> root@rhaprpt:~# gem contents
> ERROR: While executing gem ... (Gem::CommandLineError)
> Please specify a gem name on the command line (e.g. gem build
> GEMNAME)
> root@rhaprpt:~#
>
> Am I just missing something obvious here, or is this broken?

??? the error message is pretty clear. if you want to see the contents
of a gem you have to name it.

otherwise: `gem help` or `gem help commands`