releasing version 1.3.1 with sanitize_sql fix

This commit is contained in:
Ryan Bates 2010-08-06 23:28:51 -07:00
parent f8631dcc93
commit cd74267364
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1.3.1 (August 6, 2010)
* Fixing protected sanitize_sql error - see issue #111
1.3.0 (August 6, 2010)
* Adding :find_by option to load_resource - see issue #19

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "cancan"
s.version = "1.3.0"
s.version = "1.3.1"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"