[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] RubyScript2Exe 0.4.2

Erik Veenstra

3/8/2006 6:18:00 PM

I just released RubyScript2Exe 0.4.2.

RubyScript2Exe transforms your Ruby script into a standalone,
compressed Windows, Linux or Mac OS X (Darwin) executable. You
can look at it as a "compiler". Not in the sense of a
source-code-to-byte-code compiler, but as a "collector", for it
collects all necessary files to run your script on an other
machine: the Ruby script, the Ruby interpreter and the Ruby
runtime library (stripped down for this script). Anyway, the
result is the same: a standalone executable (application.exe).
And that's what we want!

More information and download on:
http://www.erikve...rubyscript2exe/...

gegroet,
Erik V. - http://www.erikve...

----------------------------------------------------------------

CHANGES:

* Got rid of warning Insecure world writable dir.

* Fixed a bug concerning parameters with quotes and other
escapable characters.

* Fixed a bug concerning Too many open files.

* Fixed a bug concerning spaced parameters on Linux and Darwin.

* More DLL's are found and embedded.

* AllInOneRuby and RubyScript2Exe now work together.

----------------------------------------------------------------