From f025d580733bd09853a40f1493f2167ffd16d360 Mon Sep 17 00:00:00 2001 From: xMartin Date: Wed, 27 Jun 2018 11:22:40 +0200 Subject: [PATCH] update README with actually working 5.x gem version --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 5b1f862..05aaccd 100644 --- a/README.rdoc +++ b/README.rdoc @@ -30,7 +30,7 @@ If you a looking for the old version for Rails 4.x go here [https://github.com/a == Installation # in Gemfile - gem 'validates_timeliness', '~> 5.0.0.pre' + gem 'validates_timeliness', '~> 5.0.0.alpha1' # Run bundler $ bundle install