Home | History | Annotate | only in /webstack/webstack/trunk/src/rubygems-0.9.0
Up to higher level directory
NameDateSize
._Rakefile08-Dec-200882
.config08-Dec-2008410
bin/08-Dec-2008
ChangeLog08-Dec-200897.9K
doc/08-Dec-2008
examples/08-Dec-2008
gemspecs/08-Dec-2008
InstalledFiles08-Dec-20082K
lib/08-Dec-2008
make_solaris.sh08-Dec-2008555
pkgs/08-Dec-2008
post-install.rb08-Dec-20082.2K
Rakefile08-Dec-20089.1K
README08-Dec-20081.9K
redist/08-Dec-2008
Releases08-Dec-20085.1K
scripts/08-Dec-2008
setup.rb08-Dec-200828.6K
test/08-Dec-2008
TODO08-Dec-2008925

README

      1 = RubyGems
      2 
      3 (See Releases for release-specific information)
      4 
      5 == Installation
      6 
      7 Get it from RubyForge (http://rubygems.rubyforge.org) and run (as root, if appropriate and necessary)
      8 
      9   ruby setup.rb
     10 
     11 For more details and other options, see:
     12 
     13 * {User Guide/Installation}[http://docs.rubygems.org/read/chapter/3]
     14 
     15 == For User Documentation, see
     16 
     17 * {RubyGems User Guide}[http://docs.rubygems.org/read/book/1]
     18 * {Frequently Asked Questions}[http://docs.rubygems.org/read/book/3]
     19 
     20 == For developer docs see
     21 
     22 * {Creating Gems}[http://docs.rubygems.org/read/chapter/5]
     23 * {GEM Specification}[http://docs.rubygems.org/read/chapter/20]
     24 
     25 == The home page of the RubyGems Documentation
     26 
     27 * {RubyGems Home}[http://rubygems.rubyforge.org]
     28 
     29 == Additional directories
     30 
     31 [./bin/...]       binary commands (gem, gem_server, etc)
     32 [./lib/...]       the RubyGems library
     33 [./packages/...]  default RubyGems packages (currently only 'sources')
     34 [./test/...]      unit and functional tests
     35 [./examples/...]  example library w/gemspec for generating and installing gems
     36 [./gemspecs/...]  example gemspecs
     37 
     38 == Credits
     39 
     40 RubyGems was originally developed at RubyConf 2003 by:
     41 
     42 * Rich Kilmer -- rich(at)infoether.com
     43 * Chad Fowler -- chad(at)chadfowler.com
     44 * David Black -- dblack(at)wobblini.net
     45 * Paul Brannan -- paul(at)atdesk.com
     46 * Jim Weirch -- {jim(at)weirichhouse.org}[mailto:jim (a] weirichhouse.org]
     47 
     48 == Contributors since then
     49 
     50 * Gavin Sinclair -- gsinclair(at)soyabean.com.au
     51 * George Marrows-- george.marrows(at)ntlworld.com
     52 * Dick Davies -- rasputnik(at)hellooperator.net
     53 * Mauricio Fernandez -- batsman.geo(at)yahoo.com
     54 * Simon Strandgaard -- neoneye(at)adslhome.dk
     55 * Dave Glasser -- glasser(at)mit.edu
     56 * Paul Duncan -- pabs(at)pablotron.org
     57 * Ville Aine -- vaine(at)cs.helsinki.fi
     58 * Ryan Davis -- 
     59 * Eric Hodel -- drbrain(at)segment7.net
     60 
     61 
     62 (If your name is missing, PLEASE let us know!)
     63 
     64 == Feedback
     65 
     66 Please provide us feedback at http://rubyforge.org/projects/rubygems
     67 
     68 Thanks!
     69 
     70 -The RubyGems Team
     71