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\'
gem
So, something like $ gem fetch gosu ... this will leave gosu-0.7.14.gem in the current directory.
$ gem fetch gosu
gosu-0.7.14.gem
This will work even if you have already installed it.