[ANN] EM-Udns - async DNS resolver for EventMachine based on udns C library

Hi, I announce EM-Udns:

EM-Udns is an async DNS resolver for EventMachine based on udns C
library. Having most of the code written in C, EM-Udns becomes very
fast. It can resolve DNS A, AAAA, PTR, MX, TXT, SRV and NAPTR records,
and can handle every kind of errors (domain/record not found, request
timeout, malformed response...).

  https://github.com/ibc/em-udns

I've tested the library extensively, it workes well and fast. Just one
point is missing:
I would like to ask for help to include udns C library sources within
em-udns gem. Please take a look to the issue description:

  https://github.com/ibc/em-udns/issues/issue/1

In order to publish the em-udns Gem I need this issue to be solved, so
I really appreciate any help.

Cheers.

···

--
Iñaki Baz Castillo
<ibc@aliax.net>

The issue is fixed thanks to Mike Perham:
  Issues · ibc/em-udns · GitHub

Version 0.1.1 of em-udns is already published in RubyGems:
  em-udns | RubyGems.org | your community gem host

···

2011/2/13 Iñaki Baz Castillo <ibc@aliax.net>:

I would like to ask for help to include udns C library sources within
em-udns gem. Please take a look to the issue description:

Integrate udns sources into em-udns · Issue #1 · ibc/em-udns · GitHub

In order to publish the em-udns Gem I need this issue to be solved, so
I really appreciate any help.

--
Iñaki Baz Castillo
<ibc@aliax.net>