Compare commits

..

2 Commits

Author SHA1 Message Date
Adam Meehan
5c1406e9b0 v4.0.2 2016-01-07 08:26:19 +11:00
Adam Meehan
32f92cc885 Set @timeliness_methods_generated = false on undefined 2016-01-07 08:25:09 +11:00
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ module ValidatesTimeliness
generated_timeliness_methods.synchronize do
return unless @timeliness_methods_generated
undefine_timeliness_attribute_methods
@timeliness_methods_generated = true
@timeliness_methods_generated = false
end
}
end

View File

@@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '4.0.1'
VERSION = '4.0.2'
end