public
Description: git version of the rubygems svn repo
Homepage: http://rubygems.rubyforge.org
Clone URL: git://github.com/lstoll/rubygems.git
name age message
file .autotest Mon Feb 25 14:56:26 -0800 2008 Fix mappings [drbrain]
file .document Sat Dec 30 19:11:22 -0800 2006 RubyGems now builds its own RDoc. [drbrain]
file ChangeLog Wed Jun 18 17:32:16 -0700 2008 Fix gem dep bugs #20716 and #20717. [drbrain]
file GPL.txt Thu Aug 10 11:06:59 -0700 2006 moved everything up one directory [jimweirich]
file LICENSE.txt Sat Jan 06 12:27:49 -0800 2007 Fixed typo in LICENSE.txt file (COPY.txt change... [jimweirich]
file README Sat Mar 29 13:27:30 -0700 2008 Remove some cruft. [drbrain]
file Rakefile Mon Jun 09 16:01:25 -0700 2008 Don't set install_dir by default, don't include... [drbrain]
file TODO Sat Oct 13 15:05:12 -0700 2007 Scratch two TODOs after discussion with Chad. [drbrain]
directory bin/ Fri Mar 28 19:18:11 -0700 2008 Restrict RubyGems to Ruby > 1.8.3 [drbrain]
directory doc/ Tue Jun 17 11:02:53 -0700 2008 Default is runtime depedencies, not development. [drbrain]
directory lib/ Wed Jun 18 17:32:16 -0700 2008 Fix gem dep bugs #20716 and #20717. [drbrain]
directory pkgs/ Wed Aug 08 20:00:00 -0700 2007 Death of the 'sources' gem. [drbrain]
directory redist/ Thu Aug 10 11:06:59 -0700 2006 moved everything up one directory [jimweirich]
directory scripts/ Wed Aug 01 22:40:53 -0700 2007 Pushed dependencies down as far as they could r... [drbrain]
file setup.rb Tue Jun 17 11:39:13 -0700 2008 Fix setup.rb --format-executable [drbrain]
directory test/ Wed Jun 18 17:32:16 -0700 2008 Fix gem dep bugs #20716 and #20717. [drbrain]
directory util/ Tue Jun 17 16:50:21 -0700 2008 Fixes for 1.9 r15873. [drbrain]
README
= RubyGems

(See Releases for release-specific information)

== Installation

Get it from RubyForge (http://rubygems.rubyforge.org) and run (as root, if appropriate and necessary)

  ruby setup.rb

For more details and other options, see:

  ruby setup.rb --help

* {User Guide/Installation}[http://docs.rubygems.org/read/chapter/3]

== For User Documentation, see

* {RubyGems User Guide}[http://docs.rubygems.org/read/book/1]
* {Frequently Asked Questions}[http://docs.rubygems.org/read/book/3]

== For developer docs see

* {Creating Gems}[http://docs.rubygems.org/read/chapter/5]
* {GEM Specification}[http://docs.rubygems.org/read/chapter/20]

== The home page of the RubyGems Documentation

* {RubyGems Home}[http://rubygems.rubyforge.org]

== Additional directories

[./bin/...]       binary commands (gem, gem_server, etc)
[./lib/...]       the RubyGems library
[./pkgs/...]  default RubyGems packages (currently only 'sources')
[./test/...]      unit and functional tests

== Credits

RubyGems was originally developed at RubyConf 2003 by:

* Rich Kilmer -- rich(at)infoether.com
* Chad Fowler -- chad(at)chadfowler.com
* David Black -- dblack(at)wobblini.net
* Paul Brannan -- paul(at)atdesk.com
* Jim Weirch -- {jim(at)weirichhouse.org}[mailto:jim@weirichhouse.org]

== Contributors since then

* Gavin Sinclair -- gsinclair(at)soyabean.com.au
* George Marrows-- george.marrows(at)ntlworld.com
* Dick Davies -- rasputnik(at)hellooperator.net
* Mauricio Fernandez -- batsman.geo(at)yahoo.com
* Simon Strandgaard -- neoneye(at)adslhome.dk
* Dave Glasser -- glasser(at)mit.edu
* Paul Duncan -- pabs(at)pablotron.org
* Ville Aine -- vaine(at)cs.helsinki.fi
* Ryan Davis -- 
* Eric Hodel -- drbrain(at)segment7.net

(If your name is missing, PLEASE let us know!)

== Feedback

Please provide us feedback at http://rubyforge.org/projects/rubygems

Thanks!

-The RubyGems Team