decidim-conferences 0.21.0 → 0.23.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/decidim/conferences/conference.svg +1 -3
  3. data/app/cells/decidim/conferences/conference_m/footer.erb +1 -1
  4. data/app/cells/decidim/conferences/conference_m_cell.rb +4 -0
  5. data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
  6. data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +9 -10
  7. data/app/cells/decidim/conferences/media_link/show.erb +2 -2
  8. data/app/cells/decidim/conferences/partner_cell.rb +1 -1
  9. data/app/cells/decidim/conferences/photo/show.erb +3 -5
  10. data/app/cells/decidim/conferences/photo_cell.rb +2 -2
  11. data/app/cells/decidim/conferences/photos_list/show.erb +1 -1
  12. data/app/cells/decidim/conferences/registration_type/join_conference.erb +1 -1
  13. data/app/cells/decidim/conferences/registration_type_cell.rb +2 -2
  14. data/app/commands/decidim/conferences/admin/create_conference_admin.rb +2 -1
  15. data/app/commands/decidim/conferences/admin/create_partner.rb +9 -9
  16. data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +22 -0
  17. data/app/commands/decidim/conferences/admin/update_conference.rb +10 -3
  18. data/app/commands/decidim/conferences/admin/update_conference_admin.rb +2 -1
  19. data/app/events/decidim/conferences/conference_role_assigned_event.rb +30 -0
  20. data/app/forms/decidim/conferences/admin/conference_form.rb +5 -2
  21. data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +12 -1
  22. data/app/forms/decidim/conferences/admin/diploma_form.rb +6 -2
  23. data/app/forms/decidim/conferences/admin/partner_form.rb +16 -1
  24. data/app/jobs/decidim/conferences/admin/send_conference_diploma_job.rb +1 -1
  25. data/app/models/decidim/conference.rb +16 -1
  26. data/app/models/decidim/conference_speaker.rb +5 -2
  27. data/app/models/decidim/conferences/media_link.rb +3 -0
  28. data/app/models/decidim/conferences/partner.rb +5 -1
  29. data/app/models/decidim/conferences/registration_type.rb +3 -0
  30. data/app/presenters/decidim/conferences/admin_log/{conferences_presenter.rb → conference_presenter.rb} +2 -2
  31. data/app/presenters/decidim/conferences/admin_log/conference_registration_presenter.rb +2 -2
  32. data/app/presenters/decidim/conferences/admin_log/conference_speaker_presenter.rb +2 -2
  33. data/app/presenters/decidim/conferences/admin_log/{conferences_user_role_presenter.rb → conference_user_role_presenter.rb} +2 -2
  34. data/app/presenters/decidim/conferences/admin_log/media_link_presenter.rb +2 -2
  35. data/app/presenters/decidim/conferences/admin_log/partner_presenter.rb +2 -2
  36. data/app/presenters/decidim/conferences/admin_log/registration_type_presenter.rb +2 -2
  37. data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -1
  38. data/app/views/decidim/conferences/_order_by_conferences.html.erb +1 -1
  39. data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +2 -2
  40. data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +2 -2
  41. data/app/views/decidim/conferences/admin/conferences/index.html.erb +1 -1
  42. data/app/views/decidim/conferences/conference_program/_program_item.html.erb +6 -4
  43. data/app/views/decidim/conferences/conference_program/show.html.erb +6 -6
  44. data/app/views/decidim/conferences/conference_speakers/index.html.erb +1 -1
  45. data/app/views/decidim/conferences/conferences/_partners.html.erb +1 -1
  46. data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +3 -3
  47. data/app/views/decidim/conferences/conferences/show.html.erb +7 -13
  48. data/app/views/decidim/conferences/media/index.html.erb +3 -3
  49. data/app/views/decidim/conferences/registration_types/index.html.erb +1 -1
  50. data/app/views/layouts/decidim/_conference_hero.html.erb +4 -8
  51. data/app/views/layouts/decidim/_conferences_nav.html.erb +2 -2
  52. data/app/views/layouts/decidim/conference.html.erb +4 -5
  53. data/config/locales/am-ET.yml +1 -0
  54. data/config/locales/bg-BG.yml +7 -0
  55. data/config/locales/bg.yml +7 -0
  56. data/config/locales/ca.yml +9 -0
  57. data/config/locales/cs.yml +35 -26
  58. data/config/locales/da-DK.yml +1 -0
  59. data/config/locales/da.yml +1 -0
  60. data/config/locales/de.yml +51 -41
  61. data/config/locales/el.yml +579 -0
  62. data/config/locales/en.yml +9 -0
  63. data/config/locales/eo.yml +1 -0
  64. data/config/locales/es-MX.yml +9 -0
  65. data/config/locales/es-PY.yml +9 -0
  66. data/config/locales/es.yml +9 -0
  67. data/config/locales/et-EE.yml +1 -0
  68. data/config/locales/et.yml +1 -0
  69. data/config/locales/fi-plain.yml +10 -1
  70. data/config/locales/fi.yml +16 -7
  71. data/config/locales/fr-CA.yml +581 -0
  72. data/config/locales/fr.yml +10 -0
  73. data/config/locales/ga-IE.yml +1 -0
  74. data/config/locales/hr-HR.yml +1 -0
  75. data/config/locales/hr.yml +1 -0
  76. data/config/locales/hu.yml +3 -0
  77. data/config/locales/is.yml +1 -0
  78. data/config/locales/it.yml +169 -159
  79. data/config/locales/ja-JP.yml +575 -0
  80. data/config/locales/ja.yml +576 -0
  81. data/config/locales/ko-KR.yml +1 -0
  82. data/config/locales/ko.yml +1 -0
  83. data/config/locales/lt-LT.yml +1 -0
  84. data/config/locales/lt.yml +1 -0
  85. data/config/locales/lv.yml +584 -0
  86. data/config/locales/mt-MT.yml +1 -0
  87. data/config/locales/mt.yml +1 -0
  88. data/config/locales/nl.yml +15 -5
  89. data/config/locales/no.yml +12 -3
  90. data/config/locales/om-ET.yml +1 -0
  91. data/config/locales/pl.yml +204 -193
  92. data/config/locales/pt-BR.yml +1 -1
  93. data/config/locales/pt.yml +238 -229
  94. data/config/locales/ro-RO.yml +536 -0
  95. data/config/locales/si-LK.yml +1 -0
  96. data/config/locales/sk-SK.yml +585 -0
  97. data/config/locales/sk.yml +585 -0
  98. data/config/locales/sl.yml +42 -0
  99. data/config/locales/so-SO.yml +1 -0
  100. data/config/locales/sr-CS.yml +19 -0
  101. data/config/locales/sv.yml +25 -15
  102. data/config/locales/sw-KE.yml +1 -0
  103. data/config/locales/ti-ER.yml +1 -0
  104. data/config/locales/tr-TR.yml +68 -58
  105. data/config/locales/vi-VN.yml +1 -0
  106. data/config/locales/vi.yml +1 -0
  107. data/config/locales/zh-CN.yml +576 -0
  108. data/config/locales/zh-TW.yml +1 -0
  109. data/db/migrate/20200320105913_index_foreign_keys_in_decidim_conferences.rb +7 -0
  110. data/db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb +7 -0
  111. data/db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb +7 -0
  112. data/db/seeds/city.jpeg +0 -0
  113. data/db/seeds/city2.jpeg +0 -0
  114. data/lib/decidim/conferences/admin_engine.rb +1 -0
  115. data/lib/decidim/conferences/participatory_space.rb +17 -12
  116. data/lib/decidim/conferences/test/factories.rb +3 -3
  117. data/lib/decidim/conferences/version.rb +1 -1
  118. metadata +58 -17
@@ -0,0 +1 @@
1
+ zh-TW:
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class IndexForeignKeysInDecidimConferences < ActiveRecord::Migration[5.2]
4
+ def change
5
+ add_index :decidim_conferences, :decidim_scope_id
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class IndexForeignKeysInDecidimConferencesConferenceInvites < ActiveRecord::Migration[5.2]
4
+ def change
5
+ add_index :decidim_conferences_conference_invites, :decidim_conference_registration_type_id, name: "ixd_conferences_on_registration_type_id"
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class IndexForeignKeysInDecidimConferencesConferenceRegistrations < ActiveRecord::Migration[5.2]
4
+ def change
5
+ add_index :decidim_conferences_conference_registrations, :decidim_conference_registration_type_id, name: "idx_conferences_registrations_on_registration_type_id"
6
+ end
7
+ end
data/db/seeds/city.jpeg CHANGED
Binary file
data/db/seeds/city2.jpeg CHANGED
Binary file
@@ -58,6 +58,7 @@ module Decidim
58
58
  member do
59
59
  put :publish
60
60
  put :unpublish
61
+ get :share
61
62
  end
62
63
  resources :exports, only: :create
63
64
  end
@@ -34,6 +34,11 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
34
34
  context.layout = "layouts/decidim/admin/conference"
35
35
  end
36
36
 
37
+ participatory_space.register_on_destroy_account do |user|
38
+ Decidim::ConferenceUserRole.where(user: user).destroy_all
39
+ Decidim::ConferenceSpeaker.where(user: user).destroy_all
40
+ end
41
+
37
42
  participatory_space.seeds do
38
43
  organization = Decidim::Organization.first
39
44
  seeds_root = File.join(__dir__, "..", "..", "..", "db", "seeds")
@@ -41,7 +46,7 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
41
46
  Decidim::ContentBlock.create(
42
47
  organization: organization,
43
48
  weight: 33,
44
- scope: :homepage,
49
+ scope_name: :homepage,
45
50
  manifest_name: :highlighted_conferences,
46
51
  published_at: Time.current
47
52
  )
@@ -58,11 +63,11 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
58
63
  description: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
59
64
  Decidim::Faker::Localized.paragraph(3)
60
65
  end,
61
- hero_image: File.new(File.join(seeds_root, "city.jpeg")),
62
- banner_image: File.new(File.join(seeds_root, "city2.jpeg")),
66
+ organization: organization,
67
+ hero_image: File.new(File.join(seeds_root, "city.jpeg")), # Keep after organization
68
+ banner_image: File.new(File.join(seeds_root, "city2.jpeg")), # Keep after organization
63
69
  promoted: true,
64
70
  published_at: 2.weeks.ago,
65
- organization: organization,
66
71
  objectives: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
67
72
  Decidim::Faker::Localized.paragraph(3)
68
73
  end,
@@ -108,23 +113,23 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
108
113
  Decidim::Attachment.create!(
109
114
  title: Decidim::Faker::Localized.sentence(2),
110
115
  description: Decidim::Faker::Localized.sentence(5),
111
- file: File.new(File.join(seeds_root, "Exampledocument.pdf")),
112
116
  attachment_collection: attachment_collection,
113
- attached_to: conference
117
+ attached_to: conference,
118
+ file: File.new(File.join(seeds_root, "Exampledocument.pdf")) # Keep after attached_to
114
119
  )
115
120
 
116
121
  Decidim::Attachment.create!(
117
122
  title: Decidim::Faker::Localized.sentence(2),
118
123
  description: Decidim::Faker::Localized.sentence(5),
119
- file: File.new(File.join(seeds_root, "city.jpeg")),
120
- attached_to: conference
124
+ attached_to: conference,
125
+ file: File.new(File.join(seeds_root, "city.jpeg")) # Keep after attached_to
121
126
  )
122
127
 
123
128
  Decidim::Attachment.create!(
124
129
  title: Decidim::Faker::Localized.sentence(2),
125
130
  description: Decidim::Faker::Localized.sentence(5),
126
- file: File.new(File.join(seeds_root, "Exampledocument.pdf")),
127
- attached_to: conference
131
+ attached_to: conference,
132
+ file: File.new(File.join(seeds_root, "Exampledocument.pdf")) # Keep after attached_to
128
133
  )
129
134
 
130
135
  2.times do
@@ -159,8 +164,8 @@ Decidim.register_participatory_space(:conferences) do |participatory_space|
159
164
  weight: Faker::Number.between(1, 10),
160
165
  link: Faker::Internet.url,
161
166
  partner_type: type,
162
- logo: File.new(File.join(seeds_root, "logo.png")),
163
- conference: conference
167
+ conference: conference,
168
+ logo: File.new(File.join(seeds_root, "logo.png")) # Keep after conference
164
169
  )
165
170
  end
166
171
  end
@@ -15,11 +15,11 @@ FactoryBot.define do
15
15
  short_description { Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title } }
16
16
  description { Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title } }
17
17
  objectives { Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title } }
18
- hero_image { Decidim::Dev.test_file("city.jpeg", "image/jpeg") }
19
- banner_image { Decidim::Dev.test_file("city2.jpeg", "image/jpeg") }
18
+ organization
19
+ hero_image { Decidim::Dev.test_file("city.jpeg", "image/jpeg") } # Keep after organization
20
+ banner_image { Decidim::Dev.test_file("city2.jpeg", "image/jpeg") } # Keep after organization
20
21
  published_at { Time.current }
21
22
  location { Faker::Lorem.sentence(3) }
22
- organization
23
23
  show_statistics { true }
24
24
  start_date { 1.month.ago }
25
25
  end_date { 1.month.ago + 3.days }
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-conferences version.
5
5
  module Conferences
6
6
  def self.version
7
- "0.21.0"
7
+ "0.23.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-conferences
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaac Massot Gil
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-08 00:00:00.000000000 Z
11
+ date: 2021-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-core
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.21.0
19
+ version: 0.23.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.21.0
26
+ version: 0.23.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: decidim-meetings
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.21.0
33
+ version: 0.23.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.21.0
40
+ version: 0.23.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: wicked_pdf
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -72,28 +72,28 @@ dependencies:
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 0.21.0
75
+ version: 0.23.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.21.0
82
+ version: 0.23.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.21.0
89
+ version: 0.23.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.21.0
96
+ version: 0.23.2
97
97
  description: Conferences component for decidim.
98
98
  email:
99
99
  - isaac.mg@coditramuntana.com
@@ -150,6 +150,7 @@ files:
150
150
  - app/commands/decidim/conferences/admin/destroy_registration_type.rb
151
151
  - app/commands/decidim/conferences/admin/export_conference_registrations.rb
152
152
  - app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb
153
+ - app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb
153
154
  - app/commands/decidim/conferences/admin/publish_conference.rb
154
155
  - app/commands/decidim/conferences/admin/publish_registration_type.rb
155
156
  - app/commands/decidim/conferences/admin/send_conference_diplomas.rb
@@ -201,6 +202,7 @@ files:
201
202
  - app/events/decidim/conferences/conference_registration_notification_event.rb
202
203
  - app/events/decidim/conferences/conference_registrations_enabled_event.rb
203
204
  - app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
205
+ - app/events/decidim/conferences/conference_role_assigned_event.rb
204
206
  - app/events/decidim/conferences/upcoming_conference_event.rb
205
207
  - app/events/decidim/conferences/update_conference_event.rb
206
208
  - app/forms/decidim/conferences/admin/conference_copy_form.rb
@@ -239,10 +241,10 @@ files:
239
241
  - app/presenters/decidim/conference_meeting_presenter.rb
240
242
  - app/presenters/decidim/conference_speaker_presenter.rb
241
243
  - app/presenters/decidim/conferences/admin_log/conference_invite_presenter.rb
244
+ - app/presenters/decidim/conferences/admin_log/conference_presenter.rb
242
245
  - app/presenters/decidim/conferences/admin_log/conference_registration_presenter.rb
243
246
  - app/presenters/decidim/conferences/admin_log/conference_speaker_presenter.rb
244
- - app/presenters/decidim/conferences/admin_log/conferences_presenter.rb
245
- - app/presenters/decidim/conferences/admin_log/conferences_user_role_presenter.rb
247
+ - app/presenters/decidim/conferences/admin_log/conference_user_role_presenter.rb
246
248
  - app/presenters/decidim/conferences/admin_log/media_link_presenter.rb
247
249
  - app/presenters/decidim/conferences/admin_log/partner_presenter.rb
248
250
  - app/presenters/decidim/conferences/admin_log/registration_type_presenter.rb
@@ -334,38 +336,74 @@ files:
334
336
  - app/views/layouts/decidim/conference.html.erb
335
337
  - app/views/layouts/decidim/diploma.html.erb
336
338
  - config/initializers/wicked_pdf.rb
339
+ - config/locales/am-ET.yml
337
340
  - config/locales/ar-SA.yml
338
341
  - config/locales/ar.yml
342
+ - config/locales/bg-BG.yml
343
+ - config/locales/bg.yml
339
344
  - config/locales/ca.yml
340
345
  - config/locales/cs-CZ.yml
341
346
  - config/locales/cs.yml
347
+ - config/locales/da-DK.yml
348
+ - config/locales/da.yml
342
349
  - config/locales/de.yml
343
350
  - config/locales/el-GR.yml
344
351
  - config/locales/el.yml
345
352
  - config/locales/en.yml
346
353
  - config/locales/eo-UY.yml
354
+ - config/locales/eo.yml
347
355
  - config/locales/es-MX.yml
348
356
  - config/locales/es-PY.yml
349
357
  - config/locales/es.yml
358
+ - config/locales/et-EE.yml
359
+ - config/locales/et.yml
350
360
  - config/locales/eu.yml
351
361
  - config/locales/fi-pl.yml
352
362
  - config/locales/fi-plain.yml
353
363
  - config/locales/fi.yml
364
+ - config/locales/fr-CA.yml
354
365
  - config/locales/fr.yml
366
+ - config/locales/ga-IE.yml
355
367
  - config/locales/gl.yml
368
+ - config/locales/hr-HR.yml
369
+ - config/locales/hr.yml
356
370
  - config/locales/hu.yml
357
371
  - config/locales/id-ID.yml
358
372
  - config/locales/is-IS.yml
373
+ - config/locales/is.yml
359
374
  - config/locales/it.yml
375
+ - config/locales/ja-JP.yml
376
+ - config/locales/ja.yml
377
+ - config/locales/ko-KR.yml
378
+ - config/locales/ko.yml
379
+ - config/locales/lt-LT.yml
380
+ - config/locales/lt.yml
381
+ - config/locales/lv.yml
382
+ - config/locales/mt-MT.yml
383
+ - config/locales/mt.yml
360
384
  - config/locales/nl.yml
361
385
  - config/locales/no.yml
386
+ - config/locales/om-ET.yml
362
387
  - config/locales/pl.yml
363
388
  - config/locales/pt-BR.yml
364
389
  - config/locales/pt.yml
390
+ - config/locales/ro-RO.yml
365
391
  - config/locales/ru.yml
392
+ - config/locales/si-LK.yml
393
+ - config/locales/sk-SK.yml
394
+ - config/locales/sk.yml
395
+ - config/locales/sl.yml
396
+ - config/locales/so-SO.yml
397
+ - config/locales/sr-CS.yml
366
398
  - config/locales/sv.yml
399
+ - config/locales/sw-KE.yml
400
+ - config/locales/ti-ER.yml
367
401
  - config/locales/tr-TR.yml
368
402
  - config/locales/uk.yml
403
+ - config/locales/vi-VN.yml
404
+ - config/locales/vi.yml
405
+ - config/locales/zh-CN.yml
406
+ - config/locales/zh-TW.yml
369
407
  - db/migrate/20180626151505_add_conferences.rb
370
408
  - db/migrate/20180626152015_add_conference_user_roles.rb
371
409
  - db/migrate/20180702084256_add_conference_speakers.rb
@@ -379,6 +417,9 @@ files:
379
417
  - db/migrate/20181030153614_add_registration_type_to_conference_invite.rb
380
418
  - db/migrate/20181106092826_add_diploma_fields_to_conference.rb
381
419
  - db/migrate/20181123124424_make_price_optional_conference_registration_type.rb
420
+ - db/migrate/20200320105913_index_foreign_keys_in_decidim_conferences.rb
421
+ - db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb
422
+ - db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb
382
423
  - db/seeds/Exampledocument.pdf
383
424
  - db/seeds/city.jpeg
384
425
  - db/seeds/city2.jpeg
@@ -395,7 +436,7 @@ homepage: https://github.com/decidim/decidim
395
436
  licenses:
396
437
  - AGPL-3.0
397
438
  metadata: {}
398
- post_install_message:
439
+ post_install_message:
399
440
  rdoc_options: []
400
441
  require_paths:
401
442
  - lib
@@ -403,15 +444,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
403
444
  requirements:
404
445
  - - ">="
405
446
  - !ruby/object:Gem::Version
406
- version: '2.5'
447
+ version: '2.6'
407
448
  required_rubygems_version: !ruby/object:Gem::Requirement
408
449
  requirements:
409
450
  - - ">="
410
451
  - !ruby/object:Gem::Version
411
452
  version: '0'
412
453
  requirements: []
413
- rubygems_version: 3.1.2
414
- signing_key:
454
+ rubygems_version: 3.0.3
455
+ signing_key:
415
456
  specification_version: 4
416
457
  summary: Decidim conferences module
417
458
  test_files: []