[ANN] Tar2RubyScript 0.4.5

Tar2RubyScript 0.4.5 is released!

Tar2RubyScript transforms a directory tree, containing your
application, into one single Ruby script, along with some code
to handle this archive. This script can be distributed to our
friends. When they've installed Ruby, they just have to double
click on it and your application is up and running!

So, it's a way of executing your application, not of installing
it. You might think of it as the Ruby version of Java's JAR...
Let's call it an RBA (Ruby Archive).

"It's Ruby's JAR..."

gegroet,
Erik V.

···

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

Changes:

* newlocation is an absolute path.

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

* Files to include are searched for with *.* instead of * (on
  Windows).

* Added TAR2RUBYSCRIPT.

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