From e47353d1cb6c82d4e30d3013c965ce70bbdcb429 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Fri, 7 Oct 2016 15:34:21 -0800 Subject: [PATCH] oops. forgot to commit this merge from the 5.9.1 branch [git-p4: depot-paths = "//src/minitest/dev/": change = 10875] --- History.rdoc | 7 +++++++ lib/minitest.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index e6c22297..7ef36175 100644 --- a/History.rdoc +++ b/History.rdoc @@ -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: diff --git a/lib/minitest.rb b/lib/minitest.rb index 268b9b07..c543f604 100644 --- a/lib/minitest.rb +++ b/lib/minitest.rb @@ -7,7 +7,7 @@ # :include: README.rdoc module Minitest - VERSION = "5.9.0" # :nodoc: + VERSION = "5.9.1" # :nodoc: ENCS = "".respond_to? :encoding # :nodoc: @@installed_at_exit ||= false