I have added gemcutter.org to my Rubygems sources, and now I do not know how to remove it.
$ gem sources *** CURRENT SOURCES *** http://gemcutter.org http://gems.rubyforge.org/
GEMNAME - name of the gem to print information about.
The Gem command is included with Ruby 1.9+ now, and is a standard addition to Ruby pre-1.9. Because local_gems relies on group_by , it returns a hash of the gems, where the key is the gem's name, and the value is an array of the gem specifications.
Use $ gem list | grep YOURGEM to check if the YOURGEM is present.
$ gem sources -r http://gemcutter.org http://gemcutter.org removed from sources $ gem sources *** CURRENT SOURCES *** http://gems.rubyforge.org/
In general you can find the syntax with
gem help *command*
So this shows the options you needed:
gem help sources
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With