ocra
ocra copied to clipboard
One-Click Ruby Application Builder
The exe created by OCRA does not contain a File version. We have a testing and deployment management system that uses the Windows file version to track what version of...
When Ruby loads the script, DATA is not defined. ``` puts DATA.read __END__ Hello, World! C:\>ocra data.rb === Loading script to check dependencies ./data.rb:1: uninitialized constant DATA (NameError) ```
This shall pass “—some-options=value” to the script when build, however not when running the executable. Any arguments specified by the user when invoking the executable shall be used as arguments...