From: gberz3 Date: 2009-08-05T10:10:07+09:00 Subject: Compiling Ruby scripts for distribution to Windows and OS X. Hi All, I need to create a binary from ruby scripts for both Windows and OS X. I need it to include all the necessary gems, etc. I've got OCRA working for Windows, however I need something for OS X. Ruby2Exe was supposed to have Darwin support, but, word is, it doesn't support the latest gems and whatnot. Any ideas? Best.