releasing version 1.3.2 which fixes slice error when passing custom resource name

This commit is contained in:
Ryan Bates 2010-08-07 08:38:35 -07:00
parent 333ddf1970
commit a566ea0f4f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1.3.2 (August 7, 2010)
* Fixing slice error when passing in custom resource name - see issue #112
1.3.1 (August 6, 2010) 1.3.1 (August 6, 2010)
* Fixing protected sanitize_sql error - see issue #111 * Fixing protected sanitize_sql error - see issue #111

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.3.1" s.version = "1.3.2"
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"