class Bundler::GitSource

def location

def location
  # TMP HAX to get the *.gemspec reading to work
  bundle.gem_path.join('dirs', File.basename(@uri, '.git'))
end