[ANN] TestR 14.1.3

`
  __ __
_/ |_ ____ _______/ |________
\ __\/ __ \ / ___/\ __\_ __ \
> > \ ___/ \___ \ | | | | \/
>__| \___ >____ > |__| |__|
           \/ \/

···

--------------------------------------------------------------------
What is it?
--------------------------------------------------------------------

TestR is a continuous testing tool for Ruby that efficiently
detects and tests changes in your Ruby application & test suite:

  1. Absorbs test execution overhead into the master Ruby process.
  2. Forks to run your test files in parallel and without overhead.
  3. Avoids running unchanged tests inside changed test files.

--------------------------------------------------------------------
What is new?
--------------------------------------------------------------------

Internal changes:

  * Add support Guard v0.9.0 and newer in `testr-herald`. Thanks
    to Jose Pablo Barrantes for [this
    contribution](https://github.com/sunaku/testr/pull/16).

  * Tighten version constraints for gem dependencies to avoid
    future breakages.

--
Most people feel that everyone is entitled to their opinion.