class Bundler::Source::Git

def hash

def hash
  [self.class, uri, ref, branch, name, glob, submodules].hash
end