Skip to content

Commit

Permalink
Release of 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stffn committed Apr 20, 2009
1 parent ec3942b commit 0f44a3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
* New option :join_by for has_permission_on to allow AND'ing of statements in one has_permission_on block

* Allow using_access_control to be called directly on ActiveRecord::Base, globally enabling model security
** RELEASE 0.3 (April 20, 2009) **

* New operator: intersects_with, comparing two Enumerables in if_attribute
* New option :join_by for has_permission_on to allow AND'ing of statements in one has_permission_on block [sb]

* Improved if_permitted_to syntax: if the attribute is left out, permissions are checked on for the current object
* Allow using_access_control to be called directly on ActiveRecord::Base, globally enabling model security [sb]

* New operator: intersects_with, comparing two Enumerables in if_attribute [sb]

* Improved if_permitted_to syntax: if the attribute is left out, permissions are checked on for the current object [sb]

* Added #has_role_with_hierarchy? method to retrieve explicit and calculated roles [jeremyf]

Expand Down
2 changes: 1 addition & 1 deletion declarative_authorization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "declarative_authorization"
s.version = "0.2.5"
s.version = "0.3.0"

s.required_ruby_version = ">= 1.8.6"
s.authors = ["Steffen Bartsch"]
Expand Down
2 changes: 1 addition & 1 deletion declarative_authorization.gemspec.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "declarative_authorization"
s.version = "0.2.5"
s.version = "0.3.0"

s.required_ruby_version = ">= 1.8.6"
s.authors = ["Steffen Bartsch"]
Expand Down

0 comments on commit 0f44a3a

Please sign in to comment.