# File lib/bundler/source.rb, line 178 def initialize(options) @options = options @glob = options["glob"] || "{,*/}*.gemspec" if options["path"] @path = Pathname.new(options["path"]).expand_path(Bundler.root) end @name = options["name"] @version = options["version"] end