Prepare v0.2.14
This commit is contained in:
parent
c591a236ae
commit
27fc2861cc
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* [change] Do not emit mutation to { nil => nil } for hash literals
|
||||
|
||||
[Compare v0.2.13..v0.2.14](https://github.com/mbj/mutant/compare/v0.2.13...v0.2.14)
|
||||
|
||||
# v0.2.13 2013-01-09
|
||||
|
||||
* [fixed] Capture failures that occur in the window between mutation insertion and spec run as kills
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = 'mutant'
|
||||
gem.version = '0.2.13'
|
||||
gem.version = '0.2.14'
|
||||
gem.authors = [ 'Markus Schirp' ]
|
||||
gem.email = [ 'mbj@seonic.net' ]
|
||||
gem.description = 'Mutation testing for ruby'
|
||||
|
|
Loading…
Reference in a new issue