flavorjones / mini_portile

mini_portile and mini_portile2 - Simple autoconf and cmake builder for developers
MIT License
114 stars 51 forks source link

address net-ftp warnings #106

Closed flavorjones closed 3 years ago

flavorjones commented 3 years ago

v2.5.2 added net-ftp as a gem dependency to try to anticipate Ruby 3.1 changes.

However, for users of Ruby 2.7 and earlier, this resulted in warnings as demonstrated at #105.

This change makes net-ftp an optional (or "soft") dependency, so that if it's loaded the FTP functionality works; but if it's not loaded then an exception is raised informing the user what's wrong.