releasing 1.6.7 with nested resource fix

This commit is contained in:
Ryan Bates 2011-10-04 15:04:28 -07:00
parent 67a3038628
commit 9eebeb2155
2 changed files with 6 additions and 1 deletions

View File

@ -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) 1.6.6 (September 28, 2011)
* correct "return cant jump across threads" error when using check_authorization (thanks codeprimate) - issues #463, #469 * correct "return cant jump across threads" error when using check_authorization (thanks codeprimate) - issues #463, #469

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.6" s.version = "1.6.7"
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"