role_based_authorization 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -2
- data/VERSION +1 -1
- data/role_based_authorization.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -4,8 +4,7 @@
|
|
4
4
|
This library provide a very simple authorization system. It should work fine with
|
5
5
|
most of the authentication plugins (and gems) out there, even though little testing
|
6
6
|
has been done in this regard. There are a lot of similar plugin/gems and probably
|
7
|
-
this is not better than any others (see http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/
|
8
|
-
for a nice review).
|
7
|
+
this is not better than any others (see http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/ for a nice review).
|
9
8
|
|
10
9
|
Installation:
|
11
10
|
* install the role_based_authorization by issuing:
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|