[MacRuby-devel] ruby_deploy's fix_install_name doesn't perform a deep search in Contents/Resources

2011-06-16 Thread Martin Schürrer
Hi, got a pull request for you: https://github.com/MacRuby/MacRuby/pull/30 Cheers, Martin ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

[MacRuby-devel] Debugging a compiled Objc + Ruby app

2011-06-19 Thread Martin Schürrer
Hi, I got an app that uses both objc and MacRuby. So whenever I want to run it I've got to compile either a basic script/console-style app or the actual app. Is there a way to use macrubyd on a compiled executable with both objc and macruby? Cheers, Martin ___

Re: [MacRuby-devel] 0.11 schedule

2011-06-20 Thread Martin Schürrer
HI, shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a blocker? (I'm new to macruby, so I'm curious) Cheers, Martin On Mon, Jun 20, 2011 at 22:20, Laurent Sansonetti wrote: > Hi guys, > > A lot of good work has been integrated into master recently, so it's > now time to think abo

Re: [MacRuby-devel] 0.11 schedule

2011-06-21 Thread Martin Schürrer
ng, >>> > just that it was a show-stopper for me for moving to HEAD.  I'm not at >>> > home, >>> > where I was having this problem in spades until I downgraded to 0.10, >>> > but if >>> > you install the mechanize gem on a 0.11 versi

[MacRuby-devel] Migrating branches tags/0.x to actual tags v0.x

2011-06-21 Thread Martin Schürrer
Hi, one thing bugs me about the macruby repo on github: There are branches called tags/0.x instead of actual tags. I've written a small script that migrates all the tags/0.x branches to actual v0.x tags. I've run it on my fork and IMO everything is much clearer now: https://github.com/MSch/MacRu