method

load_gemspec

load_gemspec(file)
private

No documentation available.

# File lib/bundler/source/git.rb, line 313
        def load_gemspec(file)
          stub = Gem::StubSpecification.gemspec_stub(file, install_path.parent, install_path.parent)
          stub.full_gem_path = Pathname.new(file).dirname.expand_path(root).to_s.untaint
          StubSpecification.from_stub(stub)
        end