Making an executable work with both RPA and Rubygems

Lafcadio's got an executable script that gets installed in /usr/local/bin. How can I make sure it works with both RPA and Rubygems? Is there a document somewhere that will help me with this?

Thanks much,

Francis Hwang
http://fhwang.net/

Francis Hwang said:

Lafcadio's got an executable script that gets installed in
/usr/local/bin. How can I make sure it works with both RPA and
Rubygems? Is there a document somewhere that will help me with this?

Unless you are doing something unusual, you should have to do nothing in
both systems. RPA will install it directly. RubyGems will install a stub
that will make sure the proper version is selected.

···

--
-- 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)

Check the work done with Ruwiki to see what I've done to make it easy
for RPA to make something that works with either RubyGems or RPA
installations of dependencies.

-austin

···

On Fri, 31 Dec 2004 03:37:54 +0900, Francis Hwang <sera@fhwang.net> wrote:

Lafcadio's got an executable script that gets installed in
/usr/local/bin. How can I make sure it works with both RPA and
Rubygems? Is there a document somewhere that will help me with this?

--
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca

Lafcadio's got an executable script that gets installed in
/usr/local/bin. How can I make sure it works with both RPA and
Rubygems? Is there a document somewhere that will help me with this?

Following these guidelines will greatly help:

http://rpa-base.rubyforge.org/wiki/wiki.cgi?GoodPractices

Happy new year guys !

···

--
--- vruz