alexdalitz / dnsruby

Dnsruby is a feature-complete DNS(SEC) client for Ruby, as used by many of the world's largest DNS registries and the OpenDNSSEC project
Other
194 stars 77 forks source link

Remove dependency on net-ftp #181

Closed casperisfine closed 2 years ago

casperisfine commented 2 years ago

So turns out Net::FTP isn't used by dnsruby since a good decade, the require was just left there. Sorry I should have checked before adding the dependency.

It was introduced in 58c05cd2596d1daad11b565d22cf187a9babddce (2009) to download IANA tar archive, but removed in f9b99a11ff83ebdbe44dae273931184415f90b5a (2010).

But no big deal.

alexdalitz commented 2 years ago

Heh - that's quite amusing. Sorry for not being a keener-eyed gate-keeper, and thanks for your contributions!