RubyScript2Exe 0.5.1

I’ve just released RubyScript2Exe 0.5.1.

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!

For more information and download, see:

http://www.erikveen.dds.nl/rubyscript2exe/download.html

gegroet,
Erik V. - http://www.erikveen.dds.nl/


CHANGES

  • Fixed a bug when using the big rubyscript2exe.rb (the RBA) as
    library.

  • Fixed a bug in RUBYSCRIPT2EXE.appdir.

  • Added RUBYSCRIPT2EXE.userdir.

  • Added RUBYSCRIPT2EXE.rubyw=.

  • Added RUBYSCRIPT2EXE.strip=.

  • Added RUBYSCRIPT2EXE.appdir and RUBYSCRIPT2EXE.appdir(“bin”)
    to ENV[“PATH”].

  • Added RUBYSCRIPT2EXE.appdir and RUBYSCRIPT2EXE.appdir(“lib”)
    to $:.

On 8/6/06, Erik V. [email protected] wrote:

executable (application.exe). And that’s what we want!

Does it make an application.app folder for the Mac?

executable (application.exe). And that’s what we want!

Does it make an application.app folder for the Mac?

It creates an application_darwin. What’s an application.app?

gegroet,
Erik V. - http://www.erikveen.dds.nl/

On Aug 7, 2006, at 1:11 PM, Erik V. wrote:

executable (application.exe). And that’s what we want!

Does it make an application.app folder for the Mac?

It creates an application_darwin. What’s an application.app?

It’s a folder with with some metadata files for mac gui applications.

Le 7 août 06 à 19:11, Erik V. a écrit :

It creates an application_darwin. What’s an application.app?

it’s un bundled app having this structure :

lstree MacSOUPSwitcher.app
|-Contents
|—MacOS
|—Resources
|-----AS
|-----English.lproj
|-------MainMenu.nib
|-----SH
|-----classes
|-----help
|-------fr
|---------css
|---------img
|-----launchd

executable (application.exe). And that’s what we want!

Does it make an application.app folder for the Mac?

It creates an application_darwin. What’s an
application.app?

It’s a folder with with some metadata files for mac gui
applications.

In that case, the answer is “no”… ;]

gegroet,
Erik V. - http://www.erikveen.dds.nl/