Class Bundler::Source::Git
In: lib/bundler/source.rb
Parent: Path

Methods

Classes and Modules

Class Bundler::Source::Git::GitProxy

Attributes

branch  [R] 
options  [R] 
ref  [R] 
submodules  [R] 
uri  [R] 

Public Class methods

Public Instance methods

==(o)

Alias for eql?

This is the path which is going to contain a cache of the git repository. When using the same git repository across different projects, this cache will be shared. When using local git repos, this is set to the local repo.

This is the path which is going to contain a specific checkout of the git repository. When using local git repos, this is set to the local repo.

path()

Alias for install_path

TODO: actually cache git specs

[Validate]