[MacRuby-devel] Dispatch gem

Matt Aimonetti mattaimonetti at gmail.com
Fri Dec 31 03:40:19 PST 2010


I think the best thing is for you to maintain it (if you can) and to release
a gem via rubygems.
My understanding is that the author of the code isn't really maintaining it
and it makes more sense to have it live outside of MacRuby.

What do you think?

- Matt

On Wed, Dec 15, 2010 at 1:27 AM, Arthur Gunn <Arthur at gunn.co.nz> wrote:

> Hi!
>
> I've just made a gem for the dispatch module recently removed from the main
> macruby codebase.
> I believe it's all in working order, you should just be able to:
>        $ sudo macgem i dispatch
>        $ macirb
>        > require 'lib/dispatch'
>        => true
>        > (1..4).p_map {|i| i**2}
>        => [1, 4, 9, 16]
>
> etc. Hooray!
> I've just gotten specs running via mspec. At the moment 4 of 81
> expectations fail, all in spec/source_test.rb
> The source is at https://github.com/gunn/Dispatch
>
> How does it look? What should happen next? Move the repo under
> https://github.com/Macruby ?
>
> Thanks,
>
>
> -Arthur
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20101231/66ad50e7/attachment.html>


More information about the MacRuby-devel mailing list