From e345b5dc7d9a0cd173d7d7cb23f485f76d493a2a Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Sat, 4 Dec 2010 17:14:46 +1100 Subject: [PATCH] update README with supported Ruby platforms --- README.rdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index e71b001..8362028 100644 --- a/README.rdoc +++ b/README.rdoc @@ -24,6 +24,7 @@ If you a looking for the old version for Rails 2.x go here[http://github.com/adz * Supports I18n for the error messages +* Supports MRI 1.8.x and 1.9.x and Rubinius. == Installation @@ -34,7 +35,7 @@ As plugin (from master) As gem # in Gemfile - gem 'validates_timeliness', '~> 3.0.0' + gem 'validates_timeliness', '~> 3.0.2' # Run bundler $ bundle install