Where to find the ruby library

There are some library scripts accompanies with the ruby installation,
but regarding the plenty library resource of ohter script language such
as perl and python, those are not enough.
Can any one tell me where I can find more library resources of ruby?
Thanks!

···

--
Posted via http://www.ruby-forum.com/.

Olivia Dou wrote:

Can any one tell me where I can find more library resources of ruby?

The two standard places:

http://raa.ruby-lang.org/
http://rubyforge.org/

You'll want to install rubygems[1], if you don't have it already. Then, if you see something you like on rubyforge,org, you can just install it with:

gem install lib-that-you-like

(assuming that the package is distributed as a gem).

[1] http://rubyforge.org/projects/rubygems/

···

--
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Can any one tell me where I can find more library resources of ruby?

1. C:\> gem
2. http://rubyforge.org/
3. http://raa.ruby-lang.org/
4. http://www.google.com/

Devin

Thanks all!

···

--
Posted via http://www.ruby-forum.com/.