Bump version to 0.2.12

This commit is contained in:
Markus Schirp 2013-01-03 23:34:53 +01:00
parent f5d6047074
commit fefa9b75bc
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
* [fixed] Do not crash when trying to load methods from precompiled ruby under rbx
[Compare v0.2.10..v0.2.12](https://github.com/mbj/mutant/compare/v0.2.11...v0.2.12)
# v0.2.11 2013-01-03
* [change] Handle binary operator methods in dedicated mutator

View file

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