ruby / resolv

A thread-aware DNS resolver library written in Ruby
Other
36 stars 28 forks source link

Should win32/resolv be included here? #53

Closed nobu closed 1 month ago

nobu commented 2 months ago

Noticed that lib/resolv.rb requires win32/resolv but it is left in ruby/ruby. I think it (ext/win32/lib/win32/resolv.rb in ruby/ruby, including ext/win32/resolv/) should be included in ruby/resolv.

One concern is that importing them now would not be able to import the commit histories, is it OK?