How to get a list of Gems?

Hi,

I need help in gettng a list of gems. When I use
gem list --remote

it works but in windows prompt the list is truncated. Increasing the
buffer does not help.
I tried to do a dump to a file but it only reads the first line the
quits

gem list --remote -> list.txt

Anyone know a trick for this?

-Tesla

tesla wrote:

Hi,

I need help in gettng a list of gems. When I use
gem list --remote

it works but in windows prompt the list is truncated. Increasing the
buffer does not help.
I tried to do a dump to a file but it only reads the first line the quits

gem list --remote -> list.txt

gem list --remote > list.txt

Anyone know a trick for this?

-Tesla

lopex

Marcin Mielżyński wrote:

lopex

Duh! what a dummy I am !

Thanks for catching that habitual scripting typo :wink:

-Tesla