# File lib/bundler/lazy_specification.rb, line 28 def ==(other) [name, version, dependencies, platform, source] == [other.name, other.version, other.dependencies, other.platform, other.source] end