Skip to content

Commit

Permalink
v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Apr 1, 2012
1 parent b6acda5 commit 8dd6079
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.11 [2012-04-01]
* Change dependency on Timeliness version due to a broken release

= 3.0.10 [2012-03-26]
* Fix for ActiveRecord shim and validation with :allow_blank => true in AR 3.1+. Fixes issue#52.

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.10'
VERSION = '3.0.11'
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.5"])
s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.6"])
end

0 comments on commit 8dd6079

Please sign in to comment.