RubyGems安装和使用
RubyGems简介
安装
yum install rubygem sources --remove https://rubygems.org/
gem sources -a https://ruby.taobao.org/
gem sources -l使用
gem install mygemgem uninstall mygem参考
Last updated
yum install rubygem sources --remove https://rubygems.org/
gem sources -a https://ruby.taobao.org/
gem sources -lgem install mygemgem uninstall mygemLast updated
gem list --localgem list --remotegem rdoc --allgem fetch mygemgem search STRING --remotegem build mygem.gemspec