[ANN] debride 1.3.0 Released

debride version 1.3.0 has been released!

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

Analyze code for potentially uncalled / dead methods.

Changes:

### 1.3.0 / 2015-04-13

* 4 minor enhancements:

  * Add explicit #send support. (phiggins)
  * Added --exclude for files and dirs. (ianlotinsky)
  * Added --rails flag and rails-specific call transformations.
  * Added methods to called list found in rails DSL methods. (phiggins)

* 1 bug fix:

  * Fixed bug with alias_method_chain. (phiggins)