Is there a prescribed way to “clean up” Ruby Gems which have native extensions that have failed to build. There are directories/files left in the gems directory, however gem list –local does not list them as being installed.
e.g. sqlite3-ruby, linecache, mongo
Is there a prescribed way to clean up Ruby Gems which have native extensions
Share
no predefined way.
The good news is that with 1.9.2, it should not count these as gems anymore (I assume that you’re on 1.9.1)?