class Tapioca::Gemfile::GemSpec

def ==(other)

def ==(other)
  GemSpec === other && other.name == name && other.version == version
end