From 1e89b31badecd735faf8387666216bf8c66698c4 Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Mon, 25 Jun 2012 16:17:32 -0700 Subject: [PATCH] releasing 1.6.8 --- CHANGELOG.rdoc | 4 ++-- cancan.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 3f960c2..9496deb 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,4 +1,4 @@ -1.6.8 (unreleased) +1.6.8 (June 25, 2012) * improved support for namespaced controllers and models @@ -12,7 +12,7 @@ * 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) diff --git a/cancan.gemspec b/cancan.gemspec index 2bae712..f48458f 100644 --- a/cancan.gemspec +++ b/cancan.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "cancan" - s.version = "1.6.8.rc1" + s.version = "1.6.8" s.author = "Ryan Bates" s.email = "ryan@railscasts.com" s.homepage = "http://github.com/ryanb/cancan"