Setup.rb vs. install.rb

Cool. Thanks!

Matt

···

-----Original Message-----
From: Minero Aoki [mailto:aamine@loveruby.net]
Sent: Monday, March 15, 2004 10:51 PM
To: ruby-talk@ruby-lang.org
Subject: Re: setup.rb vs. install.rb

Hi,

In mail “setup.rb vs. install.rb”
mlipper@US-ABP.com wrote:

My project, which does not contain sub-projects, currently uses setup.rb.
After checking out the guide, it seems that install.rb is what I should
have
used? However, it looks as though the author is no longer maintaining
‘install.rb’(assuming the author wrote both scripts).

Is it unwise to use setup.rb for a single project achieve? If so, does
anyone know where find the latest-n-greatest install.rb?

install.rb is not removed, but combined in to setup.rb.
If there is a directory named `packages’ setup.rb works as
previous setup.rb, otherwise it works as previous install.rb.

Regards,
Minero Aoki