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 <art...@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@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to