[ANN] Tork 15.0.0 (was TestR was test-loop)

Tork - Test with fork

  _______ _______
   ___ /___________ /__
    _ __/ __ \ __/ /_/
    / /_/ /_/ / / / ,\
    \__/\____/_/ /_/|_\

···

------>

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

Tork is a continuous testing tool for Ruby that automatically
detects and tests changes in your Ruby application or test suite in
an efficient manner:

  1. Absorbs your test execution overhead into a master process.

  2. Forks to run your test files in parallel, without overhead.

  3. Avoids running unchanged tests inside changed test files.

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

Breaking changes:

  * This project has been renamed from TestR to Tork (test with
    fork) in order to better compete with rival projects, namely
    Spork! >:-) Credit goes to Brian D. Burns for thinking of
    this most succinct & awesome project name! He also created
    the snazzy ASCII-art logo featured in the project README.

  * tork(1): rename `r` command (run all tests) to `t` (for tork).

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