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 $:.
----------------------------------------------------------------
Does it make an application.app folder for the Mac?
···
On 8/6/06, Erik Veenstra <erikveen@gmail.com> wrote:
executable (application.exe). And that's what we want!
--
Jim Freeze
> 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/
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.
···
On Aug 7, 2006, at 1:11 PM, Erik Veenstra wrote:
gegroet,
Erik V. - http://www.erikveen.dds.nl/
It creates an application_darwin. What's an application.app?
it's un bundled app having this structure :
···
Le 7 août 06 à 19:11, Erik Veenstra a écrit :
> 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/