[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] AllInOneRuby 0.2.1

Erik Veenstra

3/26/2005 7:51:00 PM


AllInOneRuby 0.2.1 is released!

As you know, Ruby has to be installed, either by unzipping a
ZIP-file, or by running an installer. Only then, you can run a
script. Well, not anymore!

AllInOneRuby creates a compressed executable for Windows, Linux
or Mac OS X (Darwin) that includes both the Ruby interpreter
and the runtime libraries. Why? Because it's sometimes not
easy, or possible, or desirable, or allowed to do a complete
Ruby installation. That's where AllInOneRuby comes in. I always
have a USB-memory stick with AllInOneRuby in my pocket.

A "just-in-time and temporary installation of Ruby"...

gegroet,
Erik V.

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

Changes:

* newlocation is an absolute path.

* ENV["TEMP"] is an absolute path.

* Added --verbose.

* Added --quiet.

* Added --nostrip.

* Added ALLINONERUBY.

* Fixed the non-SH-compatible shell (e.g. TCSH) bug.

* Changed the name of the generated executable on Linux from
allinoneruby.bin to allinoneruby_linux.

* Added (experimental) support for Mac OS X (Darwin).

* Added support for .dll extensions and .o extensions.

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