class Gem::BasicSpecification

def base_dir_priority(gem_path)

def base_dir_priority(gem_path)
  gem_path.index(base_dir) || gem_path.size
end