Skip to content

Commit

Permalink
releasing 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Mar 25, 2011
1 parent 89e4098 commit fb8e9bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rdoc
@@ -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)

* Fixed instance loading when :singleton option is used - see issue #310
Expand Down
2 changes: 1 addition & 1 deletion cancan.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "cancan"
s.version = "1.6.2"
s.version = "1.6.3"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"
Expand Down

0 comments on commit fb8e9bd

Please sign in to comment.