[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Ruby/Cares 0.1.0

Andre Nathan

9/6/2006 8:10:00 PM

Hi

I've just released Ruby/Cares 0.1.0. This is a C extension wrapping the
c-ares (http://daniel.haxx.se/projec...) asynchronous DNS
library.

This is a preliminary release intended for getting feedback on the
interfaces and on future functionality that could be implemented.

To install it:

# gem install ruby-cares

For manual installation, fetch the tarball on rubyforge and check the
README file.

For documentation, see the project's homepage:

http://cares.ruby...


I'd like to thank Guy Decoux, Nobu Nakada, Francis Cianfrocca and Kent
Sibilev for helping me out with my newbie questions about C extensions
on ruby-talk.

Andre