From: Joshua Ballanco Date: 2008-11-20T20:41:42+09:00 Subject: Re: Compiling Ruby Scripts (Ruby 1.9.x) On Nov 20, 2008, at 1:55 AM, Sparky Mat wrote: > I was wondering if it is possible to compile Ruby code for Ruby > 1.9.x . > I understand that by compile, it just packages the interpreter/VM and > all included libraries, into one huge executable. Does RubyScript2Exe > support Ruby 1.9.x? If not, are there any alternatives that do? If you are deploying to OS X, MacRuby's HotCocoa library has a built- in rake task that handles the packaging for you. See: http://lists.macosforge.org/pipermail/macruby-devel/2008-November/000745.html - Josh