Type:
Class
Constants:
REPOSITORY_EXTENSION_MAP
:
[ # :nodoc:
['specifications', '.gemspec'],
['build_info', '.info'],
['cache', '.gem'],
['doc', ''],
['gems', ''],
]
Maps a gem subdirectory to the files that are expected to exist in the subdirectory.
Cleans up after a partially-failed uninstall or for an invalid Gem::Specification.
If a specification was removed by hand this will remove any remaining files.
If a corrupt specification was installed this will clean up warnings by removing the bogus specification.