Created
March 9, 2017 03:16
-
-
Save tolosa/5bd995359852c4465c59a233572bbced to your computer and use it in GitHub Desktop.
Disable documentation generation on gem install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem: --no-document |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Place in
~/.gemrc(or just runecho 'gem: --no-document' >> ~/.gemrc.)