Just wanted to report from the field that gem packaging in the new
macruby_deploy is working great. It really simplified our build scripts. For
reference:
PATH="$PATH:/usr/local/bin" macruby_deploy --embed
"$TARGET_BUILD_DIR/Redwood.app" --gem nokogiri --gem gdata_19 --compile
Thanks for this hug
I'm trying to use Mechanize with MacRuby but it fails with the following error:
>
Darwin::dekiefer:29-> sudo macgem install mechanize
Password:
Successfully installed mechanize-1.0.0
1 gem installed
Darwin::dekiefer:30-> macirb
irb(main):001:0> require 'rubygems'
=> tru
I presume I'm doing something really dopey and apologies if that is
the case.
I've been following Matt Aimonetti's excellent instructions on the
MacRuby site with the above title - I'm attempting to wrap Uli
Kusterer's UKKQueue library.
I've followed the instructions - the bundle builds ok; it bui
Just to confirm; I have created a 'Do Nothing' MacRuby app from
scratch (which literally does nothing except show the vanilla window).
Built with the --bs option added to the embed script, this runs ok on
10.6.6 and crashes in the same way as described above on 10.6.
I tried removing files from th