commit
84d119fe49
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# v0.8.21 2018-12-03
|
||||||
|
|
||||||
|
* Change to modern ast format via unparser-0.4.1.
|
||||||
|
|
||||||
# v0.8.20 2018-11-27
|
# v0.8.20 2018-11-27
|
||||||
|
|
||||||
* Replace internal timers with monotonic ones.
|
* Replace internal timers with monotonic ones.
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
module Mutant
|
module Mutant
|
||||||
# Current mutant version
|
# Current mutant version
|
||||||
VERSION = '0.8.20'.freeze
|
VERSION = '0.8.21'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
|
@ -36,7 +36,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.add_runtime_dependency('parser', '~> 2.5.1')
|
gem.add_runtime_dependency('parser', '~> 2.5.1')
|
||||||
gem.add_runtime_dependency('procto', '~> 0.0.2')
|
gem.add_runtime_dependency('procto', '~> 0.0.2')
|
||||||
gem.add_runtime_dependency('regexp_parser', '~> 1.2')
|
gem.add_runtime_dependency('regexp_parser', '~> 1.2')
|
||||||
gem.add_runtime_dependency('unparser', '~> 0.4.0')
|
gem.add_runtime_dependency('unparser', '~> 0.4.1')
|
||||||
|
|
||||||
gem.add_development_dependency('devtools', '~> 0.1.22')
|
gem.add_development_dependency('devtools', '~> 0.1.22')
|
||||||
gem.add_development_dependency('parallel', '~> 1.3')
|
gem.add_development_dependency('parallel', '~> 1.3')
|
||||||
|
|
Loading…
Reference in a new issue