[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.3.4

Erik Veenstra

5/21/2005 3:51:00 PM


RubyScript2Exe 0.3.4 is released!

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.erikveen.dds.nl/rubyscript2exe/...

gegroet,
Erik V.

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

Major changes:

* Added --rubyscript2exe-tk (experimental).

* Added a check for the existence of
Config::CONFIG["bindir"]/ruby (RubyScript2Exe doesn´t work
without it...).

* Fixed a bug concerning program arguments with spaces on
Linux/Darwin (was OK on Windows).

* Added $stdin handling on Linux/Darwin (was OK on Windows).

* Made all files in RUBYSCRIPT2EXE_BIN available via
ENV["PATH"].

* Added a search for EEE.

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