public
Description: git version of the rubygems svn repo
Homepage: http://rubygems.rubyforge.org
Clone URL: git://github.com/lstoll/rubygems.git
rubygems / README
100644 70 lines (44 sloc) 1.881 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
= 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