Sunday, May 8, 2011

Install rubygems without rdoc/ri

If you ever want to disable generating rdoc and ri when you install a ruby gem:

Add this to your ~/.gemrc:

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




No comments: