class Bundler::Source::Git
def initialize(options)
def initialize(options) @options = options @glob = options["glob"] || "{,*/}*.gemspec" @uri = options["uri"] @ref = options["ref"] || options["branch"] || 'master' end
def initialize(options) @options = options @glob = options["glob"] || "{,*/}*.gemspec" @uri = options["uri"] @ref = options["ref"] || options["branch"] || 'master' end