decidim-initiatives 0.30.5 → 0.30.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 +4 -4
- data/app/helpers/decidim/initiatives/initiatives_helper.rb +4 -1
- data/app/models/decidim/initiative.rb +6 -0
- data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +1 -1
- data/config/locales/eu.yml +2 -2
- data/config/locales/fr-CA.yml +30 -1
- data/config/locales/fr.yml +30 -1
- data/config/locales/sr-CS.yml +15 -0
- data/config/locales/sv.yml +26 -0
- data/lib/decidim/initiatives/admin_engine.rb +3 -0
- data/lib/decidim/initiatives/participatory_space.rb +3 -2
- data/lib/decidim/initiatives/version.rb +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b358c80a779dc9deb03a3eaee66444eef74fbee3fc279c2741d9f8f1b557ea0
|
|
4
|
+
data.tar.gz: 69166d7fb8315dd85f61c05017dfa3a462ca87e4e99be5e1fd5864cc9963c5fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca091e6303f1c46f4fb1b1cad5ca503a6fb682a5662bc92b7a1303657c0ce0dd0359ca5321faad60d7c4708898ae7981db7513ab7cc2c26faa1ab861f504fbb6
|
|
7
|
+
data.tar.gz: 51593c71534c58c1219face5f69ef9d1bb4982024e352eaac04b55c349a04cdf32c32a1384336761a0a094afe30bb9d761e3d8772bc1aa24c7e61ed8e405d334
|
|
@@ -6,7 +6,10 @@ module Decidim
|
|
|
6
6
|
module InitiativesHelper
|
|
7
7
|
# Items to display in the navigation of an initiative
|
|
8
8
|
def initiative_nav_items(participatory_space)
|
|
9
|
-
components = participatory_space
|
|
9
|
+
components = participatory_space
|
|
10
|
+
.components
|
|
11
|
+
.published.or(Decidim::Component.where(id: try(:current_component)))
|
|
12
|
+
.where(visible: true)
|
|
10
13
|
|
|
11
14
|
components.map do |component|
|
|
12
15
|
{
|
|
@@ -460,6 +460,12 @@ module Decidim
|
|
|
460
460
|
Decidim::ParticipatorySpaceRoleConfig::Base.new(:empty_role_name)
|
|
461
461
|
end
|
|
462
462
|
|
|
463
|
+
# Public: Initiatives do not have user roles like other participatory spaces.
|
|
464
|
+
# Returns an empty relation.
|
|
465
|
+
def user_roles(_role_name = nil)
|
|
466
|
+
self.class.none
|
|
467
|
+
end
|
|
468
|
+
|
|
463
469
|
# Public: Overrides the `allow_resource_permissions?` Resourceable concern method.
|
|
464
470
|
def allow_resource_permissions?
|
|
465
471
|
true
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
<%= icon "arrow-left-line", class: "fill-current" %>
|
|
71
71
|
<%= t(".back") %>
|
|
72
72
|
<% end %>
|
|
73
|
-
<%= f.submit t(".continue"), class: "button button__sm md:button__lg button__secondary", data: { disable_with:
|
|
73
|
+
<%= f.submit t(".continue"), class: "button button__sm md:button__lg button__secondary", data: { disable_with: t(".continue") } %>
|
|
74
74
|
</div>
|
|
75
75
|
</div>
|
|
76
76
|
<% end %>
|
data/config/locales/eu.yml
CHANGED
|
@@ -427,12 +427,12 @@ eu:
|
|
|
427
427
|
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> k onartu du zure eskaera <a href="%{resource_url}">%{resource_title}</a> ekimenaren batzorde bultzatzailean parte hartzeko.
|
|
428
428
|
create_initiative_event:
|
|
429
429
|
email_intro: "%{author_name} %{author_nickname} k, jarraitzen ari zarenak, beste ekimen bat sortu du, egiaztatu eta lagundu:"
|
|
430
|
-
email_outro:
|
|
430
|
+
email_outro: Jakinarazpen hau jaso duzu %{author_nickname} jarraitzen ari zarelako. Aurreko estekan sartu jakinarazpenak jasotzeari uzteko.
|
|
431
431
|
email_subject: '%{author_nickname} ren bete ekimen bat'
|
|
432
432
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> ekimena <a href="%{author_path}">%{author_name} %{author_nickname}</a> sortu zen.
|
|
433
433
|
endorse_initiative_event:
|
|
434
434
|
email_intro: "%{author_name} %{author_nickname}, jarraitzen ari zarenak, hurrengo ekimena onartu du, agian elkarrizketan lagundu nahi baduzu:"
|
|
435
|
-
email_outro:
|
|
435
|
+
email_outro: Jakinarazpen hau jaso duzu %{author_nickname} jarraitzen ari zarelako. Aurreko estekan sartu jakinarazpenak jasotzeari uzteko.
|
|
436
436
|
email_subject: '%{author_nickname} babestutako ekimena'
|
|
437
437
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> ekimena <a href="%{author_path}">%{author_name} %{author_nickname}</a> babesten du.
|
|
438
438
|
revoke_membership_request:
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -101,6 +101,7 @@ fr-CA:
|
|
|
101
101
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Rechercher %{collection} par titre, description, ID ou nom de l'auteur.
|
|
102
102
|
initiatives_settings:
|
|
103
103
|
update:
|
|
104
|
+
error: Il y a eu un problème lors de la mise à jour des paramètres de pétitions.
|
|
104
105
|
success: Les paramètres des pétitions ont bien été mis à jour.
|
|
105
106
|
menu:
|
|
106
107
|
attachments: Pièces jointes
|
|
@@ -142,15 +143,24 @@ fr-CA:
|
|
|
142
143
|
hash: Hash
|
|
143
144
|
initiative_end_date: Date de fin
|
|
144
145
|
initiative_id: ID d'initiative
|
|
146
|
+
initiative_scope: Portée
|
|
145
147
|
initiative_signatures_count: Nombre de signatures
|
|
146
148
|
initiative_start_date: Date de début
|
|
147
149
|
initiative_title: Titre de l'initiative
|
|
148
150
|
name_and_surname: Nom et surnom
|
|
151
|
+
nickname: Surnom
|
|
149
152
|
postal_code: Code postal
|
|
153
|
+
signature_count: Nombre de signatures
|
|
150
154
|
timestamp: Horodatage
|
|
155
|
+
taxonomy_filters:
|
|
156
|
+
space_filter_for:
|
|
157
|
+
initiatives: Toutes les pétitions
|
|
151
158
|
titles:
|
|
152
159
|
initiatives: Pétitions
|
|
153
160
|
initiatives_types: Types d'initiative
|
|
161
|
+
download_your_data:
|
|
162
|
+
show:
|
|
163
|
+
initiatives: Exporter les pétitions
|
|
154
164
|
events:
|
|
155
165
|
initiatives:
|
|
156
166
|
admin:
|
|
@@ -235,7 +245,15 @@ fr-CA:
|
|
|
235
245
|
most_recent: Les plus récentes
|
|
236
246
|
exports:
|
|
237
247
|
initiatives: Pétitions
|
|
248
|
+
index:
|
|
249
|
+
initiatives_types:
|
|
250
|
+
alert_html: "<p>Vous devez créer au moins un type de pétition pour que les participants puissent commencer à créer des pétitions.</p><p> %{link}</p>"
|
|
251
|
+
button: Nouveau type de pétition
|
|
238
252
|
initiatives:
|
|
253
|
+
accept:
|
|
254
|
+
success: La pétition a été acceptée avec succès.
|
|
255
|
+
discard:
|
|
256
|
+
success: La pétition a été abandonnée avec succès.
|
|
239
257
|
edit:
|
|
240
258
|
accept: Accepter l'initiative
|
|
241
259
|
confirm: Êtes-vous sûr(e) ?
|
|
@@ -259,7 +277,14 @@ fr-CA:
|
|
|
259
277
|
edit: Modifier
|
|
260
278
|
new: Nouvelle
|
|
261
279
|
photos: Photos
|
|
280
|
+
publish:
|
|
281
|
+
success: La pétition a été publiée avec succès.
|
|
282
|
+
reject:
|
|
283
|
+
success: La pétition a été rejetée avec succès.
|
|
284
|
+
unpublish:
|
|
285
|
+
success: La pétition a été dépubliée avec succès.
|
|
262
286
|
update:
|
|
287
|
+
error: Un problème est survenu lors de la mise à jour de la pétition.
|
|
263
288
|
success: La pétition a été mise à jour avec succès.
|
|
264
289
|
initiatives_settings:
|
|
265
290
|
edit:
|
|
@@ -273,6 +298,7 @@ fr-CA:
|
|
|
273
298
|
title: Paramètres des initiatives
|
|
274
299
|
initiatives_type_scopes:
|
|
275
300
|
create:
|
|
301
|
+
error: Un problème est survenu lors de la création d'un nouveau champ d'application pour la pétition donnée.
|
|
276
302
|
success: Un nouveau secteur pour ce type de pétition a été créé.
|
|
277
303
|
destroy:
|
|
278
304
|
success: Le secteur a été supprimé avec succès.
|
|
@@ -283,8 +309,11 @@ fr-CA:
|
|
|
283
309
|
create: Créer
|
|
284
310
|
title: Créer un type de secteur pour les initiatives
|
|
285
311
|
update:
|
|
312
|
+
error: Un problème est survenu lors de la mise à jour de la portée.
|
|
286
313
|
success: Le secteur a été mis à jour avec succès.
|
|
287
314
|
initiatives_types:
|
|
315
|
+
create:
|
|
316
|
+
error: Un problème est survenu lors de la création du type de pétition.
|
|
288
317
|
destroy:
|
|
289
318
|
success: Le type de pétition a été supprimé avec succès.
|
|
290
319
|
edit:
|
|
@@ -576,7 +605,7 @@ fr-CA:
|
|
|
576
605
|
open_data:
|
|
577
606
|
help:
|
|
578
607
|
initiatives:
|
|
579
|
-
hashtag: Le hashtag de
|
|
608
|
+
hashtag: Le hashtag de la pétition, utilisé pour Twitter/X
|
|
580
609
|
resources:
|
|
581
610
|
initiative:
|
|
582
611
|
actions:
|
data/config/locales/fr.yml
CHANGED
|
@@ -101,6 +101,7 @@ fr:
|
|
|
101
101
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Rechercher %{collection} par titre, description, ID ou nom de l'auteur.
|
|
102
102
|
initiatives_settings:
|
|
103
103
|
update:
|
|
104
|
+
error: Il y a eu un problème lors de la mise à jour des paramètres de pétitions.
|
|
104
105
|
success: Les paramètres des pétitions ont bien été mis à jour.
|
|
105
106
|
menu:
|
|
106
107
|
attachments: Pièces jointes
|
|
@@ -142,15 +143,24 @@ fr:
|
|
|
142
143
|
hash: Hash
|
|
143
144
|
initiative_end_date: Date de fin
|
|
144
145
|
initiative_id: ID de la pétition
|
|
146
|
+
initiative_scope: Portée
|
|
145
147
|
initiative_signatures_count: Nombre de signatures
|
|
146
148
|
initiative_start_date: Date de début
|
|
147
149
|
initiative_title: Titre de la pétition
|
|
148
150
|
name_and_surname: Nom et surnom
|
|
151
|
+
nickname: Surnom
|
|
149
152
|
postal_code: Code postal
|
|
153
|
+
signature_count: Nombre de signatures
|
|
150
154
|
timestamp: Horodatage
|
|
155
|
+
taxonomy_filters:
|
|
156
|
+
space_filter_for:
|
|
157
|
+
initiatives: Toutes les pétitions
|
|
151
158
|
titles:
|
|
152
159
|
initiatives: Pétitions
|
|
153
160
|
initiatives_types: Types de pétition
|
|
161
|
+
download_your_data:
|
|
162
|
+
show:
|
|
163
|
+
initiatives: Exporter les pétitions
|
|
154
164
|
events:
|
|
155
165
|
initiatives:
|
|
156
166
|
admin:
|
|
@@ -235,7 +245,15 @@ fr:
|
|
|
235
245
|
most_recent: Les plus récentes
|
|
236
246
|
exports:
|
|
237
247
|
initiatives: Pétitions
|
|
248
|
+
index:
|
|
249
|
+
initiatives_types:
|
|
250
|
+
alert_html: "<p>Vous devez créer au moins un type de pétition pour que les participants puissent commencer à créer des pétitions.</p><p> %{link}</p>"
|
|
251
|
+
button: Nouveau type de pétition
|
|
238
252
|
initiatives:
|
|
253
|
+
accept:
|
|
254
|
+
success: La pétition a été acceptée avec succès.
|
|
255
|
+
discard:
|
|
256
|
+
success: La pétition a été abandonnée avec succès.
|
|
239
257
|
edit:
|
|
240
258
|
accept: Accepter la pétition
|
|
241
259
|
confirm: Êtes-vous sûr(e) ?
|
|
@@ -259,7 +277,14 @@ fr:
|
|
|
259
277
|
edit: Modifier
|
|
260
278
|
new: Nouvelle
|
|
261
279
|
photos: Photos
|
|
280
|
+
publish:
|
|
281
|
+
success: La pétition a été publiée avec succès.
|
|
282
|
+
reject:
|
|
283
|
+
success: La pétition a été rejetée avec succès.
|
|
284
|
+
unpublish:
|
|
285
|
+
success: La pétition a été dépubliée avec succès.
|
|
262
286
|
update:
|
|
287
|
+
error: Un problème est survenu lors de la mise à jour de la pétition.
|
|
263
288
|
success: La pétition a été mise à jour avec succès.
|
|
264
289
|
initiatives_settings:
|
|
265
290
|
edit:
|
|
@@ -273,6 +298,7 @@ fr:
|
|
|
273
298
|
title: Paramètres des initiatives
|
|
274
299
|
initiatives_type_scopes:
|
|
275
300
|
create:
|
|
301
|
+
error: Un problème est survenu lors de la création d'un nouveau champ d'application pour la pétition donnée.
|
|
276
302
|
success: Un nouveau secteur pour ce type de pétition a été créé.
|
|
277
303
|
destroy:
|
|
278
304
|
success: Le secteur a été supprimé avec succès.
|
|
@@ -283,8 +309,11 @@ fr:
|
|
|
283
309
|
create: Créer
|
|
284
310
|
title: Créer un secteur pour ce type de pétition
|
|
285
311
|
update:
|
|
312
|
+
error: Un problème est survenu lors de la mise à jour de la portée.
|
|
286
313
|
success: Le secteur a été mis à jour avec succès.
|
|
287
314
|
initiatives_types:
|
|
315
|
+
create:
|
|
316
|
+
error: Un problème est survenu lors de la création du type de pétition.
|
|
288
317
|
destroy:
|
|
289
318
|
success: Le type de pétition a été supprimé avec succès.
|
|
290
319
|
edit:
|
|
@@ -576,7 +605,7 @@ fr:
|
|
|
576
605
|
open_data:
|
|
577
606
|
help:
|
|
578
607
|
initiatives:
|
|
579
|
-
hashtag: Le hashtag de
|
|
608
|
+
hashtag: Le hashtag de la pétition, utilisé pour Twitter/X
|
|
580
609
|
resources:
|
|
581
610
|
initiative:
|
|
582
611
|
actions:
|
data/config/locales/sr-CS.yml
CHANGED
|
@@ -1 +1,16 @@
|
|
|
1
|
+
---
|
|
1
2
|
sr:
|
|
3
|
+
decidim:
|
|
4
|
+
events:
|
|
5
|
+
initiatives:
|
|
6
|
+
milestone_completed:
|
|
7
|
+
affected_user:
|
|
8
|
+
email_intro: Vaša inicijativa %{resource_title} je postigla %{percentage}% potpisa!
|
|
9
|
+
email_outro: Primili ste ovo obaveštenje jer ste autor inicijative %{resource_title}.
|
|
10
|
+
email_subject: Nova prekretnica je završena!
|
|
11
|
+
notification_title: Vaša <a href="%{resource_path}">%{resource_title}</a> inicijativa je postigla %{percentage}% potpisa.
|
|
12
|
+
follower:
|
|
13
|
+
email_intro: Inicijativa %{resource_title} je postigla %{percentage}% potpisa!
|
|
14
|
+
email_outro: Primili ste ovo obaveštenje jer pratite inicijativu %{resource_title}. Možete prestati da primate obaveštenja koristeći prethodni link.
|
|
15
|
+
email_subject: Nova prekretnica završena!
|
|
16
|
+
notification_title: Inicijativa <a href="%{resource_path}">%{resource_title}</a> je postigla %{percentage}% potpisa.
|
data/config/locales/sv.yml
CHANGED
|
@@ -137,11 +137,13 @@ sv:
|
|
|
137
137
|
name: Typ av initiativ
|
|
138
138
|
initiatives_votes:
|
|
139
139
|
fields:
|
|
140
|
+
date_and_time: Datum och tid
|
|
140
141
|
date_of_birth: Födelsedatum
|
|
141
142
|
document_number: Dokumentnummer
|
|
142
143
|
hash: Hash
|
|
143
144
|
initiative_end_date: Slutdatum
|
|
144
145
|
initiative_id: Initiativ ID
|
|
146
|
+
initiative_scope: Indelning
|
|
145
147
|
initiative_signatures_count: Antal underskrifter
|
|
146
148
|
initiative_start_date: Startdatum
|
|
147
149
|
initiative_title: Initiativets titel
|
|
@@ -155,6 +157,9 @@ sv:
|
|
|
155
157
|
titles:
|
|
156
158
|
initiatives: Initiativ
|
|
157
159
|
initiatives_types: Typer av initiativ
|
|
160
|
+
download_your_data:
|
|
161
|
+
show:
|
|
162
|
+
initiatives: Exportera initiativ
|
|
158
163
|
events:
|
|
159
164
|
initiatives:
|
|
160
165
|
admin:
|
|
@@ -244,6 +249,10 @@ sv:
|
|
|
244
249
|
alert_html: "<p>Du måste skapa minst en initiativtyp så att deltagarna kan börja skapa initiativ.</p><p> %{link}</p>"
|
|
245
250
|
button: Ny typ av initiativ
|
|
246
251
|
initiatives:
|
|
252
|
+
accept:
|
|
253
|
+
success: Initiativet har godkänts.
|
|
254
|
+
discard:
|
|
255
|
+
success: Initiativet har tagits bort.
|
|
247
256
|
edit:
|
|
248
257
|
accept: Godkänn initiativ
|
|
249
258
|
confirm: Är du säker?
|
|
@@ -267,6 +276,10 @@ sv:
|
|
|
267
276
|
edit: Redigera
|
|
268
277
|
new: Ny
|
|
269
278
|
photos: Foton
|
|
279
|
+
publish:
|
|
280
|
+
success: Initiativet har publicerats.
|
|
281
|
+
reject:
|
|
282
|
+
success: Initiativet har avvisats.
|
|
270
283
|
update:
|
|
271
284
|
error: Det gick inte att uppdatera initiativet.
|
|
272
285
|
success: Initiativet har uppdaterats.
|
|
@@ -369,6 +382,7 @@ sv:
|
|
|
369
382
|
finish:
|
|
370
383
|
back: Tillbaka
|
|
371
384
|
back_to_initiatives: Tillbaka till initiativ
|
|
385
|
+
callout_text: Grattis! Ditt initiativ har skapats.
|
|
372
386
|
confirm: Du kommer att skicka initiativet till en administratör för att granska och publicera det. När det har publicerats kommer du inte att kunna redigera det. Vill du gå vidare?
|
|
373
387
|
edit_my_initiative: Redigera mitt initiativ
|
|
374
388
|
go_to_my_initiatives: Gå till mina initiativ
|
|
@@ -429,7 +443,10 @@ sv:
|
|
|
429
443
|
email_subject: "%{applicant_nickname} vill gå med i ditt initiativ"
|
|
430
444
|
notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> ansökte om att gå med i kampanjgruppen för ditt initiativ <a href="%{resource_url}">%{resource_title}</a>. För att acceptera eller avvisa klickar du <a href="%{resource_url}/edit">här</a>.
|
|
431
445
|
form:
|
|
446
|
+
add_attachments: Lägg till bilagor
|
|
432
447
|
add_image: Lägg till bild
|
|
448
|
+
attachment_legend: Lägg till ett dokument eller en bild
|
|
449
|
+
edit_attachments: Redigera bilagor
|
|
433
450
|
edit_image: Redigera bild
|
|
434
451
|
image_legend: "(Valfritt) Lägg till en bild"
|
|
435
452
|
index:
|
|
@@ -586,12 +603,21 @@ sv:
|
|
|
586
603
|
success: Initiativet har uppdaterats.
|
|
587
604
|
menu:
|
|
588
605
|
initiatives: Initiativ
|
|
606
|
+
open_data:
|
|
607
|
+
help:
|
|
608
|
+
initiatives:
|
|
609
|
+
hashtag: Initiativet hashtag, som används för Twitter/X
|
|
610
|
+
title: Titeln på initiativet
|
|
611
|
+
type: Typ av initiativ
|
|
612
|
+
updated_at: Senaste datum när utrymmet uppdaterades
|
|
613
|
+
url: Initiativets URL
|
|
589
614
|
resources:
|
|
590
615
|
initiative:
|
|
591
616
|
actions:
|
|
592
617
|
comment: Kommentera
|
|
593
618
|
initiatives_type:
|
|
594
619
|
actions:
|
|
620
|
+
create: Skapa ett initiativ
|
|
595
621
|
title: Åtgärder
|
|
596
622
|
vote: Signera
|
|
597
623
|
layouts:
|
|
@@ -70,6 +70,9 @@ module Decidim
|
|
|
70
70
|
end
|
|
71
71
|
resources :component_share_tokens, except: [:show], path: "share_tokens", as: "share_tokens"
|
|
72
72
|
resources :exports, only: :create
|
|
73
|
+
resources :imports, only: [:new, :create] do
|
|
74
|
+
get :example, on: :collection
|
|
75
|
+
end
|
|
73
76
|
resources :reminders, only: [:new, :create]
|
|
74
77
|
end
|
|
75
78
|
|
|
@@ -43,8 +43,9 @@ Decidim.register_participatory_space(:initiatives) do |participatory_space|
|
|
|
43
43
|
]
|
|
44
44
|
|
|
45
45
|
participatory_space.exports :initiatives do |export|
|
|
46
|
-
export.collection do |space,
|
|
47
|
-
Decidim::Initiative.
|
|
46
|
+
export.collection do |space, user|
|
|
47
|
+
scope = user.present? ? Decidim::Initiative.all : Decidim::Initiative.public_spaces
|
|
48
|
+
scope.where(id: space)
|
|
48
49
|
end
|
|
49
50
|
|
|
50
51
|
export.include_in_open_data = true
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-initiatives
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.30.
|
|
4
|
+
version: 0.30.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Salvador Perez Garcia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-admin
|
|
@@ -16,84 +16,84 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.30.
|
|
19
|
+
version: 0.30.6
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.30.
|
|
26
|
+
version: 0.30.6
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: decidim-comments
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.30.
|
|
33
|
+
version: 0.30.6
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.30.
|
|
40
|
+
version: 0.30.6
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: decidim-core
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.30.
|
|
47
|
+
version: 0.30.6
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.30.
|
|
54
|
+
version: 0.30.6
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: decidim-verifications
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.30.
|
|
61
|
+
version: 0.30.6
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.30.
|
|
68
|
+
version: 0.30.6
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: decidim-dev
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.30.
|
|
75
|
+
version: 0.30.6
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.30.
|
|
82
|
+
version: 0.30.6
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: decidim-meetings
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.30.
|
|
89
|
+
version: 0.30.6
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.30.
|
|
96
|
+
version: 0.30.6
|
|
97
97
|
description: Participants initiatives plugin for decidim.
|
|
98
98
|
email:
|
|
99
99
|
- jsperezg@gmail.com
|