controlist 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/controlist/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: 224e42ca7d06b607134503d787c8e37b4960f936
|
4
|
+
data.tar.gz: 0bfc1f31babcb7d2560d331321388480b5dbc207
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5283e1ddeb54abf1618664170e0262e0fe97ce30d38c7bd6e4d49c6b4378e2866ecca5d134cd815ad481c02ba36a9857ea90deb2e75cf2e62c204d121cecefe
|
7
|
+
data.tar.gz: 2b5d09192b442afbcd3c0c86cbc4584e3f781b79d7180722f4f275c5f17e6e05b0eb38a3c78d6751eebda873e1719ce9d4c371a78a4f865b37782bb4dd7e23d9
|
data/README.md
CHANGED
@@ -6,9 +6,9 @@ Controlist support Ruby 1.9 and 2.x, ActiveRecord 3.2 and 4.1+
|
|
6
6
|
|
7
7
|
## Use Case
|
8
8
|
|
9
|
-
RBAC (Role-Based Access Control)
|
10
|
-
Security for API Server
|
11
|
-
Any scenario that need fine-grained or flexible access control
|
9
|
+
* RBAC (Role-Based Access Control)
|
10
|
+
* Security for API Server
|
11
|
+
* Any scenario that need fine-grained or flexible access control
|
12
12
|
|
13
13
|
## Feature
|
14
14
|
|
data/lib/controlist/version.rb
CHANGED