releasing 1.6.3

This commit is contained in:
Ryan Bates 2011-03-25 14:28:26 -07:00
parent 89e40987d8
commit fb8e9bde57
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
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
* Return subject passed to authorize! - see issue #314
1.6.2 (March 18, 2011) 1.6.2 (March 18, 2011)
* Fixed instance loading when :singleton option is used - see issue #310 * Fixed instance loading when :singleton option is used - see issue #310

View File

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