Hi,
Can I build a gem that will execute arbitrary ruby code after putting the
files in place?
I am sure such a thing is possible using Gemspec#extensions but it seems to
me that would require making a dummy extension and compiling that at the
same time, with the corollary that it will fail on Windows boxes without
"make".
Cheers,
Dave
No, but a patch has been posted to allow for "extensions" built with
Rake that may allow. I'm not sure I like the idea of arbitrary
commands being executed after installation, but I *would* like the
ability to put a "post-installation message" in my gemspecs that
allows the gem to tell the user what they need to do *next*.
-austin
···
On 9/5/05, Dave Burt <dave@burt.id.au> wrote:
Can I build a gem that will execute arbitrary ruby code after putting the
files in place?
--
Austin Ziegler * halostatue@gmail.com
* Alternate: austin@halostatue.ca