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 (
thewoolleyman (author)
Sun Jul 26 23:54:30 -0700 2009
rubygems /
| name | age | message | |
|---|---|---|---|
| |
.autotest | Thu Mar 26 17:07:40 -0700 2009 | |
| |
.document | Mon Jun 22 15:39:28 -0700 2009 | |
| |
ChangeLog | ||
| |
GPL.txt | Thu Aug 10 11:06:59 -0700 2006 | |
| |
History.txt | Wed Jul 08 05:53:35 -0700 2009 | |
| |
LICENSE.txt | Sat Jan 06 12:27:49 -0800 2007 | |
| |
Manifest.txt | Thu Jun 25 17:45:31 -0700 2009 | |
| |
README | Thu Jul 23 14:45:38 -0700 2009 | |
| |
Rakefile | ||
| |
bin/ | Wed Jun 03 16:39:32 -0700 2009 | |
| |
cruise_config.rb | Sun Jul 19 01:35:35 -0700 2009 | |
| |
lib/ | ||
| |
pkgs/ | Wed Apr 15 14:15:48 -0700 2009 | |
| |
setup.rb | Fri Mar 27 16:37:39 -0700 2009 | |
| |
test/ | ||
| |
util/ | Thu Jun 04 16:43:23 -0700 2009 |
README
= RubyGems * http://rubygems.rubyforge.org/ * http://rubyforge.org/projects/rubygems * http://rubygems.org/ == DESCRIPTION RubyGems is a package management framework for Ruby. This gem is an update for the RubyGems software. You must have an installation of RubyGems before this update can be applied. See Gem for information on RubyGems (or `ri Gem`) To upgrade to the latest RubyGems, run: $ gem update --system # you might need to be an administrator or root NOTE: RubyGems 1.1 and 1.2 have problems upgrading when there is no rubygems-update installed. You will need to use the following instructions if you see "Nothing to update". If you have an older version of RubyGems installed, then you can still do it in two steps: $ gem install rubygems-update # again, might need to be admin/root $ update_rubygems # ... here too If you don't have any RubyGems install, there is still the pre-gem approach to getting software, doing it manually: 1. Download from: http://rubyforge.org/frs/?group_id=126 2. Unpack into a directory and cd there 3. Install with: ruby setup.rb # you may need admin/root privilege For more details and other options, see: ruby setup.rb --help








