Skip to content

Commit

Permalink
releasing 1.6.7 with nested resource fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Oct 4, 2011
1 parent 67a3038 commit 9eebeb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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) 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
Expand Down
2 changes: 1 addition & 1 deletion cancan.gemspec
@@ -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"
Expand Down

0 comments on commit 9eebeb2

Please sign in to comment.