Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
releasing v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Dec 31, 2009
1 parent a13f78d commit 3b9cdce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.0.2 (Dec 30, 2009)

* Adding clear_aliased_actions to Ability which removes previously defined actions including defaults - see issue #20

* Append aliased actions (don't overwrite them) - see issue #20
Expand Down
4 changes: 2 additions & 2 deletions cancan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "1.0.1"
s.date = "2009-12-14"
s.version = "1.0.2"
s.date = "2009-12-30"

s.authors = ["Ryan Bates"]
s.email = "ryan@railscasts.com"
Expand Down

0 comments on commit 3b9cdce

Please sign in to comment.