[ANN] minitest-speed 1.0.0 Released

minitest-speed version 1.0.0 has been released!

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

minitest-speed adds test hooks to verify the time it takes to run the
setup, body, and teardown phases of each test. If the time of any
phase goes over the maximum time, it fails the test. Use class
variables to set the maximum thresholds and crank it down over time.

Changes:

### 1.0.0 / 2016-04-23

* 1 major enhancement

  * Birthday!