From: Chris Lowis Date: 2008-11-26T22:39:25+09:00 Subject: Re: Sharing ruby code cibercitizen1 wrote: > I've developed a simple plotter of math functions. > What is a good place to share the code? If you can package it as a gem, rubyforge is the best place to share it. If you'd like to get some feedback and hack on the code with other people, github is quite popular for that sort of thing. Packaging as a gem : http://railscasts.com/episodes/135-making-a-gem (not the 'official' documentation, but a very useful tutorial) Rubyforge : https://github.com/ Github : http://rubyforge.org/ Hope this helps, Chris -- Posted via http://www.ruby-forum.com/.