thecore_auth_commons 2.2.0 → 2.2.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: bab5c3a03e54c5b9acaa15124041d2da1ea52d4750d3dccf03cc98c2b8a4b217
4
- data.tar.gz: 1480ddcb37546c92ca7cc1056efbcbff7e51c9d7661e43a5cda056bc41267fd8
3
+ metadata.gz: 0ca10c00f70db784bc00e38893413e45bbd6b4e7696af42a900c726d01473d95
4
+ data.tar.gz: 7465a9b0985889df3398da3346ebd24119b137782b6956f4562171ff1c2d3729
5
5
  SHA512:
6
- metadata.gz: 6d3b38a11eb96c5d84e29a7b68c1b9d3e811c117260a0838a7fbf3e4cb690e0f16616e05ebc977fcd1f09a4fd34c84ffe936d3a28f59c6dc8f0c74a3798a2b9a
7
- data.tar.gz: 0b273d2bc6c8ac77b5e247d3e2a565ea0fb452df7d177660e49231ac5e796856f477916075cf6421a9e68e5103888eac5e6baab8345dca71cb7c2f5ada9bf94c
6
+ metadata.gz: 70d33fe66598135ba4a865b1737405d6520fb52b34c07e134501aa6841a895512d625688283307c75dacb671d63775e5e4459fa294399d828ebe3a8dd7cd0125
7
+ data.tar.gz: 90d73e467c4f4cc0eb1d425e9a6fbfb62a4217092c8d40e1a4100af996f35fa9d8686d8632b6dfc001719978874e1947a2ef200fd00c52bfd9200cd6bbb612cc
@@ -0,0 +1,19 @@
1
+ en:
2
+ devise:
3
+ failure:
4
+ user:
5
+ invalid: Incorrect login credentials.
6
+ not_found_in_database: Incorrect login credentials.
7
+ mailer:
8
+ password_changed_instructions:
9
+ greeting: Welcome %{recipient}!
10
+ instruction: We sent you this email to inform about password change.
11
+ instruction_2: If you didn't changed password, we ask you to contact our customer service, please.
12
+ shared:
13
+ links:
14
+ sign_out: Log out
15
+ descriptions:
16
+ current_password_needed: (we need your current password to confirm your changes)
17
+ leave_blank: (leave blank if you don't want to change it)
18
+ validations:
19
+ minimum_length: "%{length} characters minimum"
@@ -0,0 +1,19 @@
1
+ it:
2
+ devise:
3
+ failure:
4
+ user:
5
+ invalid: Credenziali di accesso errate.
6
+ not_found_in_database: Credenziali di accesso errate.
7
+ mailer:
8
+ password_changed_instructions:
9
+ greeting: Benvenuto %{recipient}!
10
+ instruction: Le abbiamo inviato questa email per notificarle il fatto che la sua password è stata cambiata.
11
+ instruction_2: Se non è stato lei a richiedere la modifica della password, la preghiamo di contattare il servizio clienti.
12
+ shared:
13
+ links:
14
+ sign_out: Esci
15
+ descriptions:
16
+ current_password_needed: (è necessario inserire la password corrente per autorizzare la modifica)
17
+ leave_blank: (lasciare vuota se non la si vuole modificare)
18
+ validations:
19
+ minimum_length: la lunghezza minima è di %{length} caratteri
@@ -1,3 +1,3 @@
1
1
  module ThecoreAuthCommons
2
- VERSION = '2.2.0'.freeze
2
+ VERSION = '2.2.1'.freeze
3
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: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-27 00:00:00.000000000 Z
11
+ date: 2020-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -104,6 +104,8 @@ files:
104
104
  - config/initializers/after_initialize_thecore_auth_commons.rb
105
105
  - config/initializers/devise.rb
106
106
  - config/locales/devise.en.yml
107
+ - config/locales/en.devise.custom.yml
108
+ - config/locales/it.devise.custom.yml
107
109
  - config/routes.rb
108
110
  - db/migrate/20200306143408_create_users.rb
109
111
  - db/migrate/20200306151046_add_admin_field_to_user.rb