From: Erik Veenstra Date: 2007-04-16T06:26:25+09:00 Subject: [ANN] AllInOneRuby 0.2.11 I've released AllInOneRuby 0.2.11. AllInOneRuby creates an Windows or Linux executable that includes both the Ruby interpreter and the runtime libraries. Why? Because it's sometimes not easy, or allowed to do a complete Ruby installation. That's where AllInOneRuby comes in. For more information and download: http://www.erikveen.dds.nl/allinoneruby/index.html gegroet, Erik V. - http://www.erikveen.dds.nl/ ---------------------------------------------------------------- CHANGES * 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". ----------------------------------------------------------------