[ANN] debride 1.7.0 Released

debride version 1.7.0 has been released!

* home: <https://github.com/seattlerb/debride>
* rdoc: <http://docs.seattlerb.org/debride>

Analyze code for potentially uncalled / dead methods, now with auto-removal.

Changes:

### 1.7.0 / 2016-11-30

* 1 minor enhancement:

  * Added bin/debride_rm to automatically remove all dead methods!

* 1 bug fix:

  * Remove #map hash in favor of #method_locations (chrisarcand)