decidim-blogs 0.25.0.rc4 → 0.25.0
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/config/locales/ca.yml +5 -0
- data/config/locales/cs.yml +5 -0
- data/config/locales/el.yml +19 -10
- data/config/locales/es-MX.yml +5 -0
- data/config/locales/es-PY.yml +5 -0
- data/config/locales/es.yml +5 -0
- data/config/locales/eu.yml +17 -3
- data/config/locales/fi-plain.yml +5 -0
- data/config/locales/fi.yml +5 -0
- data/config/locales/fr-CA.yml +7 -0
- data/config/locales/fr.yml +7 -0
- data/config/locales/ga-IE.yml +56 -0
- data/config/locales/it.yml +5 -0
- data/config/locales/ja.yml +5 -0
- data/config/locales/lb.yml +82 -0
- data/config/locales/pl.yml +5 -0
- data/config/locales/pt.yml +13 -4
- data/config/locales/sv.yml +3 -0
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +19 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 555939d6adcaee9293322968bb4e3337119f9427e75e2975f9bbe1880f75031a
|
|
4
|
+
data.tar.gz: c390c9dcbb7d6703246b308c895018749bfabe8e5d2b8916cf034554b0a09f52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84b4db03e96fd44128bcb053a71596bb8457a5f98a30899f16dc8935496ddcc3ae5c1ee4eae66a95f7ff50de609b69b8a76f38955702fc77404b4c83544893bb
|
|
7
|
+
data.tar.gz: 517afccca95abb0972e7b511a2f3cc68dc23ad48d1a9630d5b98096130fe775ef7519a1f5530f2c37897cb5dd81fe74690e11ba410c1b5699ff03affcc940b79
|
data/config/locales/ca.yml
CHANGED
data/config/locales/cs.yml
CHANGED
data/config/locales/el.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
el:
|
|
2
2
|
activemodel:
|
|
3
3
|
models:
|
|
4
|
-
decidim/blogs/create_post_event: Νέα
|
|
4
|
+
decidim/blogs/create_post_event: Νέα ανάρτηση ιστολογίου
|
|
5
5
|
activerecord:
|
|
6
6
|
models:
|
|
7
7
|
decidim/blogs/post:
|
|
@@ -15,6 +15,7 @@ el:
|
|
|
15
15
|
edit: Επεξεργασία
|
|
16
16
|
new: Νέα δημοσίευση
|
|
17
17
|
title: Ενέργειες
|
|
18
|
+
user_group_id: Δημιουργία ανάρτησης ως
|
|
18
19
|
admin:
|
|
19
20
|
models:
|
|
20
21
|
components:
|
|
@@ -23,22 +24,23 @@ el:
|
|
|
23
24
|
name: Δημοσίευση
|
|
24
25
|
posts:
|
|
25
26
|
create:
|
|
26
|
-
invalid: Υπήρξε ένα πρόβλημα κατά τη δημιουργία αυτής της
|
|
27
|
+
invalid: Υπήρξε ένα πρόβλημα κατά τη δημιουργία αυτής της ανάρτησης
|
|
27
28
|
success: Η δημοσίευση δημιουργήθηκε με επιτυχία
|
|
28
29
|
destroy:
|
|
29
|
-
success: Η
|
|
30
|
+
success: Η ανάρτηση διαγράφηκε με επιτυχία
|
|
30
31
|
edit:
|
|
31
32
|
save: Ενημέρωση
|
|
33
|
+
title: Επεξεργασία ανάρτησης
|
|
32
34
|
index:
|
|
33
35
|
title: Δημοσιεύσεις
|
|
34
36
|
new:
|
|
35
37
|
create: Δημιουργία
|
|
36
38
|
title: Δημιουργία δημοσίευσης
|
|
37
39
|
update:
|
|
38
|
-
invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της
|
|
39
|
-
success: Η
|
|
40
|
+
invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της ανάρτησης.
|
|
41
|
+
success: Η ανάρτηση αποθηκεύτηκε με επιτυχία
|
|
40
42
|
last_activity:
|
|
41
|
-
new_post_at_html: "<span>Νέα
|
|
43
|
+
new_post_at_html: "<span>Νέα ανάρτηση στις %{link}</span>"
|
|
42
44
|
models:
|
|
43
45
|
post:
|
|
44
46
|
fields:
|
|
@@ -53,10 +55,15 @@ el:
|
|
|
53
55
|
view: Προβολή
|
|
54
56
|
sidebar_blog:
|
|
55
57
|
comments: σχόλια
|
|
56
|
-
most_commented_posts:
|
|
58
|
+
most_commented_posts: Ανάρτήσεις με τα περισσότερα σχόλια
|
|
57
59
|
read_more: Διαβάστε περισσότερα
|
|
58
60
|
components:
|
|
59
61
|
blogs:
|
|
62
|
+
actions:
|
|
63
|
+
amend: Τροποποιήση
|
|
64
|
+
comment: Σχόλιο
|
|
65
|
+
endorse: Υποστηρίξτε το
|
|
66
|
+
vote: Ψηφίστε
|
|
60
67
|
name: Ιστολόγιο
|
|
61
68
|
settings:
|
|
62
69
|
global:
|
|
@@ -71,7 +78,9 @@ el:
|
|
|
71
78
|
events:
|
|
72
79
|
blogs:
|
|
73
80
|
post_created:
|
|
74
|
-
email_intro: Η
|
|
81
|
+
email_intro: Η ανάρτηση «%{resource_title}» έχει δημοσιευτεί στον χώρο συμμετοχής «%{participatory_space_title}» που ακολουθείτε.
|
|
75
82
|
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τον χώρο συμμετοχής «%{participatory_space_title}». Μπορείτε να σταματήσετε να τον ακολουθείτε από τον προηγούμενο σύνδεσμο.
|
|
76
|
-
email_subject: Νέα
|
|
77
|
-
notification_title: Η
|
|
83
|
+
email_subject: Νέα ανάρτηση δημοσιεύτηκε στον χώρο συμμετοχής %{participatory_space_title}
|
|
84
|
+
notification_title: Η ανάρτηση <a href="%{resource_path}">%{resource_title}</a> δημοσιεύτηκε στον χώρο συμμετοχής %{participatory_space_title}
|
|
85
|
+
statistics:
|
|
86
|
+
posts_count: Αναρτήσεις
|
data/config/locales/es-MX.yml
CHANGED
data/config/locales/es-PY.yml
CHANGED
data/config/locales/es.yml
CHANGED
data/config/locales/eu.yml
CHANGED
|
@@ -15,6 +15,7 @@ eu:
|
|
|
15
15
|
edit: Editatu
|
|
16
16
|
new: Post berria
|
|
17
17
|
title: Ekintzak
|
|
18
|
+
user_group_id: Sortu argitalpena hau bezala
|
|
18
19
|
admin:
|
|
19
20
|
models:
|
|
20
21
|
components:
|
|
@@ -29,6 +30,7 @@ eu:
|
|
|
29
30
|
success: Mezua ondo ezabatu da
|
|
30
31
|
edit:
|
|
31
32
|
save: eguneratzearen
|
|
33
|
+
title: Editatu argitalpena
|
|
32
34
|
index:
|
|
33
35
|
title: Mezuak
|
|
34
36
|
new:
|
|
@@ -48,6 +50,8 @@ eu:
|
|
|
48
50
|
title: Izenburua
|
|
49
51
|
posts:
|
|
50
52
|
show:
|
|
53
|
+
back: Itzuli zerrendara
|
|
54
|
+
comments: Iruzkinak
|
|
51
55
|
view: ikusi
|
|
52
56
|
sidebar_blog:
|
|
53
57
|
comments: iruzkinak
|
|
@@ -55,18 +59,28 @@ eu:
|
|
|
55
59
|
read_more: Irakurri gehiago
|
|
56
60
|
components:
|
|
57
61
|
blogs:
|
|
62
|
+
actions:
|
|
63
|
+
amend: Zuzendu
|
|
64
|
+
comment: Iruzkina egin
|
|
65
|
+
endorse: Atxiki
|
|
66
|
+
vote: Proiektuaren alde egin
|
|
58
67
|
name: Bloga
|
|
59
68
|
settings:
|
|
60
69
|
global:
|
|
61
70
|
announcement: Anuntzio
|
|
62
71
|
comments_enabled: Iruzkinak gaituta
|
|
72
|
+
comments_max_length: Iruzkinen gehieneko luzera (utzi 0 defektuz konfigurazioa mantendu nahi baduzu)
|
|
63
73
|
step:
|
|
64
74
|
announcement: Anuntzio
|
|
65
75
|
comments_blocked: Iruzkinak blokeatuta
|
|
76
|
+
endorsements_blocked: Atxikimenduak blokeatuta
|
|
77
|
+
endorsements_enabled: Atxikimenduak gaituta
|
|
66
78
|
events:
|
|
67
79
|
blogs:
|
|
68
80
|
post_created:
|
|
69
81
|
email_intro: '"%{resource_title}" mezua "%{participatory_space_title}" argitaratzen ari zarela jarraitzen ari zara.'
|
|
70
|
-
email_outro: Jakinarazpena jaso duzu "%{participatory_space_title}" jarraitzen ari
|
|
71
|
-
email_subject: '%{participatory_space_title}
|
|
72
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a>
|
|
82
|
+
email_outro: Jakinarazpena jaso duzu "%{participatory_space_title}" jarraitzen ari zarelako. Aurreko estekan utzi ahal diozu jarraitzeari.
|
|
83
|
+
email_subject: '%{participatory_space_title} argitaratutako mezu berria'
|
|
84
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> posta %{participatory_space_title} argitaratu da
|
|
85
|
+
statistics:
|
|
86
|
+
posts_count: Argitalpenak
|
data/config/locales/fi-plain.yml
CHANGED
data/config/locales/fi.yml
CHANGED
data/config/locales/fr-CA.yml
CHANGED
|
@@ -59,6 +59,11 @@ fr-CA:
|
|
|
59
59
|
read_more: Voir la suite
|
|
60
60
|
components:
|
|
61
61
|
blogs:
|
|
62
|
+
actions:
|
|
63
|
+
amend: Amender
|
|
64
|
+
comment: Commenter
|
|
65
|
+
endorse: Soutenir
|
|
66
|
+
vote: Voter
|
|
62
67
|
name: Actualités
|
|
63
68
|
settings:
|
|
64
69
|
global:
|
|
@@ -77,3 +82,5 @@ fr-CA:
|
|
|
77
82
|
email_outro: Vous avez reçu cette notification parce que vous suivez "%{participatory_space_title}". Vous pouvez le retirer du lien précédent.
|
|
78
83
|
email_subject: Nouvel article publié dans %{participatory_space_title}
|
|
79
84
|
notification_title: L'article <a href="%{resource_path}">%{resource_title}</a> a été publié dans %{participatory_space_title}
|
|
85
|
+
statistics:
|
|
86
|
+
posts_count: Publications
|
data/config/locales/fr.yml
CHANGED
|
@@ -59,6 +59,11 @@ fr:
|
|
|
59
59
|
read_more: Voir la suite
|
|
60
60
|
components:
|
|
61
61
|
blogs:
|
|
62
|
+
actions:
|
|
63
|
+
amend: Amender
|
|
64
|
+
comment: Commenter
|
|
65
|
+
endorse: Soutenir
|
|
66
|
+
vote: Voter
|
|
62
67
|
name: Actualités
|
|
63
68
|
settings:
|
|
64
69
|
global:
|
|
@@ -77,3 +82,5 @@ fr:
|
|
|
77
82
|
email_outro: Vous avez reçu cette notification parce que vous suivez "%{participatory_space_title}". Vous pouvez le retirer du lien précédent.
|
|
78
83
|
email_subject: Nouvel article publié dans %{participatory_space_title}
|
|
79
84
|
notification_title: L'article <a href="%{resource_path}">%{resource_title}</a> a été publié dans %{participatory_space_title}
|
|
85
|
+
statistics:
|
|
86
|
+
posts_count: Publications
|
data/config/locales/ga-IE.yml
CHANGED
|
@@ -1 +1,57 @@
|
|
|
1
1
|
ga:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/blogs/post:
|
|
5
|
+
one: Postáil
|
|
6
|
+
two: Postálacha
|
|
7
|
+
few: Postálacha
|
|
8
|
+
many: Postálacha
|
|
9
|
+
other: Postálacha
|
|
10
|
+
decidim:
|
|
11
|
+
blogs:
|
|
12
|
+
actions:
|
|
13
|
+
destroy: Scrios
|
|
14
|
+
edit: Eagar
|
|
15
|
+
new: Postáil nua
|
|
16
|
+
title: Gníomhartha
|
|
17
|
+
admin:
|
|
18
|
+
models:
|
|
19
|
+
components:
|
|
20
|
+
body: Corp
|
|
21
|
+
post:
|
|
22
|
+
name: Postáil
|
|
23
|
+
posts:
|
|
24
|
+
edit:
|
|
25
|
+
save: Nuashonraigh
|
|
26
|
+
title: Cuir in eagar postáil
|
|
27
|
+
index:
|
|
28
|
+
title: Postálacha
|
|
29
|
+
new:
|
|
30
|
+
create: Cruthaigh
|
|
31
|
+
title: Cruthaigh postáil
|
|
32
|
+
models:
|
|
33
|
+
post:
|
|
34
|
+
fields:
|
|
35
|
+
author: Údar
|
|
36
|
+
body: Corp
|
|
37
|
+
title: teideal
|
|
38
|
+
posts:
|
|
39
|
+
show:
|
|
40
|
+
comments: Tráchtanna
|
|
41
|
+
view: Amharc
|
|
42
|
+
sidebar_blog:
|
|
43
|
+
comments: tráchtanna
|
|
44
|
+
components:
|
|
45
|
+
blogs:
|
|
46
|
+
actions:
|
|
47
|
+
amend: Leasaigh
|
|
48
|
+
comment: Tabhair Trácht
|
|
49
|
+
endorse: Formhuinigh
|
|
50
|
+
vote: Vótáil
|
|
51
|
+
name: Blag
|
|
52
|
+
settings:
|
|
53
|
+
step:
|
|
54
|
+
endorsements_blocked: Formhuinithe blocáilte
|
|
55
|
+
endorsements_enabled: Formhuinithe cumasaithe
|
|
56
|
+
statistics:
|
|
57
|
+
posts_count: Postálacha
|
data/config/locales/it.yml
CHANGED
data/config/locales/ja.yml
CHANGED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
lb:
|
|
2
|
+
activemodel:
|
|
3
|
+
models:
|
|
4
|
+
decidim/blogs/create_post_event: Neuer Blogeintrag
|
|
5
|
+
activerecord:
|
|
6
|
+
models:
|
|
7
|
+
decidim/blogs/post:
|
|
8
|
+
one: Post
|
|
9
|
+
other: Beiträge
|
|
10
|
+
decidim:
|
|
11
|
+
blogs:
|
|
12
|
+
actions:
|
|
13
|
+
confirm_destroy: Möchten Sie diesen Beitrag wirklich löschen?
|
|
14
|
+
destroy: Löschen
|
|
15
|
+
edit: Bearbeiten
|
|
16
|
+
new: Neuer Beitrag
|
|
17
|
+
title: Aktionen
|
|
18
|
+
user_group_id: Beitrag erstellen als
|
|
19
|
+
admin:
|
|
20
|
+
models:
|
|
21
|
+
components:
|
|
22
|
+
body: Haupttext
|
|
23
|
+
post:
|
|
24
|
+
name: Post
|
|
25
|
+
posts:
|
|
26
|
+
create:
|
|
27
|
+
invalid: Beim Erstellen dieses Posts ist ein Problem aufgetreten
|
|
28
|
+
success: Post erfolgreich erstellt
|
|
29
|
+
destroy:
|
|
30
|
+
success: Beitrag wurde erfolgreich gelöscht
|
|
31
|
+
edit:
|
|
32
|
+
save: Aktualisieren
|
|
33
|
+
title: Post bearbeiten
|
|
34
|
+
index:
|
|
35
|
+
title: Beiträge
|
|
36
|
+
new:
|
|
37
|
+
create: Erstellen
|
|
38
|
+
title: Post erstellen
|
|
39
|
+
update:
|
|
40
|
+
invalid: Beim Speichern des Posts sind Fehler aufgetreten.
|
|
41
|
+
success: Beitrag wurde erfolgreich gespeichert
|
|
42
|
+
last_activity:
|
|
43
|
+
new_post_at_html: "<span>Neuer Beitrag bei %{link}</span>"
|
|
44
|
+
models:
|
|
45
|
+
post:
|
|
46
|
+
fields:
|
|
47
|
+
author: Autor
|
|
48
|
+
body: Haupttext
|
|
49
|
+
created_at: Hergestellt in
|
|
50
|
+
title: Titel
|
|
51
|
+
posts:
|
|
52
|
+
show:
|
|
53
|
+
back: Zurück zur Liste
|
|
54
|
+
comments: Kommentare
|
|
55
|
+
view: Anzeigen
|
|
56
|
+
sidebar_blog:
|
|
57
|
+
comments: Bemerkungen
|
|
58
|
+
most_commented_posts: Meist kommentierte Posts
|
|
59
|
+
read_more: Weiterlesen
|
|
60
|
+
components:
|
|
61
|
+
blogs:
|
|
62
|
+
actions:
|
|
63
|
+
comment: Kommentar
|
|
64
|
+
endorse: Bestätigen
|
|
65
|
+
name: Blog
|
|
66
|
+
settings:
|
|
67
|
+
global:
|
|
68
|
+
announcement: Ankündigung
|
|
69
|
+
comments_enabled: Kommentare aktiviert
|
|
70
|
+
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
|
71
|
+
step:
|
|
72
|
+
announcement: Ankündigung
|
|
73
|
+
comments_blocked: Kommentare blockiert
|
|
74
|
+
endorsements_blocked: Unterstützung deaktiviert
|
|
75
|
+
endorsements_enabled: Unterstützung aktiviert
|
|
76
|
+
events:
|
|
77
|
+
blogs:
|
|
78
|
+
post_created:
|
|
79
|
+
email_intro: Der Beitrag "%{resource_title}" wurde in "%{participatory_space_title}" veröffentlicht, dem Sie folgen.
|
|
80
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{participatory_space_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
|
81
|
+
email_subject: Neuer Beitrag in %{participatory_space_title}
|
|
82
|
+
notification_title: Der Beitrag <a href="%{resource_path}">%{resource_title}</a> wurde in %{participatory_space_title} veröffentlicht
|
data/config/locales/pl.yml
CHANGED
data/config/locales/pt.yml
CHANGED
|
@@ -15,6 +15,7 @@ pt:
|
|
|
15
15
|
edit: Editar
|
|
16
16
|
new: Nova publicação
|
|
17
17
|
title: Ações
|
|
18
|
+
user_group_id: Criar publicação como
|
|
18
19
|
admin:
|
|
19
20
|
models:
|
|
20
21
|
components:
|
|
@@ -24,11 +25,12 @@ pt:
|
|
|
24
25
|
posts:
|
|
25
26
|
create:
|
|
26
27
|
invalid: Ocorreu um problema ao criar esta publicação
|
|
27
|
-
success: Publicação criada
|
|
28
|
+
success: Publicação criada com êxito
|
|
28
29
|
destroy:
|
|
29
|
-
success: Publicação eliminada
|
|
30
|
+
success: Publicação eliminada com êxito
|
|
30
31
|
edit:
|
|
31
|
-
save:
|
|
32
|
+
save: Actualizar
|
|
33
|
+
title: Editar publicação
|
|
32
34
|
index:
|
|
33
35
|
title: Publicações
|
|
34
36
|
new:
|
|
@@ -36,7 +38,7 @@ pt:
|
|
|
36
38
|
title: Criar publicação
|
|
37
39
|
update:
|
|
38
40
|
invalid: Ocorreu um problema ao guardar a publicação.
|
|
39
|
-
success: Publicação guardada
|
|
41
|
+
success: Publicação guardada com êxito
|
|
40
42
|
last_activity:
|
|
41
43
|
new_post_at_html: "<span>Nova publicação em %{link}</span>"
|
|
42
44
|
models:
|
|
@@ -57,6 +59,11 @@ pt:
|
|
|
57
59
|
read_more: Ler mais
|
|
58
60
|
components:
|
|
59
61
|
blogs:
|
|
62
|
+
actions:
|
|
63
|
+
amend: Rever
|
|
64
|
+
comment: Comentar
|
|
65
|
+
endorse: Apoiar
|
|
66
|
+
vote: Votar
|
|
60
67
|
name: Blog
|
|
61
68
|
settings:
|
|
62
69
|
global:
|
|
@@ -75,3 +82,5 @@ pt:
|
|
|
75
82
|
email_outro: Recebeu esta notificação porque segue "%{participatory_space_title}". Pode deixar de segui-lo através da hiperligação anterior.
|
|
76
83
|
email_subject: Nova publicação publicada em %{participatory_space_title}
|
|
77
84
|
notification_title: A publicação <a href="%{resource_path}">%{resource_title}</a> foi publicada em %{participatory_space_title}
|
|
85
|
+
statistics:
|
|
86
|
+
posts_count: Publicações
|
data/config/locales/sv.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-blogs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.25.0
|
|
4
|
+
version: 0.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Isaac Massot Gil
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-admin
|
|
@@ -16,98 +16,98 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.25.0
|
|
19
|
+
version: 0.25.0
|
|
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.25.0
|
|
26
|
+
version: 0.25.0
|
|
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.25.0
|
|
33
|
+
version: 0.25.0
|
|
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.25.0
|
|
40
|
+
version: 0.25.0
|
|
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.25.0
|
|
47
|
+
version: 0.25.0
|
|
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.25.0
|
|
54
|
+
version: 0.25.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: decidim-admin
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.25.0
|
|
61
|
+
version: 0.25.0
|
|
62
62
|
type: :development
|
|
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.25.0
|
|
68
|
+
version: 0.25.0
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: decidim-assemblies
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.25.0
|
|
75
|
+
version: 0.25.0
|
|
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.25.0
|
|
82
|
+
version: 0.25.0
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: decidim-dev
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.25.0
|
|
89
|
+
version: 0.25.0
|
|
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.25.0
|
|
96
|
+
version: 0.25.0
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: decidim-participatory_processes
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
101
|
- - '='
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 0.25.0
|
|
103
|
+
version: 0.25.0
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - '='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: 0.25.0
|
|
110
|
+
version: 0.25.0
|
|
111
111
|
description: A Blog component for decidim's participatory spaces.
|
|
112
112
|
email:
|
|
113
113
|
- isaac.mg@coditramuntana.com
|
|
@@ -191,6 +191,7 @@ files:
|
|
|
191
191
|
- config/locales/ko-KR.yml
|
|
192
192
|
- config/locales/ko.yml
|
|
193
193
|
- config/locales/lb-LU.yml
|
|
194
|
+
- config/locales/lb.yml
|
|
194
195
|
- config/locales/lt-LT.yml
|
|
195
196
|
- config/locales/lt.yml
|
|
196
197
|
- config/locales/lv.yml
|
|
@@ -254,9 +255,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
254
255
|
version: '2.7'
|
|
255
256
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
256
257
|
requirements:
|
|
257
|
-
- - "
|
|
258
|
+
- - ">="
|
|
258
259
|
- !ruby/object:Gem::Version
|
|
259
|
-
version:
|
|
260
|
+
version: '0'
|
|
260
261
|
requirements: []
|
|
261
262
|
rubygems_version: 3.1.2
|
|
262
263
|
signing_key:
|