If you're like me, you like to keep up-to-date, tidy and clean. In this case that means keeping my RubyGem sources list clean. Here's the quick and simple steps I took on my RubyGem installs to get everything cleaned up.
- Add Gemcutter Server -
$ sudo gem sources -a http://gemcutter.org/
- Remove RubyForge Server -
$ sudo gem sources -r http://gems.rubyforge.org/
- Remove GitHub Server -
$ sudo gem sources -r http://gems.github.com
Note - if you get any errors about the server not being present in the cache, this may be due to a minor difference in the URL used to add the server and the one being used to remove it. For example, a trailing slash. Run
sudo gem sources to see all of the servers and the exact URL that's configured.
0 comments:
Post a Comment