Release Name: 1.1.0
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.0
* Added an icon to the executable. Can be replaced from a .ico file
using the --icon <ico> option.
* Improved handling of load paths added either from the command line
(ruby -I), RUBYLIB environment variable or during the script (by
modifying $: or $LOAD_PATH).
* Now automatically detects loaded DLLs through Win32::API. Disable
with --no-autodll.
|