From a10a38c82f2379763b5eac88ebb27604edec6ef8 Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Fri, 20 Aug 2010 16:27:25 -0700 Subject: [PATCH] releasing version 1.3.3 --- CHANGELOG.rdoc | 10 ++++++++-- cancan.gemspec | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 96009c3..b181a97 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,10 @@ +1.3.3 (August 20, 2010) + +* Switching to Rspec namespace to remove deprecation warning in Rspec 2 - see issue #119 + +* Pluralize nested associations for conditions in accessible_by (thanks mlooney) - see issue #123 + + 1.3.2 (August 7, 2010) * Fixing slice error when passing in custom resource name - see issue #112 @@ -14,8 +21,7 @@ * Adding :singleton option to load_resource - see issue #93 -* Supporting multiple resources in :through option for polymorphic -associations - see issue #73 +* Supporting multiple resources in :through option for polymorphic associations - see issue #73 * Supporting Single Table Inheritance for "can" comparisons - see issue #55 diff --git a/cancan.gemspec b/cancan.gemspec index 76c665a..31c39ef 100644 --- a/cancan.gemspec +++ b/cancan.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "cancan" - s.version = "1.3.2" + s.version = "1.3.3" s.author = "Ryan Bates" s.email = "ryan@railscasts.com" s.homepage = "http://github.com/ryanb/cancan"