Release Name: 1.1.2
Notes:
OCRA (One-Click Ruby Application) builds Windows executables from Ruby
source code. The executable is a self-extracting, self-running
executable that contains the Ruby interpreter, your source code and
any additionally needed ruby libraries or DLL.
Changes:
=== 1.1.2
* Warnings can be disabled using --no-warnings.
* Fixed not .exe being generated when script calls 'exit'.
* Path to the generated executable is now avilable to the running
script in the OCRA_EXECUTABLE environment variable.
* Directories on the command line will now be created.
* Supports path globs, fx. "ocra script.rb assets/**/*.png". (See
documentation for Ruby's Dir class).
* Fixed issue with spaces in temporary path (TMP environment).
* Improved path comparison to ignore case (this is Windows after all)
and be a bit more robust.
* Added support for RubyGems installed in GEM_HOME (or other part
handled by RubyGems). If not installed in the Ruby hierarchy, they
will now be installed in a directory named 'gemhome' under the
temporary directory.
|