From: David Kerkeslager Date: Wed, 20 Jul 2011 23:55:52 +0000 (-0400) Subject: Adding a .gemrc with --no-rdoc and --no-ri because these slow everything down and... X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=4463993b21927f613b3a229be1d6d29fc238ee7e Adding a .gemrc with --no-rdoc and --no-ri because these slow everything down and I never use them. --- diff --git a/.gemrc b/.gemrc new file mode 100644 index 0000000..58d924e --- /dev/null +++ b/.gemrc @@ -0,0 +1,2 @@ +install: --no-rdoc --no-ri +update: --no-rdoc --no-ri