releasing 1.5.1

This commit is contained in:
Ryan Bates 2011-01-20 10:16:01 -08:00
parent f9ad4858f5
commit 929579f03b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
1.5.1 (January 20, 2011)
* Fixing deeply nested conditions in Active Record adapter - see issue #246
* Improving Mongoid support for multiple can and cannot definitions (thanks stellard) - see issue #239
1.5.0 (January 11, 2011)
* Added an Ability generator - see issue #170

View File

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