From 67106b0212da8e63ec12706286a37fe2d96b5afb Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Mon, 2 Jul 2018 21:13:24 +1000 Subject: [PATCH] bump gem version in readme --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 05aaccd..8e35355 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.alpha1' + gem 'validates_timeliness', '~> 5.0.0.alpha2' # Run bundler $ bundle install