RAA - rubyscript2exe/0.5.3

rubyscript2exe / 0.5.3

Short description: Ruby Compiler
Category: Application/Compiler
Status: stable
Created: 2003-10-17 19:51:21 GMT
Last update: 2007-05-30 20:18:34 GMT
Owner: Erik Veenstra (Projects of this owner)
Homepage: http://www.erikveen.dds.nl/rubyscript2exe/index.html
Download: http://www.erikveen.dds.nl/rubyscript2exe/download/rubyscript2exe.rb
License: GPL
Dependency:
None
Description:

RubyScript2Exe transforms your Ruby application 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!

Because of the gathering of files from your own Ruby
installation, RubyScript2Exe creates an executable for the
platform it's being run on. No cross compile.

And when I say Windows, I mean both Windows (RubyInstaller,
MinGW and MSWin32) and Cygwin. But the generated exe under
Cygwin is very, very big, because its exe's are very big
(static?) and it includes cygwin1.dll, so it can run on
machines without Cygwin.

There is one more advantage: Because there might be some
incompatibilities between the different Ruby versions, you have
to test your script with every single version. Unless you
distribute your version of Ruby with your script...

RubyScript2Exe can handle not only handle a script, but a
complete directory as well. Usually, an application is more
than just a program or a script. It consists of libraries,
documentation, help files, configuration files, images,
licenses, readmes, and so on. You can embed all of them in one
single executable.

Versions: [0.5.3 (2007-05-30)] [0.5.2 (2007-04-15)] [0.5.0 (2006-07-30)] [0.4.4 (2006-07-03)] [0.4.1 (2005-12-03)] [0.4.0 (2005-10-17)] [0.3.6 (2005-06-14)] [0.3.5 (2005-06-03)] [0.3.4 (2005-05-21)] [0.3.3 (2005-03-26)] [0.3.2 (2005-01-18)] [0.3.1 (2005-01-13)] [0.3.0 (2004-12-27)] [0.2.1 (2004-12-18)] [0.2.0 (2004-12-08)] [0.1.21 (2004-08-04)] [0.1.20 (2004-07-30)] [0.1.19 (2004-07-30)] [0.1.18 (2004-06-27)] [0.1.17 (2004-06-22)] [0.1.16 (2004-06-11)] [0.1.15 (2004-05-15)] [0.1.14 (2004-05-04)] [0.1.13 (2004-04-28)] [0.1.12 (2004-04-24)] [0.1.11 (2004-04-04)]

Edit this project (for project owner)

back to RAA top