ANN: rdep (Ruby Dependency Tool)

I recently did a small rewrite of a tool
I wrote a couple of years ago.

There’s still some ugly code in it, but
it works.

rdep will take a Ruby source file and
recursively check its dependencies to see
whether they can be found.

On apps like RD and sgmail, this can be
useful.

Binary files will not be recursed. Files
whose names are created dynamically will
not be detected (only simple strings).

At the end it reports whether everything
could be found and optionally suggests
adding directories to your search path.

See: http://hypermetrics.com/rubyhacker/code/rdep

Comments/fixes welcome.

Hal Fulton

(…)

rdep will take a Ruby source file and
recursively check its dependencies to see
whether they can be found.

On apps like RD and sgmail, this can be
useful.
(…)
Comments/fixes welcome.

Hal, did you manage to run SGmail on windows?
(IIRC you’ve been trying to do so.)

Just curious,
Pit

···

On 12 Nov 2002 at 23:24, Hal E. Fulton wrote:

I made a couple of stabs at it, but finally
gave up.

Hal

···

----- Original Message -----
From: “Pit Capitain” pit@capitain.de
To: “ruby-talk ML” ruby-talk@ruby-lang.org
Sent: Thursday, November 14, 2002 4:05 AM
Subject: Hal and SGmail dependencies (Re: ANN: rdep (Ruby Dependency Tool))

On 12 Nov 2002 at 23:24, Hal E. Fulton wrote:

(…)

rdep will take a Ruby source file and
recursively check its dependencies to see
whether they can be found.

On apps like RD and sgmail, this can be
useful.
(…)
Comments/fixes welcome.

Hal, did you manage to run SGmail on windows?
(IIRC you’ve been trying to do so.)

Just curious,
Pit