Gems without sudo

In order to manage gems without using sudo all the time you have to make sure your folders have the right permissions for your user.

sudo chown -R oskar:staff /Library/Ruby/Gems/2.0.0 sudo chown -R oskar:staff /usr/bin sudo chown -R oskar:staff ~/.gem

Resources

Generating style guides