There was some mention in the most resent rubymotion release notes that rubymotion was now capable of writing Mavericks os X Apps (including eval() ). So there is a solution. I am not sure Laurent will be willing to share the solution back to macruby though. Tim On Sat, Nov 2, 2013 at 7:44 PM, <macruby-devel-request@lists.macosforge.org>wrote:
Send MacRuby-devel mailing list submissions to macruby-devel@lists.macosforge.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.macosforge.org/mailman/listinfo/macruby-devel or, via email, send a message with subject or body 'help' to macruby-devel-request@lists.macosforge.org
You can reach the person managing the list at macruby-devel-owner@lists.macosforge.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of MacRuby-devel digest..."
Today's Topics:
1. Mavericks and Macruby (rob ista) 2. Re: Mavericks and Macruby (Steve Clarke) 3. Re: Mavericks and Macruby (Joshua Ballanco) 4. Re: Mavericks and Macruby (Robert Carl Rice) 5. Re: Mavericks and Macruby (Andres Santos)
----------------------------------------------------------------------
Message: 1 Date: Sat, 02 Nov 2013 20:02:59 +0100 From: rob ista <rob.ista@me.com> To: macruby-devel@lists.macosforge.org Subject: [MacRuby-devel] Mavericks and Macruby Message-ID: <D504FB3C-2155-42D5-B68F-B456E2659F69@me.com> Content-Type: text/plain; charset="windows-1252"
Something seems to be broken since the upgrade to Mavericks. Macgems don?t want to load anymore:
Robs-iMac:~ rob$ macgem list /usr/local/bin/macgem:9:in `<main>': undefined method `summary_indent=' for class `OptionParser' (NameError)
This is just an example. A ?require macgems? followed by e.g. ?require uri? results in similar errors.
Anyone any clue?