diff options
Diffstat (limited to 'Library/Homebrew/requirement.rb')
| -rw-r--r-- | Library/Homebrew/requirement.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/requirement.rb b/Library/Homebrew/requirement.rb index 317675b73..f710fd021 100644 --- a/Library/Homebrew/requirement.rb +++ b/Library/Homebrew/requirement.rb @@ -54,7 +54,7 @@ class Requirement    end    def eql?(other) -    instance_of?(other.class) && hash == other.hash +    instance_of?(other.class) && name == other.name && tags == other.tags    end    def hash | 
