Skip to content

Commit

Permalink
Compatibility with ActiveRecord 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jan 2, 2012
1 parent 8d0e411 commit 866459e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

= master

= 3.1.0 (unreleased)
= 3.1.0

* Works with ActiveRecord 3.1
* Works with ActiveRecord 3.1 or 3.2

* The group object is now an ActiveRecord::Relation so you can further scope it.

Expand Down
2 changes: 1 addition & 1 deletion lib/grouped_scope/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GroupedScope
VERSION = '3.1.1'
VERSION = '3.1.2'
end

0 comments on commit 866459e

Please sign in to comment.