Prepare v0.2.14

This commit is contained in:
Markus Schirp 2013-01-09 23:38:35 +01:00
parent c591a236ae
commit 27fc2861cc
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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'