codegram / date_validator

A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
http://thoughts.codegram.com/date-validation-with-rails-3
MIT License
495 stars 82 forks source link

Change hashes to 1.9.3+ format and remove trailing whitespace #47

Closed jvperrin closed 10 years ago

jvperrin commented 10 years ago

I updated all the hashes to Ruby 1.9.3+ format since Ruby 1.9.2 is no longer used for tests.

oriolgual commented 10 years ago

Thanks!