From 48f61f0901984731b871c6801c426abb3a844738 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sat, 22 Nov 2014 09:24:58 -0800 Subject: [PATCH] Add tested rails versions to readme --- README.rdoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 4e61c96..81e906b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,4 +1,4 @@ -== acts_as_sane_tree +== acts_as_sane_tree ==== (Building trees with a dash of sanity) {}[http://travis-ci.org/chrisroberts/acts_as_sane_tree] @@ -11,7 +11,12 @@ A fast way to build trees. == What version of Rails -As of version 2, acts_as_sane_tree now proudly offers support on Rails 2 as well as Rails 3 +* Rails ~> 4.1.0 +* Rails ~> 4.0.0 +* Rails ~> 3.2.0 +* Rails ~> 3.1.0 +* Rails ~> 3.0.0 +* Rails ~> 2.3.0 == Requirements @@ -52,7 +57,7 @@ http://chrisroberts.github.com/acts_as_sane_tree == License A (now not so large) majority of this was copied directly from the original acts as tree, with the original license: -* Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license +* Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license The new additions continue: * Copyright (c) 2011 Chris Roberts, released under the MIT license