oops. forgot to commit this merge from the 5.9.1 branch

[git-p4: depot-paths = "//src/minitest/dev/": change = 10875]
This commit is contained in:
Ryan Davis 2016-10-07 15:34:21 -08:00
parent 99ec2d55e8
commit e47353d1cb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
=== 5.9.1 / 2016-09-25
* 2 bug fixes:
* Re-release to refresh gem certificate signing. ugh.
* Fixed hoe/minitest to not augment load path if we're actually testing minitest.
=== 5.9.0 / 2016-05-16
* 8 minor enhancements:

View File

@ -7,7 +7,7 @@ require "minitest/parallel"
# :include: README.rdoc
module Minitest
VERSION = "5.9.0" # :nodoc:
VERSION = "5.9.1" # :nodoc:
ENCS = "".respond_to? :encoding # :nodoc:
@@installed_at_exit ||= false