projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497a143
)
Adding a .gemrc with --no-rdoc and --no-ri because these slow everything down and...
author
David Kerkeslager
<kerkeslager@gmail.com>
Wed, 20 Jul 2011 23:55:52 +0000
(19:55 -0400)
committer
David Kerkeslager
<kerkeslager@gmail.com>
Wed, 20 Jul 2011 23:55:52 +0000
(19:55 -0400)
.gemrc
[new file with mode: 0644]
patch
|
blob
diff --git a/.gemrc
b/.gemrc
new file mode 100644
(file)
index 0000000..
58d924e
--- /dev/null
+++ b/
.gemrc
@@ -0,0
+1,2
@@
+install: --no-rdoc --no-ri
+update: --no-rdoc --no-ri