releasing gem 0.2.0 NOT BACKWARDS COMPATABLE, SEE CHANGELOG

This commit is contained in:
Ryan Bates
2009-11-17 12:58:42 -08:00
parent 15a01a579c
commit 52649a8da1
2 changed files with 6 additions and 3 deletions
+2 -2
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.1.0"
s.date = "2009-11-16"
s.version = "0.2.0"
s.date = "2009-11-17"
s.authors = ["Ryan Bates"]
s.email = "ryan@railscasts.com"