No more RI / RDoc
In 10 years I have never once used installed RI or RDoc documentation, so let’s not bother installing it.
Adding this to ~/.gemrc will mean it is never built
gem: --no-document
And then nuke all currently installed documentation.
rm -rf `gem env gemdir`/doc
Boom.