Bump version (0.8.25)
This commit is contained in:
parent
12b8efc801
commit
bd5d451868
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
mutant (0.8.24)
|
mutant (0.8.25)
|
||||||
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)
|
||||||
|
@ -15,8 +15,8 @@ PATH
|
||||||
procto (~> 0.0.2)
|
procto (~> 0.0.2)
|
||||||
regexp_parser (~> 1.8.2)
|
regexp_parser (~> 1.8.2)
|
||||||
unparser (~> 0.4.2)
|
unparser (~> 0.4.2)
|
||||||
mutant-rspec (0.8.24)
|
mutant-rspec (0.8.25)
|
||||||
mutant (~> 0.8.24)
|
mutant (~> 0.8.25)
|
||||||
rspec-core (>= 3.4.0, < 4.0.0)
|
rspec-core (>= 3.4.0, < 4.0.0)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
module Mutant
|
module Mutant
|
||||||
# Current mutant version
|
# Current mutant version
|
||||||
VERSION = '0.8.24'
|
VERSION = '0.8.25'
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Reference in a new issue