D
Dave Burt
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
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