If for some reason, the project cannot use bundler and gem install, we can use
script/plugin install git://github/<author name>/ ... /foo.git
but what if it is not on github and for sure it is a ruby gem, can script/plugin install
install from the rubygems.org which is the official gems place? (that's the one gem install
uses, isn't it?)