[MacRuby-devel] MacRuby-devel Digest, Vol 66, Issue 1

Tim Rand timrandg at gmail.com
Sun Nov 3 01:11:15 PDT 2013


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 at lists.macosforge.org>wrote:

> Send MacRuby-devel mailing list submissions to
>         macruby-devel at 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 at lists.macosforge.org
>
> You can reach the person managing the list at
>         macruby-devel-owner at 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 at me.com>
> To: macruby-devel at lists.macosforge.org
> Subject: [MacRuby-devel] Mavericks and Macruby
> Message-ID: <D504FB3C-2155-42D5-B68F-B456E2659F69 at 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?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.macosforge.org/pipermail/macruby-devel/attachments/20131102/13239b5b/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sat, 2 Nov 2013 23:06:56 +0000
> From: Steve Clarke <steve at sclarkes.me.uk>
> To: "MacRuby development discussions."
>         <macruby-devel at lists.macosforge.org>
> Subject: Re: [MacRuby-devel] Mavericks and Macruby
> Message-ID: <E7F9AD57-ED29-447F-90BE-02F851507997 at sclarkes.me.uk>
> Content-Type: text/plain; charset="windows-1252"
>
> 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.ista at 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 at lists.macosforge.org
> > https://lists.macosforge.org/mailman/listinfo/macruby-devel
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.macosforge.org/pipermail/macruby-devel/attachments/20131102/a8923661/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Sun, 3 Nov 2013 02:32:15 +0200
> From: Joshua Ballanco <jballanc at gmail.com>
> To: "MacRuby development discussions."
>         <macruby-devel at lists.macosforge.org>
> Subject: Re: [MacRuby-devel] Mavericks and Macruby
> Message-ID: <4A116250291A4403A660C7E268C99BD7 at gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> 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.ista at me.com (mailto:
> rob.ista at 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 at lists.macosforge.org (mailto:
> MacRuby-devel at lists.macosforge.org)
> > > https://lists.macosforge.org/mailman/listinfo/macruby-devel
> >
> >
> > _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel at lists.macosforge.org (mailto:
> MacRuby-devel at lists.macosforge.org)
> > https://lists.macosforge.org/mailman/listinfo/macruby-devel
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 2 Nov 2013 22:26:12 -0400
> From: Robert Carl Rice <rice.audio at pobox.com>
> To: "MacRuby development discussions."
>         <macruby-devel at lists.macosforge.org>
> Subject: Re: [MacRuby-devel] Mavericks and Macruby
> Message-ID: <05E2F947-E6A5-4E7E-9130-D636413E4975 at pobox.com>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi Rob,
>
> I upgraded to Mavericks and soon after reverted my system to 10.8.5 from a
> Time Machine backup after it was apparent that MacRuby wasn't going to
> work. I have a MacRuby app on the iTunes Store and another pending review
> on the store, so I still need to maintain them.
>
> Is there a recent build of MacRuby for Mavericks?
>
> Is the iTunes Store still accepting new MacRuby apps?
>
> Of course, I think Apple is making a big mistake if they pull the rug out
> from under MacRuby.
>
> I need some help here.
> Anybody?
>
> Bob Rice
>
>
> On Nov 2, 2013, at 3:02 PM, rob ista <rob.ista at 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 at lists.macosforge.org
> > https://lists.macosforge.org/mailman/listinfo/macruby-devel
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.macosforge.org/pipermail/macruby-devel/attachments/20131102/c1d85766/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 5
> Date: Sat, 2 Nov 2013 20:43:59 -0600
> From: Andres Santos <asb.studios at gmail.com>
> To: "MacRuby development discussions."
>         <macruby-devel at lists.macosforge.org>
> Subject: Re: [MacRuby-devel] Mavericks and Macruby
> Message-ID:
>         <CAAfRnXv7chrs4WjS+VWxh=my=
> NPdKmPEDW7qdFdb3UdcGtL0Nw at mail.gmail.com>
> Content-Type: text/plain; charset="windows-1252"
>
> I agree a new tutorial for Mavericks would be great
>
>
> 2013/11/2 Robert Carl Rice <rice.audio at pobox.com>
>
> > Hi Rob,
> >
> > I upgraded to Mavericks and soon after reverted my system to 10.8.5 from
> a
> > Time Machine backup after it was apparent that MacRuby wasn't going to
> > work. I have a MacRuby app on the iTunes Store and another pending review
> > on the store, so I still need to maintain them.
> >
> > Is there a recent build of MacRuby for Mavericks?
> >
> > Is the iTunes Store still accepting new MacRuby apps?
> >
> > Of course, I think Apple is making a big mistake if they pull the rug out
> > from under MacRuby.
> >
> > I need some help here.
> > Anybody?
> >
> > Bob Rice
> >
> >
> > On Nov 2, 2013, at 3:02 PM, rob ista <rob.ista at 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 at lists.macosforge.org
> > https://lists.macosforge.org/mailman/listinfo/macruby-devel
> >
> >
> >
> > _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel at lists.macosforge.org
> > https://lists.macosforge.org/mailman/listinfo/macruby-devel
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.macosforge.org/pipermail/macruby-devel/attachments/20131102/e42b46a3/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macruby-devel
>
>
> End of MacRuby-devel Digest, Vol 66, Issue 1
> ********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20131103/59cbc488/attachment.html>


More information about the MacRuby-devel mailing list