From: Erik Veenstra Date: 2005-06-15T05:10:31+09:00 Subject: [ANN] RubyScript2Exe 0.3.6 I just released RubyScript2Exe 0.3.6. 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. - http://www.erikveen.dds.nl/ ---------------------------------------------------------------- Only one change: * Fixed a bug concerning spaces in %TEMP%. ----------------------------------------------------------------