mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
Update readme to reflect v4.x only
This commit is contained in:
parent
51bc0d7d05
commit
b20b25940e
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
== Description
|
== Description
|
||||||
|
|
||||||
Complete validation of dates, times and datetimes for Rails 3.x and ActiveModel.
|
Complete validation of dates, times and datetimes for Rails 4.x and ActiveModel.
|
||||||
|
|
||||||
If you a looking for the old version for Rails 2.x go here[http://github.com/adzap/validates_timeliness/tree/v2.3].
|
If you a looking for the old version for Rails 3.x go here[http://github.com/adzap/validates_timeliness/tree/v3.x].
|
||||||
|
|
||||||
|
|
||||||
== Features
|
== Features
|
||||||
@ -30,7 +30,7 @@ If you a looking for the old version for Rails 2.x go here[http://github.com/adz
|
|||||||
== Installation
|
== Installation
|
||||||
|
|
||||||
# in Gemfile
|
# in Gemfile
|
||||||
gem 'validates_timeliness', '~> 3.0'
|
gem 'validates_timeliness', '~> 4.0'
|
||||||
|
|
||||||
# Run bundler
|
# Run bundler
|
||||||
$ bundle install
|
$ bundle install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user