releasing gem v0.2.1

This commit is contained in:
Ryan Bates 2009-11-26 10:13:22 -08:00
parent e32c5d0dfb
commit 43947c893d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
0.2.1 (Nov 26, 2009)
* many internal refactorings - see issues #11 and #12
* adding "cannot" method to define which abilities cannot be done - see issue #7
* support custom objects (usually symbols) in can definition - see issue #8

View File

@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.description = "Simple authorization solution for Rails which is completely decoupled from the user's roles. All permissions are stored in a single location for convenience."
s.homepage = "http://github.com/ryanb/cancan"
s.version = "0.2.0"
s.date = "2009-11-17"
s.version = "0.2.1"
s.date = "2009-11-26"
s.authors = ["Ryan Bates"]
s.email = "ryan@railscasts.com"