Hi,
I’m posting to here because I don’t know whether Issues in CodePlex is
still
used or not.
I tried to run Bundler on Ironruby and I’ve found 2 problems for it.
-
rubygems needs Errno::ETIMEDOUT
I tried implement it and other Winsock Errno,
but I don’t know appropriate class definition for these.
Because some existing implementations are slightly different.
(e.g. Errno constant, super class, constructor or
RubyExceptions.Create**) -
Bundler uses OpenSSL::X509::Store
There are many members not implemented…
Is anyone already plannning to fix these problems?
Or does someone know about behind these existing implementations?
Thanks,
unarist