[ANN] RubyScript2Exe 0.3.5

E

Erik Veenstra

I just released version 0.3.5 of RubyScript2Exe.

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/index.html

gegroet,
Erik V.

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

Major changes:

* Updated to FreePascal 1.9.8 on Windows, 2.0.0 on Linux and
1.9.5 on Darwin.

* The exit code of your script is returned to the calling
application/shell.

* Made some information about the environment EEE sets up
available to the application, e.g. executable name.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top