stateless-systems / net-ftp-list

29 stars 14 forks source link

net-ftp-list a dependency for itself #10

Closed bdares closed 10 years ago

bdares commented 10 years ago

I haven't examined exactly how the circular dependency is introduced, but running

gem install net-ftp-list

results in the error

ERROR: Error installing net-ftp-list: net-ftp-list requires net-ftp-list (>= 0)

Running gem install net-ftp-list --version 3.2.6 first, then installing 3.2.7 works.

I've seen this issue with gem version 2.2.2

trevor commented 10 years ago

:+1: self-dependency

needed to install with: gem install net-ftp-list --force

tigris commented 10 years ago

You're right. I've pushed 3.2.8 which fixes this issue.