[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] RubyScript2Exe 0.5.1

Erik Veenstra

8/6/2006 9:03:00 PM

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.erikve...rubyscript2exe/dow...

gegroet,
Erik V. - http://www.erikve...

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

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 $:.

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


3 Answers

Erik Veenstra

8/7/2006 5:12:00 PM

0

> > 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.erikve...


Logan Capaldo

8/7/2006 5:23:00 PM

0


On Aug 7, 2006, at 1:11 PM, Erik Veenstra 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.

> gegroet,
> Erik V. - http://www.erikve...
>
>


Erik Veenstra

8/7/2006 5:27:00 PM

0

> > > > 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.erikve...