Add note about ruby version requirements
This commit is contained in:
parent
1ef549ecb0
commit
edaf3ea8b2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# v0.8.0 pending
|
||||
|
||||
* Drop support for ruby < 2.1
|
||||
|
||||
# v0.7.9 2015-05-30
|
||||
|
||||
* Deprecate `--score` flag replace with `--expected-coverage`
|
||||
|
|
|
@ -13,7 +13,7 @@ Mutant is a mutation testing tool for Ruby.
|
|||
The idea is that if code can be changed and your tests do not notice, either that code isn't being covered
|
||||
or it does not have a speced side effect.
|
||||
|
||||
Mutant supports MRI and RBX 2.0 and 2.1, while support for JRuby is planned.
|
||||
Mutant supports ruby >= 2.1, while support for JRuby is planned.
|
||||
It should also work under any Ruby engine that supports POSIX-fork(2) semantics.
|
||||
|
||||
Mutant uses a pure Ruby [parser](https://github.com/whitequark/parser) and an [unparser](https://github.com/mbj/unparser)
|
||||
|
|
Loading…
Reference in a new issue