decidim-budgets 0.28.0 → 0.28.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/budgets/base_cell.rb +1 -1
- data/app/cells/decidim/budgets/budget_list_item/show.erb +1 -1
- data/app/cells/decidim/budgets/budgets_list/main_list.erb +1 -1
- data/app/cells/decidim/budgets/project_tags/show.erb +1 -2
- data/app/controllers/decidim/budgets/admin/projects_controller.rb +3 -2
- data/app/controllers/decidim/budgets/line_items_controller.rb +15 -9
- data/app/helpers/decidim/budgets/projects_helper.rb +4 -4
- data/app/packs/src/decidim/budgets/exit_handler.js +1 -1
- data/app/views/decidim/budgets/admin/budgets/edit.html.erb +2 -2
- data/app/views/decidim/budgets/admin/budgets/index.html.erb +8 -4
- data/app/views/decidim/budgets/admin/budgets/new.html.erb +2 -2
- data/app/views/decidim/budgets/admin/projects/_project-tr.html.erb +5 -3
- data/app/views/decidim/budgets/admin/projects/edit.html.erb +3 -3
- data/app/views/decidim/budgets/admin/projects/index.html.erb +6 -4
- data/app/views/decidim/budgets/admin/projects/new.html.erb +3 -3
- data/app/views/decidim/budgets/admin/proposals_imports/new.html.erb +2 -2
- data/app/views/decidim/budgets/projects/_addition_selector.html.erb +4 -3
- data/app/views/decidim/budgets/projects/_exit_modal.html.erb +1 -1
- data/app/views/decidim/budgets/projects/show.html.erb +1 -1
- data/config/locales/ar.yml +7 -0
- data/config/locales/bg.yml +380 -0
- data/config/locales/ca.yml +9 -1
- data/config/locales/cs.yml +8 -0
- data/config/locales/de.yml +10 -2
- data/config/locales/en.yml +8 -0
- data/config/locales/es-MX.yml +9 -1
- data/config/locales/es-PY.yml +9 -1
- data/config/locales/es.yml +19 -11
- data/config/locales/eu.yml +8 -0
- data/config/locales/fi-plain.yml +8 -0
- data/config/locales/fi.yml +8 -0
- data/config/locales/fr-CA.yml +8 -0
- data/config/locales/fr.yml +8 -0
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hu.yml +12 -0
- data/config/locales/it.yml +5 -0
- data/config/locales/ja.yml +8 -0
- data/config/locales/ko.yml +57 -0
- data/config/locales/pl.yml +81 -0
- data/config/locales/pt-BR.yml +62 -0
- data/config/locales/ru.yml +3 -0
- data/config/locales/sk.yml +3 -0
- data/config/locales/sq-AL.yml +50 -0
- data/config/locales/tr-TR.yml +5 -0
- data/config/locales/uk.yml +2 -0
- data/decidim-budgets.gemspec +41 -0
- data/lib/decidim/budgets/test/factories.rb +29 -14
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +17 -16
- data/config/environment.rb +0 -3
data/config/locales/pt-BR.yml
CHANGED
@@ -21,6 +21,9 @@ pt-BR:
|
|
21
21
|
scope_id: Escopo
|
22
22
|
activerecord:
|
23
23
|
models:
|
24
|
+
decidim/budgets/budget:
|
25
|
+
one: Orçamento
|
26
|
+
other: Orçamentos
|
24
27
|
decidim/budgets/project:
|
25
28
|
one: Projeto
|
26
29
|
other: Projetos
|
@@ -46,6 +49,8 @@ pt-BR:
|
|
46
49
|
edit: Editar
|
47
50
|
edit_projects: Gerenciar projetos
|
48
51
|
import: Importar propostas para os projetos
|
52
|
+
new_budget: Novo orçamento
|
53
|
+
new_project: Novo projeto
|
49
54
|
preview: Pré-visualização
|
50
55
|
send_voting_reminders: Enviar lembretes de votação
|
51
56
|
title: Ações
|
@@ -91,21 +96,63 @@ pt-BR:
|
|
91
96
|
index:
|
92
97
|
actions: Ações
|
93
98
|
cancel: Cancelar
|
99
|
+
change_budget: Alterar orçamento
|
94
100
|
change_category: Mudar categoria
|
95
101
|
change_scope: Mudar escopo
|
96
102
|
change_selected: Alterar estado selecionado
|
103
|
+
deselect_implementation: Desselecionar da implementação
|
97
104
|
finished_orders: Votos finais
|
98
105
|
pending_orders: Votações pendentes
|
106
|
+
select_for_implementation: Selecionado para implementação
|
99
107
|
selected: Selecionado
|
108
|
+
selected_options:
|
109
|
+
'no': 'Não'
|
110
|
+
'yes': 'Sim'
|
100
111
|
title: Projetos
|
112
|
+
update: Atualizar
|
113
|
+
update_budget_button: Atualizar orçamento do projeto
|
114
|
+
update_scope_button: Atualizar escopo
|
101
115
|
new:
|
102
116
|
create: Criar
|
103
117
|
title: Novo projeto
|
118
|
+
update:
|
119
|
+
invalid: Houve um problema ao atualizar este projeto.
|
120
|
+
success: Projeto atualizado com sucesso.
|
121
|
+
update_budget:
|
122
|
+
invalid: 'Esses projetos já estão no mesmo orçamento ou seus orçamentos são mais que o máximo permitido: %{projects}.'
|
123
|
+
select_a_project: Por favor, selecione um projeto.
|
124
|
+
update_category:
|
125
|
+
invalid: 'Estes projetos já tinham a categoria %{subject_name}: %{projects}.'
|
126
|
+
select_a_category: Por favor, selecione uma categoria.
|
127
|
+
select_a_project: Por favor, selecione um projeto.
|
128
|
+
success: 'Projetos atualizados com sucesso para a categoria %{subject_name}: %{projects}.'
|
129
|
+
update_scope:
|
130
|
+
invalid: 'Estes projetos já tinham o escopo %{subject_name}: %{projects}.'
|
131
|
+
select_a_project: Por favor, selecione um projeto.
|
132
|
+
select_a_scope: Por favor, selecione um escopo.
|
133
|
+
success: 'Projetos atualizados com sucesso no scopo %{subject_name}: %{projects}.'
|
134
|
+
update_selected:
|
135
|
+
invalid:
|
136
|
+
selected: 'Estes projetos já foram selecionados para a implementação: %{projects}.'
|
137
|
+
unselected: 'Estes projetos já foram desselecionados da implementação: %{projects}.'
|
138
|
+
select_a_project: Por favor, selecione um projeto.
|
139
|
+
select_a_selection: Por favor, selecione um estado de implementação.
|
140
|
+
success:
|
141
|
+
selected: 'Estes projetos foram selecionados com sucesso para a implementação: %{projects}.'
|
142
|
+
unselected: 'Estes projetos foram desselecionados da implementação com sucesso: %{projects}.'
|
104
143
|
proposals_imports:
|
105
144
|
new:
|
106
145
|
create: Importar propostas para projetos
|
146
|
+
default_budget: Orçamento padrão
|
107
147
|
no_components: Não há outros componentes da proposta neste espaço participativo para importar as propostas para projetos.
|
148
|
+
origin_component_id: Componente de origem
|
108
149
|
select_component: Selecione um componente
|
150
|
+
reminders:
|
151
|
+
orders:
|
152
|
+
description: Os usuários receberão um e-mail com links para os orçamentos em que tenham pedido pendente.
|
153
|
+
title:
|
154
|
+
one: Você está prestes a enviar um lembrete por email para o usuário %{count}
|
155
|
+
other: Você está prestes a enviar um lembrete por email para %{count} usuários
|
109
156
|
admin_log:
|
110
157
|
budget:
|
111
158
|
create: "%{user_name} criou o orçamento %{resource_name} no espaço %{space_name}"
|
@@ -125,6 +172,7 @@ pt-BR:
|
|
125
172
|
more_than_one: exclua seu voto em %{name} e comece de novo
|
126
173
|
only_one: exclua seu voto e comece novamente.
|
127
174
|
highlighted_cta: Votar em %{name}
|
175
|
+
vote: Voto
|
128
176
|
last_activity:
|
129
177
|
new_vote_at: Nova votação sobre orçamentação em
|
130
178
|
limit_announcement:
|
@@ -153,9 +201,12 @@ pt-BR:
|
|
153
201
|
title: Confirmar votação
|
154
202
|
budget_excess:
|
155
203
|
budget_excess:
|
204
|
+
description: Este projecto excede o orçamento máximo e não pode ser adicionado. Se você quiser, você pode excluir um projeto que você já selecionou, a fim de poder votar novamente de acordo com suas preferências.
|
156
205
|
title: O orçamento máximo excedeu
|
206
|
+
description: Este projecto excede o orçamento máximo e não pode ser adicionado. Se você quiser, você pode excluir um projeto que você já selecionou, a fim de poder votar novamente de acordo com suas preferências.
|
157
207
|
ok: OK
|
158
208
|
projects_excess:
|
209
|
+
description: Este projeto excede o número máximo de projetos e não pode ser adicionado. Se você quiser, você pode excluir um projeto que você já selecionou, a fim de poder votar novamente de acordo com suas preferências.
|
159
210
|
title: Máximo de projetos excedido
|
160
211
|
budget_summary:
|
161
212
|
are_you_sure: Deseja mesmo cancelar o seu voto?
|
@@ -166,6 +217,10 @@ pt-BR:
|
|
166
217
|
projects_count:
|
167
218
|
one: 1 projeto
|
168
219
|
other: "%{count} projetos"
|
220
|
+
exit_modal:
|
221
|
+
cancel: Voltar à votação
|
222
|
+
message: Seu voto não foi registrado porque você ainda não concluiu o processo de votação. Tem certeza que deseja sair da votação?
|
223
|
+
title: Você ainda não votou
|
169
224
|
filters:
|
170
225
|
category: Categoria
|
171
226
|
scope: Âmbito
|
@@ -187,6 +242,7 @@ pt-BR:
|
|
187
242
|
votes:
|
188
243
|
one: voto
|
189
244
|
other: votos
|
245
|
+
you_voted: Você votou nisto
|
190
246
|
project_budget_button:
|
191
247
|
add: Adicione ao seu voto
|
192
248
|
added: Adicionado ao seu voto
|
@@ -195,7 +251,13 @@ pt-BR:
|
|
195
251
|
budget: Orçamento
|
196
252
|
vote_reminder_mailer:
|
197
253
|
vote_reminder:
|
254
|
+
email_budgets: 'Áreas onde você tem uma votação inacabada:'
|
198
255
|
email_intro: Você iniciou a votação sobre o orçamento participativo, mas não a concluíu.
|
256
|
+
email_link: Ir para continuar a votação
|
257
|
+
email_outro: Por favor, lembre-se de concluir a votação. Para votar, primeiro selecione a proposta ou as propostas que deseja votar e, em seguida, confirme o seu voto com o botão "Votar".
|
258
|
+
email_subject:
|
259
|
+
one: Você tem um voto inacabado na votação do orçamento participativo
|
260
|
+
other: Você tem votos inacabados na votação do orçamento participativo
|
199
261
|
components:
|
200
262
|
budgets:
|
201
263
|
actions:
|
data/config/locales/ru.yml
CHANGED
data/config/locales/sk.yml
CHANGED
data/config/locales/sq-AL.yml
CHANGED
@@ -1 +1,51 @@
|
|
1
|
+
---
|
1
2
|
sq:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
budget:
|
6
|
+
decidim_scope_id: Fushëveprimi
|
7
|
+
description: Përshkrimi
|
8
|
+
title: Titulli
|
9
|
+
total_budget: Buxheti total
|
10
|
+
weight: Rendit pozicionet
|
11
|
+
project:
|
12
|
+
budget_amount: Shuma buxhetore
|
13
|
+
decidim_category_id: Kategori
|
14
|
+
decidim_scope_id: Fushëveprim
|
15
|
+
description: Përshkrimi
|
16
|
+
proposal_ids: Propozime të ngjashme
|
17
|
+
proposals: Propozimet
|
18
|
+
selected: Përzgjedhur për zbatim
|
19
|
+
title: Titulli
|
20
|
+
proposals_import:
|
21
|
+
scope_id: Fushëveprim
|
22
|
+
activerecord:
|
23
|
+
models:
|
24
|
+
decidim/budgets/project:
|
25
|
+
one: Projekt
|
26
|
+
other: Projektet
|
27
|
+
decidim:
|
28
|
+
admin:
|
29
|
+
filters:
|
30
|
+
projects:
|
31
|
+
category_id_eq:
|
32
|
+
label: Kategori
|
33
|
+
scope_id_eq:
|
34
|
+
label: Qëllimi
|
35
|
+
selected_at_null:
|
36
|
+
label: E përzgjedhur
|
37
|
+
values:
|
38
|
+
'false': Përzgjedhur për zbatim
|
39
|
+
'true': Nuk është përzgjedhur për zbatim
|
40
|
+
budgets:
|
41
|
+
actions:
|
42
|
+
attachment_collections: Dosjet
|
43
|
+
attachments: Bashkëngjitjet
|
44
|
+
confirm_destroy: A je i sigurt që do ta fshish këtë projekt?
|
45
|
+
destroy: Fshi
|
46
|
+
edit: Përpuno
|
47
|
+
edit_projects: Menaxho projektet
|
48
|
+
import: Importo propozimet ne projekte
|
49
|
+
new_budget: Buxhet i ri
|
50
|
+
new_project: Projekt i ri
|
51
|
+
preview: Pamje paraprake
|
data/config/locales/tr-TR.yml
CHANGED
@@ -87,6 +87,11 @@ tr:
|
|
87
87
|
more_than_one: '%{name} üzerindeki oyunuzu silin ve baştan başlayın'
|
88
88
|
only_one: oyunuzu silin ve baştan başlayın.
|
89
89
|
highlighted_cta: '%{name} için oy verin'
|
90
|
+
orders:
|
91
|
+
highest_cost: En Yüksek Maliyet
|
92
|
+
label: Bütçeleri Sıralama
|
93
|
+
lowest_cost: En Düşük Maliyet
|
94
|
+
random: Rastgele Sıralama
|
90
95
|
limit_announcement:
|
91
96
|
limit_reached: '%{links} alanında aktif oylarınız var. Bu bütçeye oy vermek için <a href="%{landing_path}"> oyunuzu silmeli ve baştan başlamalısınız </a>.'
|
92
97
|
models:
|
data/config/locales/uk.yml
CHANGED
@@ -0,0 +1,41 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
$LOAD_PATH.push File.expand_path("lib", __dir__)
|
4
|
+
|
5
|
+
# Maintain your gem's version:
|
6
|
+
require "decidim/budgets/version"
|
7
|
+
|
8
|
+
# Describe your gem and declare its dependencies:
|
9
|
+
Gem::Specification.new do |s|
|
10
|
+
s.version = Decidim::Budgets.version
|
11
|
+
s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
|
12
|
+
s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
|
13
|
+
s.license = "AGPL-3.0"
|
14
|
+
s.homepage = "https://decidim.org"
|
15
|
+
s.metadata = {
|
16
|
+
"bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
|
17
|
+
"documentation_uri" => "https://docs.decidim.org/",
|
18
|
+
"funding_uri" => "https://opencollective.com/decidim",
|
19
|
+
"homepage_uri" => "https://decidim.org",
|
20
|
+
"source_code_uri" => "https://github.com/decidim/decidim"
|
21
|
+
}
|
22
|
+
s.required_ruby_version = "~> 3.1.0"
|
23
|
+
|
24
|
+
s.name = "decidim-budgets"
|
25
|
+
s.summary = "Decidim budgets module"
|
26
|
+
s.description = "A budgets component for decidim's participatory spaces."
|
27
|
+
|
28
|
+
s.files = Dir.chdir(__dir__) do
|
29
|
+
`git ls-files -z`.split("\x0").select do |f|
|
30
|
+
(File.expand_path(f) == __FILE__) ||
|
31
|
+
f.start_with?(*%w(app/ config/ db/ lib/ Rakefile README.md))
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
s.add_dependency "decidim-comments", Decidim::Budgets.version
|
36
|
+
s.add_dependency "decidim-core", Decidim::Budgets.version
|
37
|
+
|
38
|
+
s.add_development_dependency "decidim-admin", Decidim::Budgets.version
|
39
|
+
s.add_development_dependency "decidim-dev", Decidim::Budgets.version
|
40
|
+
s.add_development_dependency "decidim-proposals", Decidim::Budgets.version
|
41
|
+
end
|
@@ -9,9 +9,12 @@ require "decidim/participatory_processes/test/factories"
|
|
9
9
|
|
10
10
|
FactoryBot.define do
|
11
11
|
factory :budgets_component, parent: :component do
|
12
|
-
|
12
|
+
transient do
|
13
|
+
skip_injection { false }
|
14
|
+
end
|
15
|
+
name { generate_component_name(participatory_space.organization.available_locales, :budgets, skip_injection:) }
|
13
16
|
manifest_name { :budgets }
|
14
|
-
participatory_space { create(:participatory_process, :with_steps, organization:) }
|
17
|
+
participatory_space { create(:participatory_process, :with_steps, skip_injection:, organization:) }
|
15
18
|
|
16
19
|
trait :with_geocoding_enabled do
|
17
20
|
settings do
|
@@ -110,10 +113,13 @@ FactoryBot.define do
|
|
110
113
|
end
|
111
114
|
|
112
115
|
factory :budget, class: "Decidim::Budgets::Budget" do
|
113
|
-
|
114
|
-
|
116
|
+
transient do
|
117
|
+
skip_injection { false }
|
118
|
+
end
|
119
|
+
title { generate_localized_title(:budget_title, skip_injection:) }
|
120
|
+
description { generate_localized_description(:budget_description, skip_injection:) }
|
115
121
|
total_budget { 100_000_000 }
|
116
|
-
component { create(:budgets_component) }
|
122
|
+
component { create(:budgets_component, skip_injection:) }
|
117
123
|
|
118
124
|
trait :with_projects do
|
119
125
|
transient do
|
@@ -121,19 +127,22 @@ FactoryBot.define do
|
|
121
127
|
end
|
122
128
|
|
123
129
|
after(:create) do |budget, evaluator|
|
124
|
-
create_list(:project, evaluator.projects_number, budget:)
|
130
|
+
create_list(:project, evaluator.projects_number, skip_injection: evaluator.skip_injection, budget:)
|
125
131
|
end
|
126
132
|
end
|
127
133
|
end
|
128
134
|
|
129
135
|
factory :project, class: "Decidim::Budgets::Project" do
|
130
|
-
|
131
|
-
|
136
|
+
transient do
|
137
|
+
skip_injection { false }
|
138
|
+
end
|
139
|
+
title { generate_localized_title(:project_title, skip_injection:) }
|
140
|
+
description { generate_localized_description(:project_description, skip_injection:) }
|
132
141
|
address { "#{Faker::Address.street_name}, #{Faker::Address.city}" }
|
133
142
|
latitude { Faker::Address.latitude }
|
134
143
|
longitude { Faker::Address.longitude }
|
135
144
|
budget_amount { Faker::Number.number(digits: 8) }
|
136
|
-
budget { create(:budget) }
|
145
|
+
budget { create(:budget, skip_injection:) }
|
137
146
|
|
138
147
|
trait :selected do
|
139
148
|
selected_at { Time.current }
|
@@ -145,14 +154,17 @@ FactoryBot.define do
|
|
145
154
|
end
|
146
155
|
|
147
156
|
after :create do |project, evaluator|
|
148
|
-
project.attachments = create_list(:attachment, evaluator.photos_number, :with_image, attached_to: project)
|
157
|
+
project.attachments = create_list(:attachment, evaluator.photos_number, :with_image, attached_to: project, skip_injection: evaluator.skip_injection)
|
149
158
|
end
|
150
159
|
end
|
151
160
|
end
|
152
161
|
|
153
162
|
factory :order, class: "Decidim::Budgets::Order" do
|
154
|
-
|
155
|
-
|
163
|
+
transient do
|
164
|
+
skip_injection { false }
|
165
|
+
end
|
166
|
+
budget { create(:budget, skip_injection:) }
|
167
|
+
user { create(:user, organization: component.organization, skip_injection:) }
|
156
168
|
|
157
169
|
trait :with_projects do
|
158
170
|
transient do
|
@@ -161,14 +173,17 @@ FactoryBot.define do
|
|
161
173
|
|
162
174
|
after(:create) do |order, evaluator|
|
163
175
|
project_budget = (order.maximum_budget / evaluator.projects_number).to_i
|
164
|
-
order.projects << create_list(:project, evaluator.projects_number, budget_amount: project_budget, budget: order.budget)
|
176
|
+
order.projects << create_list(:project, evaluator.projects_number, budget_amount: project_budget, budget: order.budget, skip_injection: evaluator.skip_injection)
|
165
177
|
order.save!
|
166
178
|
end
|
167
179
|
end
|
168
180
|
end
|
169
181
|
|
170
182
|
factory :line_item, class: "Decidim::Budgets::LineItem" do
|
183
|
+
transient do
|
184
|
+
skip_injection { false }
|
185
|
+
end
|
171
186
|
order
|
172
|
-
project { create(:project, budget: order.budget) }
|
187
|
+
project { create(:project, budget: order.budget, skip_injection:) }
|
173
188
|
end
|
174
189
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-budgets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.28.
|
4
|
+
version: 0.28.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-comments
|
@@ -18,70 +18,70 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.28.
|
21
|
+
version: 0.28.2
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.28.
|
28
|
+
version: 0.28.2
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-core
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.28.
|
35
|
+
version: 0.28.2
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.28.
|
42
|
+
version: 0.28.2
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: decidim-admin
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - '='
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.28.
|
49
|
+
version: 0.28.2
|
50
50
|
type: :development
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - '='
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 0.28.
|
56
|
+
version: 0.28.2
|
57
57
|
- !ruby/object:Gem::Dependency
|
58
58
|
name: decidim-dev
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
61
|
- - '='
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: 0.28.
|
63
|
+
version: 0.28.2
|
64
64
|
type: :development
|
65
65
|
prerelease: false
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - '='
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: 0.28.
|
70
|
+
version: 0.28.2
|
71
71
|
- !ruby/object:Gem::Dependency
|
72
72
|
name: decidim-proposals
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
75
|
- - '='
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 0.28.
|
77
|
+
version: 0.28.2
|
78
78
|
type: :development
|
79
79
|
prerelease: false
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - '='
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version: 0.28.
|
84
|
+
version: 0.28.2
|
85
85
|
description: A budgets component for decidim's participatory spaces.
|
86
86
|
email:
|
87
87
|
- josepjaume@gmail.com
|
@@ -235,7 +235,6 @@ files:
|
|
235
235
|
- app/views/decidim/budgets/projects/show.html.erb
|
236
236
|
- app/views/decidim/budgets/vote_reminder_mailer/vote_reminder.html.erb
|
237
237
|
- config/assets.rb
|
238
|
-
- config/environment.rb
|
239
238
|
- config/locales/am-ET.yml
|
240
239
|
- config/locales/ar-SA.yml
|
241
240
|
- config/locales/ar.yml
|
@@ -268,6 +267,7 @@ files:
|
|
268
267
|
- config/locales/ga-IE.yml
|
269
268
|
- config/locales/gl.yml
|
270
269
|
- config/locales/gn-PY.yml
|
270
|
+
- config/locales/he-IL.yml
|
271
271
|
- config/locales/hr-HR.yml
|
272
272
|
- config/locales/hr.yml
|
273
273
|
- config/locales/hu.yml
|
@@ -335,6 +335,7 @@ files:
|
|
335
335
|
- db/migrate/20200827154129_add_commentable_counter_cache_to_projects.rb
|
336
336
|
- db/migrate/20210310120613_add_followable_counter_cache_to_budgets.rb
|
337
337
|
- db/migrate/20220428072638_add_geolocalization_fields_to_projects.rb
|
338
|
+
- decidim-budgets.gemspec
|
338
339
|
- lib/decidim/api/budget_type.rb
|
339
340
|
- lib/decidim/api/budgets_type.rb
|
340
341
|
- lib/decidim/api/project_type.rb
|
@@ -368,16 +369,16 @@ require_paths:
|
|
368
369
|
- lib
|
369
370
|
required_ruby_version: !ruby/object:Gem::Requirement
|
370
371
|
requirements:
|
371
|
-
- - "
|
372
|
+
- - "~>"
|
372
373
|
- !ruby/object:Gem::Version
|
373
|
-
version:
|
374
|
+
version: 3.1.0
|
374
375
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
375
376
|
requirements:
|
376
377
|
- - ">="
|
377
378
|
- !ruby/object:Gem::Version
|
378
379
|
version: '0'
|
379
380
|
requirements: []
|
380
|
-
rubygems_version: 3.
|
381
|
+
rubygems_version: 3.3.7
|
381
382
|
signing_key:
|
382
383
|
specification_version: 4
|
383
384
|
summary: Decidim budgets module
|
data/config/environment.rb
DELETED