Setting Up A Ruby Gems Library in your user space

Install with

gem install --user-install -n~/bin **gem_name**

This assumes you want the gems in your ~/bin folder, and that you have it added to your PATH

Sources: