vote up 0 vote down star

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/
flag

1  
Why would you want to remove it though? rubyinside.com/gemcutter-is-the-new-official-defa… – hgimenez Nov 4 at 12:28
I had to check if a gem is deleted from gems.rubyforge.org gem index, and the only way I could be sure is to remove all other sources. – Željko Filipin Nov 4 at 12:50

2 Answers

vote up 0 vote down

FYI. To add a new source just

$ gem source -a http://gemcutter.org

link|flag
Thanks. I know how to add a source, I wanted to find out how to remove it. :) – Željko Filipin Nov 25 at 11:12
vote up 3 vote down check
$ gem sources -r http://gemcutter.org
http://gemcutter.org removed from sources

$ gem sources
*** CURRENT SOURCES ***

http://gems.rubyforge.org/
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.