releasing 1.6.4

This commit is contained in:
Ryan Bates 2011-03-29 17:51:15 -07:00
parent e96cf5bea4
commit 7bcfd3d295
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1.6.4 (March 29, 2011)
* Fixed mongoid 'or' error - see issue #322
1.6.3 (March 25, 2011)
* Make sure ActiveRecord::Relation is defined before checking conditions against it so Rails 2 is supported again - see issue #312

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "cancan"
s.version = "1.6.3"
s.version = "1.6.4"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"