thecore_auth_commons 3.1.0 → 3.1.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3dc3b3c79a59287dc60e08206a387de340f4fe0468cf5a26ebe180c41bdbdf0c
|
|
4
|
+
data.tar.gz: 2fb7a2f4bcea8ed1255d1aee528c55227a318cb483810a8f3917216d5712276b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e08724bb8af92936bcec3c769fb5bc2b3fabcd73e2d012fec4a910528b5e967f6c2794471b73b9c4a38dd5d3dad960e8c127215ae1634c5b23f60df92829775
|
|
7
|
+
data.tar.gz: 3105ee2424bc3443b0fb614ca0585b73abbe137a65321af16244d70b1fe30dc63f75dcfa23e26570ed31afc1019e9f211d56bb69f439639290b63b39b042132a
|
|
@@ -4,6 +4,34 @@ en:
|
|
|
4
4
|
user:
|
|
5
5
|
one: User
|
|
6
6
|
other: Users
|
|
7
|
+
role:
|
|
8
|
+
one: Role
|
|
9
|
+
other: Roles
|
|
10
|
+
permission:
|
|
11
|
+
one: Permission
|
|
12
|
+
other: Permissions
|
|
13
|
+
attributes:
|
|
14
|
+
user:
|
|
15
|
+
email: E-Mail
|
|
16
|
+
username: Username
|
|
17
|
+
code: Code
|
|
18
|
+
roles: Roles
|
|
19
|
+
admin: Administrator?
|
|
20
|
+
created_at: Created at
|
|
21
|
+
locked: Locked?
|
|
22
|
+
third_party: Third party?
|
|
23
|
+
password: Password
|
|
24
|
+
password_confirmation: Password confirmation
|
|
25
|
+
role:
|
|
26
|
+
users: Users
|
|
27
|
+
name: Role
|
|
28
|
+
permissions: Permissions
|
|
29
|
+
created_at: Created at
|
|
30
|
+
updated_at: Updated at
|
|
31
|
+
permission:
|
|
32
|
+
predicate: Predicate
|
|
33
|
+
action: Action
|
|
34
|
+
model: Model
|
|
7
35
|
descriptions:
|
|
8
36
|
user: Section to manage users.
|
|
9
37
|
role: Section to manage Roles
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_auth_commons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
@@ -187,6 +187,7 @@ files:
|
|
|
187
187
|
- config/initializers/after_initialize.rb
|
|
188
188
|
- config/initializers/concern_cancancan.rb
|
|
189
189
|
- config/initializers/concern_user.rb
|
|
190
|
+
- config/locales/en.permissions.yml
|
|
190
191
|
- config/locales/en.thecore_auth_commons.yml
|
|
191
192
|
- config/locales/it.thecore_auth_commons.yml
|
|
192
193
|
- db/migrate/20160208110805_devise_create_users.rb
|