From 7a765f9fb48b9b6c7e2b11f67d33fb94fd76738a Mon Sep 17 00:00:00 2001 From: Alexander Merkulov Date: Sun, 25 Sep 2016 13:34:26 +0300 Subject: [PATCH] Add rails5 instructions --- README.rdoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index cc3ef28..bb8363a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -11,7 +11,14 @@ Main uses would be for Users to follow other Users or for Users to follow Books, == Installation -=== The master branch supports Rails 4 +=== The master branch supports Rails 5 + +Add the gem to the gemfile: + gem 'acts_as_follower', github: 'tcocca/acts_as_follower', branch: 'master' + +Other instructions same as for Rails 4. + +=== Rails 4.x support The first release that support Rails 4 is 0.2.0