petergate 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/petergate/active_record/base.rb +1 -1
- data/lib/petergate/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bc623aff4e968f13e93888f5de948b843cb511d
|
4
|
+
data.tar.gz: c36afe33348380bdd7d2390b94d345f7a53a56ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 075913d5d41b9565357c12c55ac16ee5664d8ee434cdf362ace283db8c3e1bc38a7ad84c1c67c71cf067b6e6fd16a467ec313d52d351b4f5249606e53e3c580d
|
7
|
+
data.tar.gz: 7624aebda00c0237c2f25fd8b4d2e4cc6729150a45d36dc88cd6a0da34f9da0e2e8fc28da359635015ba345a205fdab88c8e3895a8e2871ed1ee73c35cfe39c6
|
data/README.md
CHANGED
@@ -54,7 +54,7 @@ Configure available roles by modifying this block at the top of your user.rb.
|
|
54
54
|
############################################################################################
|
55
55
|
## PeterGate Roles ##
|
56
56
|
## The :user role is added by default and shouldn't be included in this list. ##
|
57
|
-
## The :root_admin can access any page regardless of access settings. Use with caution!
|
57
|
+
## The :root_admin can access any page regardless of access settings. Use with caution! ##
|
58
58
|
## The multiple option can be set to true if you need users to have multiple roles. ##
|
59
59
|
petergate(roles: [:admin, :editor], multiple: false) ##
|
60
60
|
############################################################################################
|
data/lib/petergate/version.rb
CHANGED