ecm_rbac_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: 0980859787a99f922ca1ea2eb528c040755c00cf
4
- data.tar.gz: 21b7213a46e55d0815245db5d195d407ef84a2f4
3
+ metadata.gz: dfed4c1100a1a759fdd7415faf532c4acf539d20
4
+ data.tar.gz: 0a7baa9cdf5b8565cac6d913de9cc261f20e801c
5
5
  SHA512:
6
- metadata.gz: 7e5c26b60863c166cd80327801e6716650ab61fbb7391b9fa448ccf9d3f7e3ffe22b573151d7c9b667dbbc913527176b5f02cd14d6f9cd109932f1f8eb2fb0ab
7
- data.tar.gz: 6e62bec3189eafe3485f5e916ac60504a3d17b4fd1abea9aca847e1469f41aa6d52c8c713bab579d4b411e64b75c5df2e07f10007a654f0823d32897b013bc1f
6
+ metadata.gz: 2a63e1bd4feaf8e12696996c45049e4d0a24f4ea00a725b167e46e9a2199eae79a1a67a016d42ba98755283b02834284cc89af411aa99256507fcb21379a7ae8
7
+ data.tar.gz: 3c6a2c1d6a1183483d51480b7631cbbd40f44166f31964d95b0541b0675ae7d26c00a8806c3cf4ece81842c0c62b064e305b49d69189d71d83dc0522ad507515
@@ -1,4 +1,3 @@
1
-
2
1
  de:
3
2
  classes:
4
3
  ecm/rbac/backend/engine: "Authorisierung"
@@ -19,4 +18,4 @@ de:
19
18
  new: "Sie sind nicht berechtigt %{collection_name} hinzuzufügen"
20
19
  routes:
21
20
  mount:
22
- ecm_user_area_backend: '/backend/authorisierung'
21
+ ecm_rbac_backend: '/backend/authorization'
@@ -0,0 +1,21 @@
1
+ en:
2
+ classes:
3
+ ecm/rbac/backend/engine: "Authorization"
4
+ scopes:
5
+ never_signed_in: Never signed in
6
+ ecm:
7
+ rbac:
8
+ backend:
9
+ roles:
10
+ show_extras:
11
+ show: 'Show'
12
+ users:
13
+ show_extras:
14
+ show: 'Show'
15
+ pundit:
16
+ not_authorized:
17
+ index: "You are not allowed to list %{collection_name}"
18
+ new: "You are not allowed to add %{collection_name}"
19
+ routes:
20
+ mount:
21
+ ecm_rbac_backend: '/backend/authorization'
@@ -1,7 +1,7 @@
1
1
  module Ecm
2
2
  module Rbac
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
@@ -1,2 +1,5 @@
1
+ require 'ecm_rbac'
2
+ require 'itsf_backend'
3
+
1
4
  require 'ecm/rbac/backend'
2
5
  require 'ecm/rbac/backend/engine'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_rbac_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-24 00:00:00.000000000 Z
11
+ date: 2016-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -95,6 +95,7 @@ files:
95
95
  - app/views/layouts/ecm/rbac/backend/application.html.erb
96
96
  - config/initializers/assets.rb
97
97
  - config/locales/de.yml
98
+ - config/locales/en.yml
98
99
  - config/rbac.yml
99
100
  - config/routes.rb
100
101
  - lib/ecm/rbac/backend.rb