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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 869f2a6dde29f0147539df3d68e2ac711cc13455
4
- data.tar.gz: bdc0da9ca4091b91573da88c9fbf42082e20869f
3
+ metadata.gz: 224e42ca7d06b607134503d787c8e37b4960f936
4
+ data.tar.gz: 0bfc1f31babcb7d2560d331321388480b5dbc207
5
5
  SHA512:
6
- metadata.gz: 6d0ec5252374ad3c4f564520f762640fd3e33e397e75f3f6fb72fe501c3143ea66e1db258ae4e03847c5c04a9171eb3e7bc379340262737acbba4d3ab0be8d02
7
- data.tar.gz: 9669e13a1bc8fc97a7f1c85862cae8a1f15471c3d2451293222b83c7bc8997ddbf2a54e1b13b761515e053df836ad2d6d1f625334b1dcc96abf0fa01c7c86191
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
 
@@ -1,3 +1,3 @@
1
1
  module Controlist
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: controlist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Li