This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 549b18c9286b6cccf4978093576325fd711dc421
tree 167148f6e0a6bb738aba187c052e085e89c40a8e
parent c562dfc2a7981351e2f9302c76456fae32da91b2
tree 167148f6e0a6bb738aba187c052e085e89c40a8e
parent c562dfc2a7981351e2f9302c76456fae32da91b2
... |
... |
|












This is causing problems for me on OS X 10.5.5, as I encounter the following issue: bash-3.2# gem update—system Updating RubyGems Nothing to update bash-3.2# gem -v 1.2.0
Another oddity: bash-3.2# /Library/Ruby/Gems/1.8/gems/rubygems-update-1.3.1/bin/gem -v 1.2.0
@wtn http://letmegooglethatforyou.com/?q=rubygems+update+to+1.3.1
$ sudo gem install rubygems-update Successfully installed rubygems-update-1.3.0 1 gem installed $ sudo update_rubygems Installing RubyGems 1.3.0
Thanks for the tip on using update_rubygems. I figured out that 1.3.1 installed correctly when I downloaded the tarball and ran the install script. I apologize for posting here.