decidim-direct_verifications 0.17.5 → 0.17.6

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: cc27718faef5834d2778ee506cdd695f855acc08e35578f6d3a9c0b2ff6844f6
4
- data.tar.gz: 441b66ef0ea0b5d45d689339ffab82120115f33f82e4f2f966c83b46859d972b
3
+ metadata.gz: baa520a6dc6b5d727bc233c5076a6dd0d042cfcd3fdd0ff4cdde46f7f1837cec
4
+ data.tar.gz: 94f879f2b21bfaf542d1820c4d65c84e6769f6e32b9e06ba8930f979dcebc02a
5
5
  SHA512:
6
- metadata.gz: aeb8062cc3043a0cf46eadcdcdb39ac3d259d2af2405948d6dead388f6686492ca2c16edf103f9c8da797d24843e873aa371f12d59fe758f58dfb2d43870a258
7
- data.tar.gz: b1a9655776ca5495cc608bce587c881e28aded3ce54d640145c6edb3fb7d80227b77222319b0ffbcdf18ffccd0140a1569d105e35f4297f6e4cf0b23d5ddf006
6
+ metadata.gz: f2aaa64f6b10b225353285a58f70c44d91c6ab0ac50051f6a82bf5dd63ed73a12f8c5df4e09230a3a5d5d535c5a6303af5c1f64d2c4908a7d37adbbe32632575
7
+ data.tar.gz: 9248e063925c40870f2ada644dd55b6a3efd8f5034d4c870945ef0f017277f1cbc256d88911559cd03c1bf1f43a250aeb385a75b4003e6e59191b6eaf428fa76
@@ -26,7 +26,8 @@ ca:
26
26
  authorized: S'han verificat correctament %{authorized} usuaris utilitzant
27
27
  [%{handler}] (%{count} detectats, %{errors} errors)
28
28
  info: S'han detectat %{count} usuaris, dels quals %{registered} estan
29
- registrats, %{authorized} autoritzats utilitzant [%{handler}] (%{unconfirmed} sense confirmar)
29
+ registrats, %{authorized} autoritzats utilitzant [%{handler}] (%{unconfirmed}
30
+ sense confirmar)
30
31
  registered: S'han registrat correctament %{registered} usuaris (%{count}
31
32
  detectats, %{errors} errors)
32
33
  revoked: S'ha revocat correctament la verificació de %{revoked} usuaris
@@ -46,3 +47,7 @@ ca:
46
47
  authorizations:
47
48
  new:
48
49
  no_action: Aquest mètode requereix que un administrador us verifiqui
50
+ devise:
51
+ mailer:
52
+ direct_invite:
53
+ subject: Instruccions d'invitació
@@ -26,7 +26,7 @@ en:
26
26
  authorized: "%{authorized} users have been successfully verified using
27
27
  [%{handler}] (%{count} detected, %{errors} errors)"
28
28
  info: "%{count} users detected, of which %{registered} are registered,
29
- %{authorized} authorized using [%{handler}] (%{unconfirmed} unconfirmed)"
29
+ %{authorized} authorized using [%{handler}] (%{unconfirmed} unconfirmed)"
30
30
  registered: "%{registered} users have been successfully registered (%{count}
31
31
  detected, %{errors} errors) "
32
32
  revoked: Verification from %{revoked} users have been revoked using
@@ -46,3 +46,7 @@ en:
46
46
  authorizations:
47
47
  new:
48
48
  no_action: This method requires an administrator that verifies you
49
+ devise:
50
+ mailer:
51
+ direct_invite:
52
+ subject: Invitation instructions
@@ -26,7 +26,8 @@ es:
26
26
  authorized: Se han verificado correctamente %{authorized} usuarios usando
27
27
  [%{handler}] (%{count} detectados, %{errors} errores)
28
28
  info: Se han detectado %{count} usuarios, de los cuales %{registered}
29
- están registrados, %{authorized} autorizados usando [%{handler}] (%{unconfirmed} sin confirmar)
29
+ están registrados, %{authorized} autorizados usando [%{handler}] (%{unconfirmed}
30
+ sin confirmar)
30
31
  registered: Se han registrado correctamente %{registered} usuarios (%{count}
31
32
  detectados, %{errors} errores)
32
33
  revoked: Se ha revocado correctament la verificación de %{revoked} usuarios
@@ -46,3 +47,7 @@ es:
46
47
  authorizations:
47
48
  new:
48
49
  no_action: Este método requiere que un administrador os verifique
50
+ devise:
51
+ mailer:
52
+ direct_invite:
53
+ subject: Instrucciones de invitación
@@ -3,7 +3,7 @@
3
3
  module Decidim
4
4
  # This holds the decidim-direct_verifications version.
5
5
  module DirectVerifications
6
- VERSION = "0.17.5"
6
+ VERSION = "0.17.6"
7
7
  DECIDIM_VERSION = ">= 0.17.0"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-direct_verifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.5
4
+ version: 0.17.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Vergés