method

load_gemspec

ruby latest stable - Class: Bundler::Source::Git

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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