Last active
August 29, 2015 14:10
-
-
Save pdostal/c325bf07f74a4085d9b2 to your computer and use it in GitHub Desktop.
How to remove ri and rdoc ruby documentation pernamently
This file contains 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
# http://stackoverflow.com/a/3740720 | |
:update_sources: true | |
:sources: | |
- http://gems.rubyforge.org/ | |
- http://gems.github.com | |
:benchmark: false | |
:bulk_threshold: 1000 | |
:backtrace: false | |
:verbose: true | |
gem: --no-ri --no-rdoc |
This file contains 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
# http://stackoverflow.com/a/2944084?stw=2 | |
rm -r `gem env gemdir`/doc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment