Fix Dependency equality

This commit is contained in:
Adam Vandenberg 2012-03-20 22:31:14 -07:00
parent 07736cb8fa
commit 6eced20b35

View File

@ -71,7 +71,7 @@ class Dependency
end
def ==(other_dep)
@name = other_dep.to_s
@name == other_dep.to_s
end
def options