Skip to content

Instantly share code, notes, and snippets.

@moski
Created January 24, 2011 12:31
Show Gist options
  • Save moski/793158 to your computer and use it in GitHub Desktop.
Save moski/793158 to your computer and use it in GitHub Desktop.
this will speed up gem installation and prevent rdoc and ri from being generated, this is not nessesary in the production environment.
---
:sources:
- http://gems.rubyforge.org
- http://gems.github.com
gem: --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment