or save yourself some typing by creating a ~/.gemrc file:~ $ cat ~/.gemrc--- :update_sources: true:bulk_threshold: 1000:sources: - http://gems.rubyforge.org- http://gems.github.comgem: --no-ri --no-rdoc:verbose: true:benchmark: false:backtrace: false
=== 1.3.6 / 2010-02-17NOTE:http://rubygems.org is now the default source for downloading gems.You may have sources set via ~/.gemrc, so you should replacehttp://gems.rubyforge.org with http://rubygems.orghttp://gems.rubyforge.org will continue to work for the forseeable future.
or save yourself some typing by creating a ~/.gemrc file:
ReplyDelete~ $ cat ~/.gemrc
---
:update_sources: true
:bulk_threshold: 1000
:sources:
- http://gems.rubyforge.org
- http://gems.github.com
gem: --no-ri --no-rdoc
:verbose: true
:benchmark: false
:backtrace: false
=== 1.3.6 / 2010-02-17
ReplyDeleteNOTE:
http://rubygems.org is now the default source for downloading gems.
You may have sources set via ~/.gemrc, so you should replace
http://gems.rubyforge.org with http://rubygems.org
http://gems.rubyforge.org will continue to work for the forseeable future.