[ANN] minitest-server 1.0.4 Released

minitest-server version 1.0.4 has been released!

* home: <https://github.com/seattlerb/minitest-server>
* rdoc: <http://docs.seattlerb.org/minitest-server>

minitest-server provides a client/server setup with your minitest
process, allowing your test run to send its results directly to a
handler.

Changes:

### 1.0.4 / 2016-05-02

* 2 bug fixes:

  * Fixes a problem with rails or some evil gem messing up Exception marshalling.
  * Sanitize assertion exceptions because web-console is EVIL.