Software Development
Pages
(Move to ...)
Home
About
Contact
▼
Monday, July 19, 2010
How to add a source to Ruby gems
gem sources -a http://gems.github.com
To remove a source:
gem sources -r http://gems.github.com
Run:
gem env
to see the sources that is currently in your Ruby gems.
‹
›
Home
View web version