prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 8569]
This commit is contained in:
Ryan Davis 2013-05-20 14:45:43 -08:00
parent 904f2002a6
commit de2218e71b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
=== 5.0.2 / 2013-05-20
* 3 bug fixes:
* Gem.find_files is smarter than I remember... cause I wrote it that way. *sigh* I'm getting old.
* Pride wasn't doing puts through its #io. (tmiller/tenderlove)
* Replaced Runnable#dup and Test#dup with marshal_dump/load. Too many problems cropping up on untested rails code. (tenderlove/rubys)
=== 5.0.1 / 2013-05-14
* 2 bug fixes:

View File

@ -4,7 +4,7 @@ require "optparse"
# :include: README.txt
module Minitest
VERSION = "5.0.1" # :nodoc:
VERSION = "5.0.2" # :nodoc:
@@installed_at_exit ||= false
@@after_run = []