If I download a .gem file to a folder in my computer, can I install it later using gem install?
gem install
Go to the path in where the gem is and call gem install -l gemname.gem
gem install -l gemname.gem