decidim-verifications-members_picker 0.0.7 → 0.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: 72f11f1c45aae129c15e4618ee7fc854cef1f6a26617181417f263721f8d1d64
4
- data.tar.gz: 4d93200d16034cabf66b7dbc2c5f3bba006e7bb188e4812e89fa1691686348bb
3
+ metadata.gz: 2322833c11c71609478a5cc70d38f69c2ceb9b9e5fd6a100e3b8bf42edf3a557
4
+ data.tar.gz: 4a1b091df13bb29292f57da7e2e2d8f594f14cca8710dd381d72515d95b602a5
5
5
  SHA512:
6
- metadata.gz: e76020c68141a5e8b47fb59b874eb94d71ffbb7285b555604d36d86f06d666458c94e3ec5b34e29728e5efa69d238bfec3fe934ad6b431b4f9b3e0f8d6a510d4
7
- data.tar.gz: 0b9f220c0951a8e4ded10ab7e1dc5af19e4030cf88567302020e98dd3d608ddd69a4edc02a0db700d50b5a95133321cc623bb7b4fcf70ca4c0dfd9264c8a6904
6
+ metadata.gz: 8059e46887c5815957b92570fb71d8c429206a98e40dcb91ce0cf0de1253690b0f43e79780ccd3772ecff3fbcd6b147929a11ea23b525303782958bf76fba33b
7
+ data.tar.gz: ba57c6a3098151638072153d0d63f7ad1c9a7f27f36c08736a244bfcc30141807ebcb1e5cec3a5913b7d0f43f8d55beecfa59137f7db09a69ccfc84aeb647d72
@@ -8,4 +8,5 @@ locales: [en, ca, es]
8
8
 
9
9
  ignore_unused:
10
10
  - "decidim.authorization_handlers.members_picker_authorization_handler.*"
11
+ - "decidim.verifications.authorizations.first_login.*"
11
12
  - "decidim.verifications.members_picker_authorization.extra_explanation"
@@ -9,6 +9,10 @@ ca:
9
9
  members_picker_help: "(separats per comes)"
10
10
  name: Tria quins correus electrònics poden participar al component
11
11
  verifications:
12
+ authorizations:
13
+ first_login:
14
+ actions:
15
+ members_picker_authorization_handler: Elecció de membres
12
16
  members_picker_authorization:
13
17
  extra_explanation: La participació està restringida a només uns participants
14
18
  amb permís.
@@ -11,6 +11,10 @@ en:
11
11
  name: Pick the emails of the users that will be able to participate in the
12
12
  current component
13
13
  verifications:
14
+ authorizations:
15
+ first_login:
16
+ actions:
17
+ members_picker_authorization_handler: Members picker
14
18
  members_picker_authorization:
15
19
  extra_explanation: Participation is restricted to participants with the permitted
16
20
  email.
@@ -9,6 +9,10 @@ es:
9
9
  members_picker_help: "(separado por comas)"
10
10
  name: Elige qué correos electrónicos pueden participar en el componente
11
11
  verifications:
12
+ authorizations:
13
+ first_login:
14
+ actions:
15
+ members_picker_authorization_handler: Elección de miembros
12
16
  members_picker_authorization:
13
17
  extra_explanation: La participación está restringida a sólo unos participantes
14
18
  con permiso
@@ -5,7 +5,7 @@ module Decidim
5
5
  module Verifications
6
6
  module MembersPicker
7
7
  def self.version
8
- "0.0.7"
8
+ "0.1.1"
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-verifications-members_picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agusti B.R.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-13 00:00:00.000000000 Z
11
+ date: 2024-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-core