public
Fork of vvs/rubygems
Description: Unofficial Git mirror of the main RubyGems repository
Homepage: http://docs.rubygems.org/
Clone URL: git://github.com/wycats/rubygems.git
name age message
file .autotest Loading commit data...
file .document Mon Jun 22 15:39:28 -0700 2009 Fix .document for RDoc/hoe git-svn-id: http://... [drbrain]
file ChangeLog
file GPL.txt Thu Aug 10 11:06:59 -0700 2006 moved everything up one directory git-svn-id: ... [jimweirich]
file History.txt
file LICENSE.txt Sat Jan 06 12:27:49 -0800 2007 Fixed typo in LICENSE.txt file (COPY.txt change... [jimweirich]
file Manifest.txt
file README
file Rakefile
directory bin/
file cruise_config.rb Sun Jul 19 01:35:35 -0700 2009 only send ci emails to dev list from official s... [thewoolleyman]
directory lib/
directory pkgs/ Wed Apr 15 14:15:48 -0700 2009 Update Manifest git-svn-id: http://rubygems.ru... [drbrain]
file setup.rb Fri Mar 27 16:37:39 -0700 2009 Ensure we're in RubyGems at install time git-s... [drbrain]
directory test/
directory util/
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