| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| ._Rakefile | 08-Dec-2008 | 82 | |
| .config | 08-Dec-2008 | 410 | |
| bin/ | 08-Dec-2008 | ||
| ChangeLog | 08-Dec-2008 | 97.9K | |
| doc/ | 08-Dec-2008 | ||
| examples/ | 08-Dec-2008 | ||
| gemspecs/ | 08-Dec-2008 | ||
| InstalledFiles | 08-Dec-2008 | 2K | |
| lib/ | 08-Dec-2008 | ||
| make_solaris.sh | 08-Dec-2008 | 555 | |
| pkgs/ | 08-Dec-2008 | ||
| post-install.rb | 08-Dec-2008 | 2.2K | |
| Rakefile | 08-Dec-2008 | 9.1K | |
| README | 08-Dec-2008 | 1.9K | |
| redist/ | 08-Dec-2008 | ||
| Releases | 08-Dec-2008 | 5.1K | |
| scripts/ | 08-Dec-2008 | ||
| setup.rb | 08-Dec-2008 | 28.6K | |
| test/ | 08-Dec-2008 | ||
| TODO | 08-Dec-2008 | 925 | |
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