Skip to content

Commit 6a67e3a

Browse files
committed
Update README.md
1 parent d77bb4c commit 6a67e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ closure_tree has some great features:
2727
* 3 SQL INSERT/UPDATEs on node reparenting
2828
* __Support for [concurrency](#concurrency)__ (using [with_advisory_lock](https://github.com/mceachen/with_advisory_lock))
2929
* __Support for ActiveRecord 4.1, 4.2 and 5.0.alpha__
30-
* __Support for Ruby 2.2 and JRuby 9000__
30+
* __Support for Ruby 2.0, 2.1, 2.2 and JRuby 9000__
3131
* Support for reparenting children (and all their descendants)
3232
* Support for [single-table inheritance (STI)](#sti) within the hierarchy
3333
* ```find_or_create_by_path``` for [building out heterogeneous hierarchies quickly and conveniently](#find_or_create_by_path)
@@ -544,6 +544,7 @@ end
544544

545545
Closure tree is [tested under every valid combination](http://travis-ci.org/#!/mceachen/closure_tree) of
546546

547+
* Ruby 2.0 (and sometimes head)
547548
* Ruby 2.2 (and sometimes head)
548549
* jRuby 9000 (and sometimes head)
549550
* The latest ActiveRecord 4.1, 4.2, and master branch

0 commit comments

Comments
 (0)