Skip to content

Commit 9208103

Browse files
Bump Version. Update README and CHANGELOG.
1 parent b5be38a commit 9208103

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
3.1.0
22
* Ensure that nested_set queries respect the model's default_scope. [oesgalha](https://github.com/oesgalha)
3-
4-
3.0.5
5-
* Fix .all_roots_valid? method when model is ordered by default
6-
7-
3.0.4
3+
* Add Rails 5 support [Krzysztof Rybka](https://github.com/krzysiek1507)
4+
* Fix .all_roots_valid? method when model is ordered by default [Adam Hodowany](https://github.com/hodak)
85
* Reuse the current model's connection when available [Tim Bugai] [#322](https://github.com/collectiveidea/awesome_nested_set/pull/322)
96

107
3.0.3

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Awesome Nested Set is an implementation of the nested set pattern for ActiveRecord models.
77
It is a replacement for acts_as_nested_set and BetterNestedSet, but more awesome.
88

9-
Version 3 supports Rails 4. Version 2 supports Rails 3. Gem versions prior to 2.0 support Rails 2.
9+
Version 3.1 supports Rails 5 & 4. Version 2 supports Rails 3. Gem versions prior to 2.0 support Rails 2.
1010

1111
## What makes this so awesome?
1212

@@ -239,4 +239,4 @@ You can learn more about nested sets at: http://threebit.net/tutorials/nestedset
239239

240240
Please see the ['Contributing' document](CONTRIBUTING.md).
241241

242-
Copyright © 2008 - 2014 Collective Idea, released under the MIT license
242+
Copyright © 2008–2015 [Collective Idea](http://collectiveidea.com), released under the MIT license.

lib/awesome_nested_set/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AwesomeNestedSet
2-
VERSION = '3.0.3' unless defined?(::AwesomeNestedSet::VERSION)
2+
VERSION = '3.1.0' unless defined?(::AwesomeNestedSet::VERSION)
33
end

0 commit comments

Comments
 (0)