rubygems 常用源

常用的源
http://rubygems.org/

http://gems.github.com

http://gems.rubyforge.org


显示当前使用的sources
gem sources

添加一个source
gem sources -a url地址

删除一个source
gem sources -r url地址


更新source cache
gem sources -u

本文出自 “工作笔记” 博客,谢绝转载!

你可能感兴趣的:(职场,休闲,rubygems源)