Help testing Gem em-udns under Mac OSX 32/64 bits

Hi, I’ve made a commit in Gem em-udns to allow compiling udns C
library under MacOSX 32 and 64 bits, but I need testing as I’m not a
Mac user.

Could somebody with Mac 32/64 bits install the Ruby Gem em-udns (last
version is 0.2.5) and tell me the success of the installation?

Thanks a lot.



On Aug 19, 2011, at 11:58 AM, Iaki Baz C. wrote:

Hi, I’ve made a commit in Gem em-udns to allow compiling udns C
library under MacOSX 32 and 64 bits, but I need testing as I’m not a
Mac user.

Could somebody with Mac 32/64 bits install the Ruby Gem em-udns (last
version is 0.2.5) and tell me the success of the installation?

SOLAR:ruby-1.9.2-p290 chriswhite$ gem install em-udns
Building native extensions. This could take a while…
Building native extensions. This could take a while…
Successfully installed eventmachine-0.12.10
Successfully installed em-udns-0.2.5
2 gems installed
Installing ri documentation for eventmachine-0.12.10…
Installing ri documentation for em-udns-0.2.5…
Installing RDoc documentation for eventmachine-0.12.10…
Installing RDoc documentation for em-udns-0.2.5…

Build looks okay. This is on 64 bit snow leopard. Sample from github
works too:

SOLAR:RandomRubyCode chriswhite$ ruby em-udns-test.rb
result => [“74.125.224.84”, “74.125.224.81”, “74.125.224.82”,
“74.125.224.80”, “74.125.224.83”]

Best Regards,
Chris W.

2011/8/19 Chris W. [email protected]:

Build looks okay. This is on 64 bit snow leopard. Sample from github works too:

SOLAR:RandomRubyCode chriswhite$ ruby em-udns-test.rb
result => [“74.125.224.84”, “74.125.224.81”, “74.125.224.82”, “74.125.224.80”,
“74.125.224.83”]

Great :slight_smile:

Thanks a lot.