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 Thu Mar 26 17:07:40 -0700 2009 Add discovery of commands external to RubyGems ... [drbrain]
file .document Mon Jun 22 15:39:28 -0700 2009 Fix .document for RDoc/hoe git-svn-id: http://... [drbrain]
file ChangeLog Loading commit data...
file GPL.txt Thu Aug 10 11:06:59 -0700 2006 moved everything up one directory git-svn-id: ... [jimweirich]
file History.txt Wed Jul 08 05:53:35 -0700 2009 Backported r2272 from branches/1_3 - No longer ... [luislavena]
file LICENSE.txt Sat Jan 06 12:27:49 -0800 2007 Fixed typo in LICENSE.txt file (COPY.txt change... [jimweirich]
file Manifest.txt Thu Jun 25 17:45:31 -0700 2009 Update Manifest.txt git-svn-id: http://rubygem... [drbrain]
file README Thu Jul 23 14:45:38 -0700 2009 Bump version from branch release. git-svn-id: ... [drbrain]
file Rakefile
directory bin/ Wed Jun 03 16:39:32 -0700 2009 Various patches from Ruby trunk git-svn-id: ht... [drbrain]
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/ Thu Jun 04 16:43:23 -0700 2009 Backport changes from 1.9 for gem_prelude git-... [drbrain]
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