prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6712]
This commit is contained in:
Ryan Davis 2011-10-19 12:27:32 -08:00
parent 4e2ab1ef4c
commit 2758858c77
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
=== 2.6.2 / 2011-10-19
* 1 minor enhancement:
* Added link to vim bundle. (sunaku)
* 2 bug fixes:
* Force gem activation in hoe minitest plugin
* Support RUBY_VERSION='2.0.0' (nagachika)
=== 2.6.1 / 2011-09-27
* 2 bug fixes:

View File

@ -645,7 +645,7 @@ module MiniTest
end
class Unit
VERSION = "2.6.1" # :nodoc:
VERSION = "2.6.2" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: