Is it possible to download a Ruby gem without installing it automatically?

Viewed 9224

When I download something using gem I'd like to be able to just download the gem, and then choose whether or not I want to install it. I'm asking this because I'd like to install a particular gem on more than one computers ( without installing from the internet on each one ).

3 Answers
Related