Last Updated: February 25, 2016
·
382
· bjh

stop rubygems from installing documentation

Tired of waiting for gem install to download and install all that documentation?

add this to a .gemrc file in your home directory

---

install: --no-rdoc --no-ri

update: --no-rdoc --no-ri

note: the file format is YAML