From 9eebeb21558bdd056e3e7b07f7e6eb57c1656973 Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Tue, 4 Oct 2011 15:04:28 -0700 Subject: [PATCH] releasing 1.6.7 with nested resource fix --- CHANGELOG.rdoc | 5 +++++ cancan.gemspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index d288a03b..c2440fc8 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,8 @@ +1.6.7 (October 4, 2011) + +* fixing nested resource problem caused by namespace addition - issue #482 + + 1.6.6 (September 28, 2011) * correct "return cant jump across threads" error when using check_authorization (thanks codeprimate) - issues #463, #469 diff --git a/cancan.gemspec b/cancan.gemspec index 2f2fa3ba..bb869761 100644 --- a/cancan.gemspec +++ b/cancan.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "cancan" - s.version = "1.6.6" + s.version = "1.6.7" s.author = "Ryan Bates" s.email = "ryan@railscasts.com" s.homepage = "http://github.com/ryanb/cancan"