From: Tom Copeland Date: 2005-11-16T03:59:14+09:00 Subject: Re: [ANN] Ruby/GD2 1.0 On Wed, 2005-11-16 at 01:09 +0900, Rob Leslie wrote: > > Perhaps your question is more basic in nature? If you're wondering > > how to host your gem so that anyone can do a magical "gem install > > " command, you need to create a RubyForge project by > > going to rubyforge.org. Then when you upload your .gem file, mark > > it explicitly as a "gem" and RubyForge will do the rest for you > > (there's a drop-down box for file types). > > Thanks! > > If all went well, there should now be a gd2 gem available to all. Yup! ================ $ gem list --remote gd2 *** REMOTE GEMS *** Updating Gem source index for: http://gems.rubyforge.org gd2 (1.0) Ruby interface to gd 2 library. ================ Yours, Tom