From: Simon Strandgaard Date: 2004-03-22T07:09:35+09:00 Subject: Re: What to gem? On Mon, 22 Mar 2004 05:55:00 +0900, Robert Feldt wrote: [snip] > A q arises: What to include in a gem? > The same as for tgz/zip, except there is no need for MANIFEST nor 'install.rb' If its a small package, then at least 23662 bytes is spared. I have made a multi-release-system, which can build different configurations of releases. output formats: gem, tgz, zip. With the tgz and zip however both MANIFEST and 'install.rb' is needed. See the 'release_package.rb' file... http://rubyforge.org/cgi-bin/viewcvs/cgi/viewcvs.cgi/projects/iterator/tools/?cvsroot=aeditor feel free to rip it as long you distribute it under Ruby license ;-) -- Simon Strandgaard