[ANN] minitest-bisect 1.2.2 Released

minitest-bisect version 1.2.2 has been released!

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

Hunting down random test failures can be very very difficult,
sometimes impossible, but minitest-bisect makes it easy.

minitest-bisect helps you isolate and debug random test failures.

If your tests only fail randomly, you can reproduce the error
consistently by using `--seed <num>`, but what then? How do you figure
out which combination of tests out of hundreds are responsible for the
failure? You know which test is failing, but what others are causing
it to fail or were helping it succeed in a different order? That's
what minitest-bisect does best.

Changes:

### 1.2.2 / 2015-04-27

* 2 bug fixes:

  * Fixed SHH variable to work with more shell variants. (jeremyevans)
  * Fixed problems with running in jruby. (jeremyevans)