ecm_tags_backend 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a794b4db99e2fbe13c6f04f657e29b678a146d0b
4
- data.tar.gz: 8612f3327a1f76afc994beeff716d194f4df3f4f
3
+ metadata.gz: 8a21fd785fc8f800023d6d17d2a7e1b868096029
4
+ data.tar.gz: f9eaa8ad4be23b3279e87143ba2df471c9ff15a7
5
5
  SHA512:
6
- metadata.gz: 033429bbb45cd36785bbb8bf57c702c24cfc17a2868e3d0ccf0e9370ad79505b87a72178fe1233192653d587263adfe2f849db2367913dc690075551d03d5d40
7
- data.tar.gz: 35e663f995a51a1ca97f24dbfcfa87a664334cdf06b9796b70856ff54deb297029ccbe9509ee56d02aacc25e346ac9e9ba855cae0bdc84649f6929ddfe6d734c
6
+ metadata.gz: 478ef3ca513a20045aae530245dac77566b06d22c5ec74dd85798653875e4c232a12bc25fa8eb9f44d9d72312ddb135043fb5ff354bb34d90f31477402939bf0
7
+ data.tar.gz: 951bec06cd1232a8bb8ba0d98f16cae720e91705d357e118bb4e5c9e08521e3dba33dcdc7398568354c1e8505a9c85602eadca01a4537fbd8a2ba15fb016e496
data/config/rbac.yml ADDED
@@ -0,0 +1,40 @@
1
+ defaults:
2
+ permissions:
3
+ - ecm/tags/backend/engine
4
+ - ecm/tags/taggings/index
5
+ - ecm/tags/taggings/show
6
+ - ecm/tags/taggings/new
7
+ - ecm/tags/taggings/create
8
+ - ecm/tags/taggings/edit
9
+ - ecm/tags/taggings/update
10
+ - ecm/tags/taggings/destroy
11
+ - ecm/tags/tags/index
12
+ - ecm/tags/tags/show
13
+ - ecm/tags/tags/new
14
+ - ecm/tags/tags/create
15
+ - ecm/tags/tags/edit
16
+ - ecm/tags/tags/update
17
+ - ecm/tags/tags/destroy
18
+ roles:
19
+ ecm/tags/administrator:
20
+ - ecm/tags/backend/engine
21
+ - ecm/tags/taggings/index
22
+ - ecm/tags/taggings/show
23
+ - ecm/tags/taggings/new
24
+ - ecm/tags/taggings/create
25
+ - ecm/tags/taggings/edit
26
+ - ecm/tags/taggings/update
27
+ - ecm/tags/taggings/destroy
28
+ - ecm/tags/tags/index
29
+ - ecm/tags/tags/show
30
+ - ecm/tags/tags/new
31
+ - ecm/tags/tags/create
32
+ - ecm/tags/tags/edit
33
+ - ecm/tags/tags/update
34
+ - ecm/tags/tags/destroy
35
+ ecm/tags/reviewer:
36
+ - ecm/tags/backend/engine
37
+ - ecm/tags/taggings/index
38
+ - ecm/tags/taggings/show
39
+ - ecm/tags/tags/index
40
+ - ecm/tags/tags/show
@@ -1,7 +1,7 @@
1
1
  module Ecm
2
2
  module Tags
3
3
  module Backend
4
- VERSION = '0.0.3'.freeze
4
+ VERSION = '0.0.4'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_tags_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-08 00:00:00.000000000 Z
11
+ date: 2016-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -70,6 +70,7 @@ files:
70
70
  - config/initializers/assets.rb
71
71
  - config/locales/de.yml
72
72
  - config/locales/en.yml
73
+ - config/rbac.yml
73
74
  - config/routes.rb
74
75
  - lib/ecm/tags/backend.rb
75
76
  - lib/ecm/tags/backend/configuration.rb