decidim-blogs 0.29.1 → 0.29.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/app/forms/decidim/blogs/admin/post_form.rb +1 -1
  3. data/config/locales/ar.yml +3 -1
  4. data/config/locales/bg.yml +0 -1
  5. data/config/locales/bn-BD.yml +1 -0
  6. data/config/locales/bs-BA.yml +9 -0
  7. data/config/locales/ca.yml +1 -1
  8. data/config/locales/cs.yml +1 -1
  9. data/config/locales/el.yml +0 -1
  10. data/config/locales/eu.yml +7 -7
  11. data/config/locales/fr-CA.yml +1 -1
  12. data/config/locales/fr.yml +1 -1
  13. data/config/locales/ga-IE.yml +0 -1
  14. data/config/locales/gl.yml +0 -1
  15. data/config/locales/hu.yml +0 -1
  16. data/config/locales/id-ID.yml +0 -2
  17. data/config/locales/is-IS.yml +0 -2
  18. data/config/locales/it.yml +0 -2
  19. data/config/locales/ko.yml +0 -1
  20. data/config/locales/lb.yml +0 -2
  21. data/config/locales/lt.yml +0 -1
  22. data/config/locales/lv.yml +0 -2
  23. data/config/locales/nl.yml +1 -2
  24. data/config/locales/no.yml +0 -1
  25. data/config/locales/pl.yml +0 -1
  26. data/config/locales/pt-BR.yml +0 -1
  27. data/config/locales/pt.yml +0 -2
  28. data/config/locales/ro-RO.yml +0 -1
  29. data/config/locales/ru.yml +0 -1
  30. data/config/locales/sk.yml +0 -2
  31. data/config/locales/sl.yml +0 -5
  32. data/config/locales/sq-AL.yml +0 -1
  33. data/config/locales/sv.yml +1 -1
  34. data/config/locales/tr-TR.yml +0 -2
  35. data/config/locales/uk.yml +0 -2
  36. data/config/locales/zh-CN.yml +0 -2
  37. data/config/locales/zh-TW.yml +0 -1
  38. data/decidim-blogs.gemspec +1 -1
  39. data/lib/decidim/api/blogs_type.rb +1 -3
  40. data/lib/decidim/api/post_type.rb +13 -0
  41. data/lib/decidim/blogs/test/factories.rb +7 -1
  42. data/lib/decidim/blogs/version.rb +1 -1
  43. metadata +19 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd8e4941f6fd9d4356b444c98e0c2231fb92255c0f11b2771871ee9a340ebbe4
4
- data.tar.gz: 03211e3c91f678cb1e4ffd49995e1c6eaa4cf04974d79a6b1f827466242c68de
3
+ metadata.gz: 0f92b42d662b98c3a74dddec15a232ee1ca834c352ac5562c217275e6d3ce947
4
+ data.tar.gz: 4bab2db6af3072e7c38da4558ef6ad33a0f3f1fa910c876d77141c7ce7c1aa45
5
5
  SHA512:
6
- metadata.gz: c2a341585ff2edd24454796eb4fe2fc301fa10320e937ad520c6da11e4954ae05ca843610647a24b8cddf8b966cb7d0d59238fb0c624f318e8a1a2df98f34c51
7
- data.tar.gz: cb235a139923a61bc535f6ca9d220ede655c278848217323483bfced299d42c9cf959e5973c84bb643ff09c0ed648227e741e17f16928f7b3688db1552d6e0b3
6
+ metadata.gz: 988f66c56ed71effe10777503a231b46bcb3cec74becb62d08a6cecaaf26f4e810b62a8264d27cd31108ebb07cedbd5e81021415a32b54cebc618a8d9ba94643
7
+ data.tar.gz: 10efcb379fb47f8e72d282a96e7b4bdbc316d302521c793d417f65733d6ff467939010a22a2da6730dc27f8f17bf8cd1666b3d8468069c69d3a6c2d2b3602d0f
@@ -8,7 +8,7 @@ module Decidim
8
8
  include TranslatableAttributes
9
9
 
10
10
  translatable_attribute :title, String
11
- translatable_attribute :body, String
11
+ translatable_attribute :body, Decidim::Attributes::RichText
12
12
 
13
13
  attribute :decidim_author_id, Integer
14
14
  attribute :published_at, Decidim::Attributes::TimeWithZone
@@ -22,7 +22,6 @@ ar:
22
22
  blogs:
23
23
  actions:
24
24
  author_id: إنشاء مشاركة كـ
25
- confirm_destroy: هل أنت متأكد أنك تريد حذف هذه المشاركة؟
26
25
  destroy: حذف
27
26
  edit: تعديل
28
27
  new: منشور جديد
@@ -44,6 +43,9 @@ ar:
44
43
  create: "%{user_name} أنشأ منشور المدونة %{resource_name} في %{space_name}"
45
44
  delete: "%{user_name} حذف منشور المدونة%{resource_name} من %{space_name}"
46
45
  update: "%{user_name} حدث منشور المدونة %{resource_name} في %{space_name}"
46
+ content_blocks:
47
+ highlighted_posts:
48
+ name: المنشورات
47
49
  last_activity:
48
50
  new_post: 'منشور جديد:'
49
51
  models:
@@ -18,7 +18,6 @@ bg:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Създаване на публикация като
21
- confirm_destroy: Сигурни ли сте, че желаете да изтриете тази публикация?
22
21
  destroy: Изтрий
23
22
  edit: Редактирай
24
23
  new: Нова публикация
@@ -0,0 +1 @@
1
+ bn:
@@ -0,0 +1,9 @@
1
+ ---
2
+ bs:
3
+ decidim:
4
+ components:
5
+ blogs:
6
+ settings:
7
+ step:
8
+ endorsements_blocked: Podržavanja su onemogućena
9
+ endorsements_enabled: Podržavanja su omogućena
@@ -19,7 +19,7 @@ ca:
19
19
  actions:
20
20
  author_id: Crear publicació com
21
21
  confirm_destroy: Segur que vols eliminar aquesta publicació?
22
- destroy: Suprimeix
22
+ destroy: Esborrar
23
23
  edit: Edita
24
24
  new: Nova publicació
25
25
  title: Accions
@@ -20,7 +20,7 @@ cs:
20
20
  blogs:
21
21
  actions:
22
22
  author_id: Vytvořit příspěvek jako
23
- confirm_destroy: Opravdu chcete tento příspěvek smazat?
23
+ confirm_destroy: Opravdu chcete odstranit tento příspěvek?
24
24
  destroy: Smazat
25
25
  edit: Upravit
26
26
  new: Nový příspěvek
@@ -18,7 +18,6 @@ el:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Δημιουργία ανάρτησης ως
21
- confirm_destroy: Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν τη δημοσίευση;
22
21
  destroy: Διαγραφή
23
22
  edit: Επεξεργασία
24
23
  new: Νέα δημοσίευση
@@ -18,7 +18,7 @@ eu:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Sortu argitalpena hau bezala
21
- confirm_destroy: Ziur zaude post hau argitalpen ezabatu nahi duzula?
21
+ confirm_destroy: Ziur zaude korreo elektronikoa hau ezabatu nahi duzula?
22
22
  destroy: Ezabatu
23
23
  edit: Editatu
24
24
  new: Beste argitalpen bat
@@ -44,9 +44,9 @@ eu:
44
44
  success: Argitalpena zuzen gordea.
45
45
  admin_log:
46
46
  post:
47
- create: "%{user_name} k %{resource_name} blogeko argitalpena sortu du %{space_name} espazioan"
48
- delete: "%{user_name} k %{resource_name} blogeko argitalpena ezabatu du %{space_name} espazioan"
49
- update: "%{user_name} k %{resource_name} blogeko argitalpena eguneratu egin da %{space_name} espazioan"
47
+ create: "%{user_name} parte-hartzailekak %{resource_name} blogeko argitalpena sortu du %{space_name} espazioan"
48
+ delete: "%{user_name} parte-hartzailekak %{resource_name} blogeko argitalpena ezabatu du %{space_name} espazioan"
49
+ update: "%{user_name} parte-hartzailekak %{resource_name} blogeko argitalpena eguneratu egin da %{space_name} espazioan"
50
50
  content_blocks:
51
51
  highlighted_posts:
52
52
  last_published: Azken argitarapena
@@ -65,8 +65,8 @@ eu:
65
65
  posts:
66
66
  index:
67
67
  count:
68
- one: "%{count} argitalpen"
69
- other: "%{count} edukin"
68
+ one: "Argitalpen %{count}"
69
+ other: "%{count} argitalpen"
70
70
  empty: Oraindik ez dago argitalpenik.
71
71
  components:
72
72
  blogs:
@@ -93,6 +93,6 @@ eu:
93
93
  email_intro: '"%{resource_title}" argitalpena jarraitzen ari zaren "%{participatory_space_title}" espazioan argitaratu da.'
94
94
  email_outro: Jakinarazpena jaso duzu "%{participatory_space_title}" jarraitzen ari zarelako. Aurreko estekan utzi ahal diozu jarraitzeari.
95
95
  email_subject: Argitalpen berria %{participatory_space_title} espazioan
96
- notification_title: <a href="%{resource_path}">%{resource_title}</a> posta %{participatory_space_title} argitaratu da
96
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> sarrera %{participatory_space_title} argitaratu da
97
97
  statistics:
98
98
  posts_count: Argitalpenak
@@ -18,7 +18,7 @@ fr-CA:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Créer un article comme
21
- confirm_destroy: Êtes-vous certain de vouloir supprimer cet article ?
21
+ confirm_destroy: Êtes-vous sûr(e) de vouloir supprimer cet article ?
22
22
  destroy: Supprimer
23
23
  edit: Modifier
24
24
  new: Nouvel article
@@ -18,7 +18,7 @@ fr:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Créer un article en tant que
21
- confirm_destroy: Êtes-vous certain de vouloir supprimer cet article ?
21
+ confirm_destroy: Êtes-vous sûr(e) de vouloir supprimer cet article ?
22
22
  destroy: Supprimer
23
23
  edit: Modifier
24
24
  new: Nouvel article
@@ -11,7 +11,6 @@ ga:
11
11
  decidim:
12
12
  blogs:
13
13
  actions:
14
- destroy: Scrios
15
14
  edit: Eagar
16
15
  new: Postáil nua
17
16
  title: Gníomhartha
@@ -12,7 +12,6 @@ gl:
12
12
  blogs:
13
13
  actions:
14
14
  author_id: Crear publicación como
15
- confirm_destroy: Tes a certeza de querer eliminar esta publicación?
16
15
  destroy: Eliminar
17
16
  edit: Editar
18
17
  new: Nova publicación
@@ -18,7 +18,6 @@ hu:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Bejegyzés létrehozása
21
- confirm_destroy: Biztos, hogy törlöd ezt a bejegyzést?
22
21
  destroy: Törlés
23
22
  edit: Szerkesztés
24
23
  new: Új bejegyzés
@@ -10,8 +10,6 @@ id:
10
10
  decidim:
11
11
  blogs:
12
12
  actions:
13
- confirm_destroy: Anda yakin ingin menghapus posting ini?
14
- destroy: Menghapus
15
13
  edit: Edit
16
14
  new: Berita Baru
17
15
  title: Tindakan
@@ -3,8 +3,6 @@ is:
3
3
  decidim:
4
4
  blogs:
5
5
  actions:
6
- confirm_destroy: Ertu viss um að þú viljir eyða þessu færslu?
7
- destroy: Eyða
8
6
  edit: Breyta
9
7
  title: Aðgerðir
10
8
  admin:
@@ -12,8 +12,6 @@ it:
12
12
  blogs:
13
13
  actions:
14
14
  author_id: Crea post come
15
- confirm_destroy: Sei sicuro di voler eliminare questo post?
16
- destroy: Elimina
17
15
  edit: Modifica
18
16
  new: Nuovo post
19
17
  title: Azioni
@@ -8,7 +8,6 @@ ko:
8
8
  decidim:
9
9
  blogs:
10
10
  actions:
11
- destroy: 삭제
12
11
  edit: 수정
13
12
  new: 새 게시물
14
13
  title: 작업
@@ -12,8 +12,6 @@ lb:
12
12
  blogs:
13
13
  actions:
14
14
  author_id: Beitrag erstellen als
15
- confirm_destroy: Möchten Sie diesen Beitrag wirklich löschen?
16
- destroy: Löschen
17
15
  edit: Bearbeiten
18
16
  new: Neuer Beitrag
19
17
  title: Aktionen
@@ -20,7 +20,6 @@ lt:
20
20
  blogs:
21
21
  actions:
22
22
  author_id: Sukurti įrašą kaip
23
- confirm_destroy: Ar tikrai norite ištrinti šį įrašą?
24
23
  destroy: Ištrinti
25
24
  edit: Redaguoti
26
25
  new: Naujas įrašas
@@ -12,8 +12,6 @@ lv:
12
12
  decidim:
13
13
  blogs:
14
14
  actions:
15
- confirm_destroy: Vai tiešām vēlaties dzēst šo ziņu?
16
- destroy: Dzēst
17
15
  edit: Labot
18
16
  new: Jauna ziņa
19
17
  title: Darbības
@@ -12,8 +12,7 @@ nl:
12
12
  blogs:
13
13
  actions:
14
14
  author_id: Bericht aanmaken als
15
- confirm_destroy: Weet je zeker dat je dit bericht wilt verwijderen?
16
- destroy: Verwijder
15
+ destroy: Verwijderen
17
16
  edit: Bewerk
18
17
  new: Nieuwe blogpost
19
18
  title: acties
@@ -12,7 +12,6 @@
12
12
  blogs:
13
13
  actions:
14
14
  author_id: Opprett innlegg som
15
- confirm_destroy: Er du sikker på at du vil slette dette innlegget?
16
15
  destroy: Slett
17
16
  edit: Editar
18
17
  new: Nytt innlegg
@@ -20,7 +20,6 @@ pl:
20
20
  blogs:
21
21
  actions:
22
22
  author_id: Utwórz wpis jako
23
- confirm_destroy: Czy na pewno chcesz usunąć ten wpis?
24
23
  destroy: Usuń
25
24
  edit: Edytuj
26
25
  new: Nowy wpis
@@ -18,7 +18,6 @@ pt-BR:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Criar publicação como
21
- confirm_destroy: Deseja mesmo excluir este post?
22
21
  destroy: Excluir
23
22
  edit: Editar
24
23
  new: Nova postagem
@@ -12,8 +12,6 @@ pt:
12
12
  blogs:
13
13
  actions:
14
14
  author_id: Criar publicação como
15
- confirm_destroy: Tem a certeza de que deseja eliminar esta publicação?
16
- destroy: Eliminar
17
15
  edit: Editar
18
16
  new: Nova publicação
19
17
  title: Ações
@@ -19,7 +19,6 @@ ro:
19
19
  blogs:
20
20
  actions:
21
21
  author_id: Creează postare ca
22
- confirm_destroy: Sigur dorești să ştergi această postare?
23
22
  destroy: Șterge
24
23
  edit: Editează
25
24
  new: Postare nouă
@@ -20,7 +20,6 @@ ru:
20
20
  blogs:
21
21
  actions:
22
22
  author_id: Создать пост как
23
- confirm_destroy: Вы действительно хотите удалить этот пост?
24
23
  destroy: Удалить
25
24
  edit: Редактировать
26
25
  new: Создать новый пост
@@ -13,8 +13,6 @@ sk:
13
13
  decidim:
14
14
  blogs:
15
15
  actions:
16
- confirm_destroy: Naozaj chcete odstrániť tento príspevok?
17
- destroy: Odstrániť
18
16
  edit: Upraviť
19
17
  new: Nový príspevok
20
18
  title: Akcie
@@ -1,6 +1 @@
1
- ---
2
1
  sl:
3
- decidim:
4
- blogs:
5
- actions:
6
- destroy: Izbriši
@@ -18,7 +18,6 @@ sq:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Krijo postimin si
21
- confirm_destroy: Je i sigurt që dëshiron ta fshish këtë postim?
22
21
  destroy: Fshij
23
22
  edit: Përpuno
24
23
  new: Postim i ri
@@ -18,7 +18,7 @@ sv:
18
18
  blogs:
19
19
  actions:
20
20
  author_id: Skapa inlägg som
21
- confirm_destroy: Vill du radera inlägget?
21
+ confirm_destroy: Är du säker på att du vill radera inlägget?
22
22
  destroy: Radera
23
23
  edit: Redigera
24
24
  new: Nytt inlägg
@@ -17,8 +17,6 @@ tr:
17
17
  decidim:
18
18
  blogs:
19
19
  actions:
20
- confirm_destroy: Bu yayını silmek istediğinize emin misiniz?
21
- destroy: silmek
22
20
  edit: Düzenle
23
21
  new: Yeni posta
24
22
  title: Eylemler
@@ -13,8 +13,6 @@ uk:
13
13
  decidim:
14
14
  blogs:
15
15
  actions:
16
- confirm_destroy: Ви дійсно бажаєте видалити цей проект?
17
- destroy: Видалити
18
16
  edit: Редагувати
19
17
  new: Створити новий допис
20
18
  title: Дії
@@ -10,8 +10,6 @@ zh-CN:
10
10
  decidim:
11
11
  blogs:
12
12
  actions:
13
- confirm_destroy: 您确定要删除此帖子?
14
- destroy: 删除
15
13
  edit: 编辑
16
14
  new: 新建帖子
17
15
  title: 行动
@@ -17,7 +17,6 @@ zh-TW:
17
17
  blogs:
18
18
  actions:
19
19
  author_id: 發佈文章
20
- confirm_destroy: 您確定要刪除此文章嗎?
21
20
  destroy: 刪除
22
21
  edit: 編輯
23
22
  new: 新貼文
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.version = Decidim::Blogs.version
11
11
  s.authors = ["Isaac Massot Gil"]
12
12
  s.email = ["isaac.mg@coditramuntana.com"]
13
- s.license = "AGPL-3.0"
13
+ s.license = "AGPL-3.0-or-later"
14
14
  s.homepage = "https://decidim.org"
15
15
  s.metadata = {
16
16
  "bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
@@ -2,9 +2,7 @@
2
2
 
3
3
  module Decidim
4
4
  module Blogs
5
- class BlogsType < Decidim::Api::Types::BaseObject
6
- implements Decidim::Core::ComponentInterface
7
-
5
+ class BlogsType < Decidim::Core::ComponentType
8
6
  graphql_name "Blogs"
9
7
  description "A blogs component of a participatory space."
10
8
 
@@ -17,6 +17,19 @@ module Decidim
17
17
  field :title, Decidim::Core::TranslatedFieldType, "The title for this post", null: true
18
18
  field :body, Decidim::Core::TranslatedFieldType, "The body of this post", null: true
19
19
  field :published_at, Decidim::Core::DateTimeType, "The time this page was published", null: false
20
+
21
+ def self.authorized?(object, context)
22
+ context[:post] = object
23
+
24
+ chain = [
25
+ allowed_to?(:read, :blogpost, object, context),
26
+ !object.hidden?
27
+ ].all?
28
+
29
+ super && chain
30
+ rescue Decidim::PermissionAction::PermissionNotSetError
31
+ false
32
+ end
20
33
  end
21
34
  end
22
35
  end
@@ -48,9 +48,15 @@ FactoryBot.define do
48
48
  create(:endorsement,
49
49
  resource: post,
50
50
  skip_injection: evaluator.skip_injection,
51
- author: build(:user, skip_injection: evaluator.skip_injection, organization: post.participatory_space.organization))
51
+ author: build(:user, :confirmed, skip_injection: evaluator.skip_injection, organization: post.participatory_space.organization))
52
52
  end
53
53
  end
54
54
  end
55
+
56
+ trait :hidden do
57
+ after :create do |post, evaluator|
58
+ create(:moderation, hidden_at: Time.current, reportable: post, skip_injection: evaluator.skip_injection)
59
+ end
60
+ end
55
61
  end
56
62
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-pages version.
5
5
  module Blogs
6
6
  def self.version
7
- "0.29.1"
7
+ "0.29.2"
8
8
  end
9
9
  end
10
10
  end
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.29.1
4
+ version: 0.29.2
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: 2024-10-02 00:00:00.000000000 Z
11
+ date: 2025-02-12 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.29.1
19
+ version: 0.29.2
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.29.1
26
+ version: 0.29.2
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.29.1
33
+ version: 0.29.2
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.29.1
40
+ version: 0.29.2
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.29.1
47
+ version: 0.29.2
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.29.1
54
+ version: 0.29.2
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.29.1
61
+ version: 0.29.2
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.29.1
68
+ version: 0.29.2
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.29.1
75
+ version: 0.29.2
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.29.1
82
+ version: 0.29.2
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.29.1
89
+ version: 0.29.2
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.29.1
96
+ version: 0.29.2
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.29.1
103
+ version: 0.29.2
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.29.1
110
+ version: 0.29.2
111
111
  description: A Blog component for decidim's participatory spaces.
112
112
  email:
113
113
  - isaac.mg@coditramuntana.com
@@ -161,6 +161,8 @@ files:
161
161
  - config/locales/ar.yml
162
162
  - config/locales/bg-BG.yml
163
163
  - config/locales/bg.yml
164
+ - config/locales/bn-BD.yml
165
+ - config/locales/bs-BA.yml
164
166
  - config/locales/ca.yml
165
167
  - config/locales/cs-CZ.yml
166
168
  - config/locales/cs.yml
@@ -261,7 +263,7 @@ files:
261
263
  - lib/decidim/blogs/version.rb
262
264
  homepage: https://decidim.org
263
265
  licenses:
264
- - AGPL-3.0
266
+ - AGPL-3.0-or-later
265
267
  metadata:
266
268
  bug_tracker_uri: https://github.com/decidim/decidim/issues
267
269
  documentation_uri: https://docs.decidim.org/