Skip to content

Commit

Permalink
version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Jan 22, 2011
1 parent 9d4ac8d commit bbb752e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 3.0.4 [2011-01-22]
* Fix :between option which was being ignored (ebeigarts)
* Use class_attribute to remove deprecated class_inheritable_accessor
* Namespace copied validator class to ActiveModel::Validations::Timeliness for :timeliness option

= 3.0.3 [2010-12-11]
* Fix validation of values which don't respond to to_date or to_time (renatoelias)

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.3'
VERSION = '3.0.4'
end
4 changes: 2 additions & 2 deletions validates_timeliness.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{validates_timeliness}
s.version = "3.0.3"
s.version = "3.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Meehan"]
s.date = %q{2010-12-11}
s.date = %q{2011-01-22}
s.description = %q{Date and time validation plugin for Rails which allows custom formats}
s.email = %q{adam.meehan@gmail.com}
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"]
Expand Down

0 comments on commit bbb752e

Please sign in to comment.