version 2.2.2

This commit is contained in:
Adam Meehan 2009-09-19 08:19:27 +10:00
parent 96bf4bf184
commit f109443fb7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
= 2.2.2 [2009-09-19]
- Fixed dummy_time using make_time to respect timezone. Fixes 1.9.1 bug.
= 2.2.1 [2009-09-12]
- Fixed dummy date part for time types in Validator.type_cast_value
- No more core extensions! Removed dummy_time methods.

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = "2.2.1"
VERSION = "2.2.2"
end