Make gem install not install docs default

The most time consuming part of some gem install packages is the documentation, which most users don’t use as they search the Web instead.

Make gem install not install docs by default by adding this line to ~/.gemrc:

gem: --no-document