class Bundler::Source::Path

def name

def name
  File.basename(path.expand_path(Bundler.root).to_s)
end