Prepare v0.2.3

This commit is contained in:
Markus Schirp 2012-12-08 01:57:42 +01:00
parent 8a4fad0973
commit 3605a0a809
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# v0.2.3 2012-12-08
* [fixed] Prepend extra elements to hash and array instead of append. This fixes unkillable mutators in parallel assignments!
# v0.2.2 2012-12-07
* [feature] Add a shitload of operator expansions for dm2 strategy

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |gem|
gem.name = 'mutant'
gem.version = '0.2.2'
gem.version = '0.2.3'
gem.authors = [ 'Markus Schirp' ]
gem.email = [ 'mbj@seonic.net' ]
gem.description = 'Mutation testing for ruby under rubinius'