AllInOneRuby
Change Log
Sun Apr 15 19:43:26 UTC 2007
Erik Veenstra <allinoneruby@erikveen.dds.nl>
1. Change Log
(Don't "save link target as..", since that will only give you an HTML file.)
Version | Date | Download | Diff | Changes |
---|---|---|---|---|
0.2.11 | 15.04.2007 | allinoneruby-0.2.11.rb or allinoneruby-0.2.11.tar.gz or allinoneruby-0.2.11.gem | 0.2.11.diff | Replaced %TEMP% by %HOME%/eee, or %USERPROFILE%/eee, or %TEMP%/eee, or c:/eee (on Windows). Replaced /tmp by $HOME/.eee, or /tmp/.eee (on Linux/Darwin). This is to avoid "Insecure world writable dir". |
0.2.10 | 29.07.2006 | allinoneruby-0.2.10.rb or allinoneruby-0.2.10.tar.gz or allinoneruby-0.2.10.gem | 0.2.10.diff | This change is just technical, to stay compatible with RubyScript2Exe. |
0.2.9 | 04.02.2006 | allinoneruby-0.2.9.rb or allinoneruby-0.2.9.tar.gz or allinoneruby-0.2.9.gem | 0.2.9.diff | Fixed a bug concerning parameters with quotes and other escapable characters. Fixed a bug concerning spaced parameters on Linux and Darwin. AllInOneRuby and RubyScript2Exe now work together. |
0.2.8 | 03.12.2005 | allinoneruby-0.2.8.rb or allinoneruby-0.2.8.tar.gz or allinoneruby-0.2.8.gem | 0.2.8.diff | Fixed a bug concerning multi line parameters. |
0.2.7 | 29.09.2005 | allinoneruby-0.2.7.rb or allinoneruby-0.2.7.tar.gz or allinoneruby-0.2.7.gem | 0.2.7.diff | Made the common test if __file__ == $0 work. |
0.2.6 | 06.08.2005 | allinoneruby-0.2.6.rb or allinoneruby-0.2.6.tar.gz or allinoneruby-0.2.6.gem | 0.2.6.diff | Updated to the last EEE (from RubyScript2Exe). |
0.2.5 | 21.06.2005 | allinoneruby-0.2.5.rb or allinoneruby-0.2.5.tar.gz or allinoneruby-0.2.5.gem | 0.2.5.diff | Fixed a bug concerning --site handling. |
0.2.4 | 14.06.2005 | allinoneruby-0.2.4.rb or allinoneruby-0.2.4.tar.gz or allinoneruby-0.2.4.gem | 0.2.4.diff | Fixed a bug concerning spaces in %TEMP%. |
0.2.3 | 03.06.2005 | allinoneruby-0.2.3.rb or allinoneruby-0.2.3.tar.gz or allinoneruby-0.2.3.gem | 0.2.3.diff | Updated to FreePascal 1.9.8 on Windows, 2.0.0 on Linux and 1.9.5 on Darwin. The exit code of your script is returned to the calling application/shell. Made some information about the environment EEE sets up available to the application, e.g. executable name. |
0.2.2 | 22.05.2005 | allinoneruby-0.2.2.rb or allinoneruby-0.2.2.tar.gz or allinoneruby-0.2.2.gem | 0.2.2.diff | Fixed a bug concerning program arguments with spaces on Linux/Darwin (was OK on Windows). Added $stdin handling on Linux/Darwin (was OK on Windows). Added handling of the -e argument, the one of Ruby itself. Added a search for EEE. |
0.2.1 | 23.03.2005 | allinoneruby-0.2.1.rb or allinoneruby-0.2.1.tar.gz or allinoneruby-0.2.1.gem | 0.2.1.diff | newlocation is an absolute path. ENV["TEMP"] is an absolute path. Added --verbose. Added --quiet. Added --nostrip. Added ALLINONERUBY. Fixed the non-SH-compatible shell (e.g. TCSH) bug. Changed the name of the generated executable on Linux from allinoneruby.bin to allinoneruby_linux. Added (experimental) support for Mac OS X (Darwin). Added support for .dll extensions and .o extensions. |
0.2.0 | 27.12.2004 | allinoneruby-0.2.0.rb or allinoneruby-0.2.0.tar.gz | 0.2.0.diff | Added support for Linux. Added compression. Added sitelib support. Added --eee-list. |
0.1.1 | 04.08.2004 | allinoneruby-0.1.1.rb or allinoneruby-0.1.1.tar.gz | 0.1.1.diff | Added the handling of dll's, needed by the so's. |
0.1 | 30.07.2004 | allinoneruby-0.1.rb or allinoneruby-0.1.tar.gz | 0.1.diff | First release. |