Skip to content

Commit

Permalink
v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Mar 29, 2012
1 parent 4aa20bb commit b6acda5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 3.0.10 [2012-03-26]
* Fix for ActiveRecord shim and validation with :allow_blank => true in AR 3.1+. Fixes issue#52.

= 3.0.9 [2012-03-26]
* ActiveRecord 3.1+ suport
* Fixes for multiparameter extension with empty date values (thanks @mogox, @Sharagoz)
Expand Down
2 changes: 1 addition & 1 deletion lib/validates_timeliness/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '3.0.9'
VERSION = '3.0.10'
end
2 changes: 1 addition & 1 deletion validates_timeliness.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"]

s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.4"])
s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.5"])
end

0 comments on commit b6acda5

Please sign in to comment.