thecore_auth_commons 3.1.0 → 3.1.1

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
  SHA256:
3
- metadata.gz: ca809778683a4861e9df36ada9e3f545472be60eb4ff104ef2d284f9ad03dc31
4
- data.tar.gz: 06a7c2c55bb8365cc95f4b07099f3295862c6773852147a93e22e3f17a6097aa
3
+ metadata.gz: 3dc3b3c79a59287dc60e08206a387de340f4fe0468cf5a26ebe180c41bdbdf0c
4
+ data.tar.gz: 2fb7a2f4bcea8ed1255d1aee528c55227a318cb483810a8f3917216d5712276b
5
5
  SHA512:
6
- metadata.gz: cf7b2840d9248b7184aa500288f32ba9557488451296aad914c3841ee912be87ad1fca249c094bfca5827362c97e9b0e488632c66546d3e50f9e8c6fd7f7d651
7
- data.tar.gz: 2328fd3d524efb5b7b2039bb44ee2e5df3d72a1e4e1e0c81e72c3f8f00d21a2b12aa37e9c6bf2f4c410a646d67ab8bdacceb73b2dde48bf89e2d8149b623a3de
6
+ metadata.gz: 3e08724bb8af92936bcec3c769fb5bc2b3fabcd73e2d012fec4a910528b5e967f6c2794471b73b9c4a38dd5d3dad960e8c127215ae1634c5b23f60df92829775
7
+ data.tar.gz: 3105ee2424bc3443b0fb614ca0585b73abbe137a65321af16244d70b1fe30dc63f75dcfa23e26570ed31afc1019e9f211d56bb69f439639290b63b39b042132a
@@ -0,0 +1,10 @@
1
+ en:
2
+ permissions:
3
+ predicates:
4
+ can: Can
5
+ cannot: Cannot
6
+ actions:
7
+ manage: Manage
8
+ read: Read
9
+ update: Update
10
+ destroy: Destroy
@@ -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
@@ -1,3 +1,3 @@
1
1
  module ThecoreAuthCommons
2
- VERSION = "#{`git describe --tags $(git rev-list --tags --max-count=1)`.chomp}"
2
+ VERSION = "3.1.1"
3
3
  end
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.0
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