public
Description: Unofficial Git mirror of the main RubyGems repository
Homepage: http://docs.rubygems.org/
Clone URL: git://github.com/vvs/rubygems.git
name age message
file .autotest Wed Oct 14 11:03:09 -0700 2009 Burn down Gem::Requirement. git-svn-id: http:/... [jbarnette]
file .document Mon Jun 22 15:39:28 -0700 2009 Fix .document for RDoc/hoe git-svn-id: http://... [drbrain]
file ChangeLog Wed Nov 04 21:23:30 -0800 2009 Removed deprecated file 'lib/rubygems/timer.rb'... [jbarnette]
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 Mon Nov 23 12:26:41 -0800 2009 Update manifest, remove timer.rb. git-svn-id: ... [jbarnette]
file README Thu Jul 23 14:45:38 -0700 2009 Bump version from branch release. git-svn-id: ... [drbrain]
file Rakefile Sat Sep 05 12:21:24 -0700 2009 Added 'rcov:for', a Rake task to help get cover... [jbarnette]
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/ Mon Nov 30 07:43:21 -0800 2009 Stop using Pathname. [Evan Phoenix] git-svn-id... [jbarnette]
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/ Mon Nov 30 07:43:21 -0800 2009 Stop using Pathname. [Evan Phoenix] git-svn-id... [jbarnette]
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