If I download a .gem file to a folder in my computer, can I install it later using gem install?
gem install
you can also use the full filename to your gem file:
gem install /full/path/to/your.gem
this works as well -- it's probably the easiest way