Change version to 0.8.24
This commit is contained in:
parent
2b74f29bd2
commit
8bb840e67c
3 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
||||||
# v0.8.24 2018-12-xx
|
# v0.8.24 2018-12-29
|
||||||
|
|
||||||
* Change to always insert mutations with frozen string literals
|
* Change to always insert mutations with frozen string literals
|
||||||
|
* Fix various invalid AST or source mutations
|
||||||
|
* Handle regexp `regexp_parser` cannot parse but MRI accepts gracefully
|
||||||
|
|
||||||
# v0.8.23 2018-12-23
|
# v0.8.23 2018-12-23
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
mutant (0.8.23)
|
mutant (0.8.24)
|
||||||
abstract_type (~> 0.0.7)
|
abstract_type (~> 0.0.7)
|
||||||
adamantium (~> 0.2.0)
|
adamantium (~> 0.2.0)
|
||||||
anima (~> 0.3.0)
|
anima (~> 0.3.0)
|
||||||
|
@ -16,8 +16,8 @@ PATH
|
||||||
procto (~> 0.0.2)
|
procto (~> 0.0.2)
|
||||||
regexp_parser (~> 1.2)
|
regexp_parser (~> 1.2)
|
||||||
unparser (~> 0.4.2)
|
unparser (~> 0.4.2)
|
||||||
mutant-rspec (0.8.23)
|
mutant-rspec (0.8.24)
|
||||||
mutant (~> 0.8.23)
|
mutant (~> 0.8.24)
|
||||||
rspec-core (>= 3.4.0, < 4.0.0)
|
rspec-core (>= 3.4.0, < 4.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
module Mutant
|
module Mutant
|
||||||
# Current mutant version
|
# Current mutant version
|
||||||
VERSION = '0.8.23'
|
VERSION = '0.8.24'
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Add table
Reference in a new issue