ibc / em-udns

An async DNS resolver for EventMachine based on the udns C library
http://ibc.github.com/em-udns/
GNU Lesser General Public License v2.1
37 stars 12 forks source link

Still requires eventmachine #11

Open Hengjie opened 11 years ago

Hengjie commented 11 years ago

I get the following error while running it:

ruby-1.9.3-p392-railsexpress@propagationchecker/gems/em-udns-0.3.6/lib/em-udns.rb:1:in `require': cannot load such file -- eventmachine (LoadError)

It looks like eventmachine is still required.