From 5f8604e3934a8ec29ec926e37265e93bf7e9faec Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 15 May 2018 16:49:38 +1000 Subject: [PATCH] update README with travis badge and 4.x branch --- README.rdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index ab56672..5b1f862 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,13 +1,13 @@ -= ValidatesTimeliness += ValidatesTimeliness {Build Status}[https://travis-ci.org/adzap/validates_timeliness] * Source: http://github.com/adzap/validates_timeliness * Issues: http://github.com/adzap/validates_timeliness/issues == Description -Complete validation of dates, times and datetimes for Rails 4.x and ActiveModel. +Complete validation of dates, times and datetimes for Rails 5.0.x and ActiveModel. -If you a looking for the old version for Rails 3.x go here[http://github.com/adzap/validates_timeliness/tree/v3.x]. +If you a looking for the old version for Rails 4.x go here [https://github.com/adzap/validates_timeliness/tree/4-0-stable]. == Features @@ -30,7 +30,7 @@ If you a looking for the old version for Rails 3.x go here[http://github.com/adz == Installation # in Gemfile - gem 'validates_timeliness', '~> 4.0' + gem 'validates_timeliness', '~> 5.0.0.pre' # Run bundler $ bundle install