@@ -26,8 +26,8 @@ closure_tree has some great features:
26
26
* 2 SQL INSERTs on node creation
27
27
* 3 SQL INSERT/UPDATEs on node reparenting
28
28
* __ Support for [ concurrency] ( #concurrency ) __ (using [ with_advisory_lock] ( https://github.com/mceachen/with_advisory_lock ) )
29
- * __ Support for ActiveRecord 4.1, 4.2 and 5.0.alpha __
30
- * __ Support for Ruby 2.0, 2.1, 2.2 and JRuby 9000__
29
+ * __ Support for ActiveRecord 4.1, 4.2 and 5.0 __
30
+ * __ Support for Ruby 2.0, 2.1, 2.2, 2.3.1 and JRuby 9000__
31
31
* Support for reparenting children (and all their descendants)
32
32
* Support for [ single-table inheritance (STI)] ( #sti ) within the hierarchy
33
33
* ``` find_or_create_by_path ``` for [ building out heterogeneous hierarchies quickly and conveniently] ( #find_or_create_by_path )
@@ -547,10 +547,11 @@ end
547
547
548
548
Closure tree is [ tested under every valid combination] ( http://travis-ci.org/#!/mceachen/closure_tree ) of
549
549
550
- * Ruby 2.0 (and sometimes head)
551
- * Ruby 2.2 (and sometimes head)
550
+ * Ruby 2.0
551
+ * Ruby 2.2
552
+ * Ruby 2.3.1 (and sometimes head)
552
553
* jRuby 9000 (and sometimes head)
553
- * The latest ActiveRecord 4.1, 4.2, and master branch
554
+ * The latest ActiveRecord 4.1, 4.2, 5.0 and master branch
554
555
* Concurrency tests for MySQL and PostgreSQL. SQLite is tested in a single-threaded environment.
555
556
556
557
Assuming you're using [ rbenv] ( https://github.com/sstephenson/rbenv ) , you can use ``` tests.sh ``` to
0 commit comments