From: Yvon Thoraval Date: 2006-09-09T20:00:00+09:00 Subject: Re: How to test gems installation --Apple-Mail-15--896243418 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Le 9 sept. 06 =E0 10:29, Lucas Holland a =E9crit : > I've just installed Ruby Gems on my OS X machine. Now I'd like to test > whether it works or not without downloading a gem (I wouldn't need it > anyways). Is there a way to verify that my installation works? on terminal : ~> gem list -r # =3D> r stands for remote # =3D> u'll get the installable list of remotely available gems ~> gem list -l # =3D> l stands for local # =3D> u'll get the allready installed gems ~> gem env # =3D> speaks by itseld ;-) ~> gem_server # point a browser to # =3D> u'll get RDoc Yvon= --Apple-Mail-15--896243418--