On Wed, Feb 23, 2011 at 6:51 PM, Laurent Sansonetti
<lsansonetti@apple.com> wrote:
Are you using the new macruby_deploy --gem option to embed the gems?
I'm not ... I'm using macruby_deploy --embed to embed MacRuby, and then my own custom Rake task to 1) copy the gem files into the application; 2) run install_name_tool on the embedded bundle files. I guess I should look into the --gem option.