From: Dave Thomas Date: 2001-11-14T23:34:26+09:00 Subject: [ruby-talk:25180] Re: Is there something similar to the CPAN module for Ruby? "jennyw" writes: > Just wondering if there's a way to easily find, download, and install > modules a la the CPAN module for Perl (it automatically locates CPAN sites, > downloads the requested module, installs it, etc.). Right now, there's the Ruby Application Archive (RAA) at http://www.ruby-lang.org/en/raa.html. Some of us were at the first Ruby Conference in Tampa, where we discussed the need for something like you suggest. We brainstormed some ideas, which are summarized at http://www.rubygarden.org/ruby?RaaSucc. Now we just need to write it. Heh, it's just code, right :) Dave