MacRuby 0.3 macgem-1.1.1
Just downloaded and installed MacRuby 0.3 I did ticket regarding the error message that I get whenever I issue a macgem command that goes outside my computer ... install for example, list --remote, etc. I should also mention that the install command hangs after installing a gem unless --no-rdoc and --no-ri is specified. I think this is a known problem. Thank You
Hi Bernard, On Sep 7, 2008, at 1:15 PM, Bernard Kenik wrote:
Just downloaded and installed MacRuby 0.3
I did ticket regarding the error message that I get whenever I issue a macgem command that goes outside my computer ... install for example, list --remote, etc.
Thanks for filing the ticket, I will make sure rubygems works at 100% for the next release.
I should also mention that the install command hangs after installing a gem unless --no-rdoc and --no-ri is specified.
I just investigated this problem, and fixed it in both trunk and the testing branch (r571). I was able to do: $ sudo macgem install syntax 2008-09-07 16:43:11.181 macruby[78547:a0b] *** +[RFC2253DN module_function]: unrecognized selector sent to class 0x9312640 Successfully installed syntax-1.0.0 1 gem installed Installing ri documentation for syntax-1.0.0... Installing RDoc documentation for syntax-1.0.0... $ There were 2 regressions, in our new implementation of Symbol, and in the way we calculate hash codes. The "RFC2253DN module_function" line is because of the openssl C extension which does not work with MacRuby yet, I will look at this for the next release too. Laurent
participants (2)
-
Bernard Kenik
-
Laurent Sansonetti