# File lib/bundler/source.rb, line 314
    def location
      # TMP HAX to get the *.gemspec reading to work
      bundle.gem_path.join('dirs', File.basename(@uri, '.git'))
    end