Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] AllInOneRuby 0.2.5

0 views
Skip to first unread message

Erik Veenstra

unread,
Jun 20, 2005, 6:38:53 PM6/20/05
to
I just released AllInOneRuby 0.2.5.

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

More information and download on:
http://www.erikveen.dds.nl/allinoneruby/index.html

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

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

Only one change:

* Fixed a bug concerning --site handling.

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

Joe Van Dyk

unread,
Jun 21, 2005, 5:32:05 PM6/21/05
to
On 6/20/05, Erik Veenstra <p...@erikveen.dds.nl> wrote:
> I just released AllInOneRuby 0.2.5.
>
> 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"...
>
> More information and download on:
> http://www.erikveen.dds.nl/allinoneruby/index.html
>
> gegroet,
> Erik V. - http://www.erikveen.dds.nl/
>
> ----------------------------------------------------------------

Wow, very cool.

If I need a couple of Tk extensions to be used with a Ruby
application, how could I modify AllInOneRuby to do that?


Erik Veenstra

unread,
Jun 22, 2005, 3:33:51 AM6/22/05
to
> > 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"...
>
> Wow, very cool.
>
> If I need a couple of Tk extensions to be used with a Ruby
> application, how could I modify AllInOneRuby to do that?

RubyScript2Exe [1] and AllInOneRuby [2] are very similar.
RubyScript2Exe has experimental support for TK, but
AllInOneRuby hasn't. So, you might try to copy and adjust the
block of code involved with TK handling from RubyScript2Exe to
AllInOneRuby.

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

[1] http://www.erikveen.dds.nl/rubyscript2exe/index.html
[2] http://www.erikveen.dds.nl/allinoneruby/index.html

0 new messages