Useful if you are a gem author: it eases testing your gem locally, and pushing it to RubyGems
Gemi Gem installer
gemi runs 'gem install' for each your rubys. Example: without gemi: $ gem install foo bar $ gem-1.9 install foo bar with gemi: $ gemi foo bar