Skip to content

Instantly share code, notes, and snippets.

@joakimk
Created October 31, 2010 11:57
Show Gist options
  • Save joakimk/656497 to your computer and use it in GitHub Desktop.
Save joakimk/656497 to your computer and use it in GitHub Desktop.
du -hs `gem env gemdir`/doc
# 465M /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/doc
sudo rm -r `gem env gemdir`/doc
echo 'gem: --no-ri --no-rdoc' >> ~/.gemrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment