Easy uninstaller for all ruby gems
$ git clone https://github.com/sanadan/gem-uninstall-all.git
$ cd gem-uninstall-all
$ sudo make install
$ gem-uninstall-all
If you use rbenv-default-gems and rbenv-gem-rehash, called them.
Author:
- sanadan [email protected]
Copyright:
- Copyright (c) 2015 sanadan
License:
- MIT
- Fork it ( https://github.com/sanadan/gem-uninstall-all/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request