thecore_auth_commons 3.0.0 → 3.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
  SHA256:
3
- metadata.gz: 71a108f53a31865e9f1cbec4148112f45a5c67c1b0cb2f6a4669829b25d8b7d9
4
- data.tar.gz: abd0e2dc3956a2e1fc5aa3202bf7071c95c461a4e5fdcd17df0cb76ea039a054
3
+ metadata.gz: ec36a718aa7ee95db6647d093b6dae8f5614318234b9072108d286e5254a8758
4
+ data.tar.gz: 536085973f16cec797a29bae031524fbf0c550cef5c286f3f541f6199dc20cae
5
5
  SHA512:
6
- metadata.gz: e2a54c12e4e1736de8373d2fab53c75fcb64658feb5622b71027e8083771fc17295f25256d935113fc419f1a12755ac0d2edb1a44741d829ebdee519666f58b9
7
- data.tar.gz: 9bb72b0314bdaa92d8268f1db984c0fc31407304a281a44bd5c02d2f0dae4532c5f254171fe92fb2e21f5b3698f7be937c7dfd999bb8748732c43a43bcfd5d5d
6
+ metadata.gz: 79f643c8b4042a3d266501dee7d8d12e346b274aa4fc38949bc0b9bdc9de4d44180d4864224052201a21fc640fbffe9ef7561e6cc7bb12886f83e40ef9656679
7
+ data.tar.gz: ad9c7046f4ac59fd5b8cf2ace03b70bf243b331b5de249cb07c9f3b10cae7efb4c02edf252d327212dbafe03bec22d7d2e6c16cf45aaf373aa0e0d66e5b69185
@@ -1,4 +1,3 @@
1
1
  module ThecoreAuthCommons
2
- # VERSION = "#{`git describe --tags $(git rev-list --tags --max-count=1)`.chomp}"
3
- VERSION = "3.0.0"
2
+ VERSION = "#{`git describe --tags $(git rev-list --tags --max-count=1)`.chomp}"
4
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_auth_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-06 00:00:00.000000000 Z
11
+ date: 2023-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -114,8 +114,8 @@ files:
114
114
  - app/models/role_user.rb
115
115
  - app/models/target.rb
116
116
  - app/models/user.rb
117
- - config/initializers/after_initialize_thecore_auth_commons.rb
118
- - config/initializers/devise.rb
117
+ - config/initializers/thecore_auth_commons_after_initialize.rb
118
+ - config/initializers/thecore_auth_commons_devise.rb
119
119
  - config/locales/en.activerecord.yml
120
120
  - config/locales/it.activerecord.yml
121
121
  - config/locales/it.permissions.yml