releasing version 1.1, see wiki and changelog for details

This commit is contained in:
Ryan Bates 2010-04-17 12:06:06 -07:00
parent f1ba76b61b
commit ff8c11cfc5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
1.1.0 (not released) 1.1.0 (April 17, 2010)
* Supporting arrays, ranges, and nested hashes in ability conditions * Supporting arrays, ranges, and nested hashes in ability conditions

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.0.2" s.version = "1.1.0"
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"