I haven't had time to update to Mavericks yet, so I couldn't tell you for sure, 
but the "summary_indent=" error looks like it may be a consequence of the 
upgraded 2.0 version of Ruby on the system. IIRC, there should still be a copy 
of the 1.8 Ruby version (under /System/Library I think?). If you change the #! 
line in "macgem" to point specifically to Ruby 1.8, things may start working 
again…



On Sunday, November 3, 2013 at 1:06 AM, Steve Clarke wrote:

> I've had that and other problems too.
>  
> The standard library 'set' no longer works, though it's fairly easy to 
> substitute NSMutableSet. I can't run one of my main apps on Mavericks.
>  
> Is this the beginning of the end or even the end of the end for Macruby?
>  
> On 2 Nov 2013, at 19:02, rob ista <rob.i...@me.com (mailto:rob.i...@me.com)> 
> wrote:
> > 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? _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel@lists.macosforge.org 
> > (mailto:MacRuby-devel@lists.macosforge.org)
> > https://lists.macosforge.org/mailman/listinfo/macruby-devel
>  
>  
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org (mailto:MacRuby-devel@lists.macosforge.org)
> https://lists.macosforge.org/mailman/listinfo/macruby-devel



_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macruby-devel

Reply via email to