@@ -26,8 +26,8 @@ closure_tree has some great features:
2626 * 2 SQL INSERTs on node creation
2727 * 3 SQL INSERT/UPDATEs on node reparenting
2828* __ 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__
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 )
@@ -547,10 +547,11 @@ end
547547
548548Closure tree is [ tested under every valid combination] ( http://travis-ci.org/#!/mceachen/closure_tree ) of
549549
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)
552553* 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
554555* Concurrency tests for MySQL and PostgreSQL. SQLite is tested in a single-threaded environment.
555556
556557Assuming you're using [ rbenv] ( https://github.com/sstephenson/rbenv ) , you can use ``` tests.sh ``` to
0 commit comments