From: Jim Weirich Date: 2004-09-29T01:35:15+09:00 Subject: Re: setup.rb and/or gem assist Hal Fulton said: > Hello all... > > I am rather package-phobic and [...] > I have an app I want to package, and I want to create a gem. There are two steps to creating a gem ... 1) Create a Gem Specification. 2) Run: gem builder gemspecfile. The hard part is step one where you need to come up with all the metadata. A good place to start is: http://rubygems.rubyforge.org/wiki/wiki.pl?CreateAGemInTenMinutes The page has a gem spec that you can start with an edit to your satisfication. Or wait till this weekend and we can help you in person! -- -- Jim Weirich jim@weirichhouse.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)