Skip to content

Commit 60c5d1b

Browse files
committed
prep v6.3.0
1 parent 938e9d6 commit 60c5d1b

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language: ruby
44
rvm:
55
- 2.3.1
66
- 2.2.5
7-
- 2.0
87
# these haven't been passing for a while:
98
# - jruby-head
109
# - rbx
@@ -28,12 +27,3 @@ matrix:
2827
- gemfile: gemfiles/activerecord_edge.gemfile
2928
- rvm: jruby-head
3029
- rvm: rbx
31-
32-
# rails 5+ requires ruby >= 2.2:
33-
exclude:
34-
- rvm: 2.0
35-
gemfile: gemfiles/activerecord_5.0_foreigner.gemfile
36-
- rvm: 2.0
37-
gemfile: gemfiles/activerecord_5.0.gemfile
38-
- rvm: 2.0
39-
gemfile: gemfiles/activerecord_edge.gemfile

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 6.3.0
4+
5+
* `prepend_child` [handles invalid items properly now](https://github.com/mceachen/closure_tree/issues/249).
6+
Thanks [Amit Saxena](https://github.com/amitsaxena)!
7+
38
### 6.2.0
49

510
* Fix for [MySQL lock lengths](https://github.com/mceachen/closure_tree/issues/231).

README.md

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

0 commit comments

Comments
 (0)