releasing 1.6.8

This commit is contained in:
Ryan Bates 2012-06-25 16:17:32 -07:00
parent 5f1be25419
commit 1e89b31bad
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
1.6.8 (unreleased) 1.6.8 (June 25, 2012)
* improved support for namespaced controllers and models * improved support for namespaced controllers and models
@ -12,7 +12,7 @@
* various fixes for DataMapper, Mongoid, and Inherited Resource integration * various fixes for DataMapper, Mongoid, and Inherited Resource integration
* {see the full list of changes}[https://github.com/ryanb/cancan/compare/1.6.7...master] * {see the full list of changes}[https://github.com/ryanb/cancan/compare/1.6.7...1.6.8]
1.6.7 (October 4, 2011) 1.6.7 (October 4, 2011)

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.8.rc1" s.version = "1.6.8"
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"