decidim-generators 0.19.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40b4d7d3019ff202dc581cae2988e08841a030f2a09dbcf02dfab069a81f2df3
4
- data.tar.gz: 6f4085d21ed77747e5bcbcf4271bb65bb028ab62d874c8c63ec832b49e7ef1aa
3
+ metadata.gz: b9faeb08707907f58c403b6c2378bb14a00c458377fd7bbb1e5def59b5878f68
4
+ data.tar.gz: 58207604c6c828dde91db936f8a0b6c450fdb3e47b8d34a87ab4ce0b528f6242
5
5
  SHA512:
6
- metadata.gz: 655a6de1cdf37e0d08bdb26bfca0cda1ce5d04b64e264ac07b75789be2ea0383d6715df07da7afe7a5e9119f0139a5a83ebfcd8a4173f61c61c149e5d438756c
7
- data.tar.gz: d0f4607592f66aebe045f779bed75f99e728824e2a52217b6d0a2185cc4bda27eaa39cba4a424113f405e7bb9bcc8148afcedf4f090d6d5b6f88e732ac49e1b5
6
+ metadata.gz: 51d4a336849e4a60bc29b1ba74d900da951c9ff19d1cb9b7d87bff8c514b92d2a39267a7854adf1e983be01640634727454259522584f9a86b59096b7ec88889
7
+ data.tar.gz: db99d2db0873bd2b4aaa43c890f3a84ec2439249161307365aebaa98dc953bc3c8fb39de3b49a41514ad5565c394bc8b9fac85192c0dfd49410800dd2d68c68c
data/Gemfile CHANGED
@@ -10,7 +10,7 @@ gem "decidim-initiatives", path: ".."
10
10
 
11
11
  gem "bootsnap", "~> 1.3"
12
12
 
13
- gem "puma", "~> 3.12"
13
+ gem "puma", ">= 4.3.5"
14
14
  gem "uglifier", "~> 4.1"
15
15
 
16
16
  gem "faker", "~> 1.9"
@@ -1,95 +1,99 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- decidim (0.19.0)
5
- decidim-accountability (= 0.19.0)
6
- decidim-admin (= 0.19.0)
7
- decidim-api (= 0.19.0)
8
- decidim-assemblies (= 0.19.0)
9
- decidim-blogs (= 0.19.0)
10
- decidim-budgets (= 0.19.0)
11
- decidim-comments (= 0.19.0)
12
- decidim-core (= 0.19.0)
13
- decidim-debates (= 0.19.0)
14
- decidim-forms (= 0.19.0)
15
- decidim-generators (= 0.19.0)
16
- decidim-meetings (= 0.19.0)
17
- decidim-pages (= 0.19.0)
18
- decidim-participatory_processes (= 0.19.0)
19
- decidim-proposals (= 0.19.0)
20
- decidim-sortitions (= 0.19.0)
21
- decidim-surveys (= 0.19.0)
22
- decidim-system (= 0.19.0)
23
- decidim-verifications (= 0.19.0)
24
- decidim-accountability (0.19.0)
25
- decidim-comments (= 0.19.0)
26
- decidim-core (= 0.19.0)
27
- kaminari (~> 1.1)
4
+ decidim (0.22.0)
5
+ decidim-accountability (= 0.22.0)
6
+ decidim-admin (= 0.22.0)
7
+ decidim-api (= 0.22.0)
8
+ decidim-assemblies (= 0.22.0)
9
+ decidim-blogs (= 0.22.0)
10
+ decidim-budgets (= 0.22.0)
11
+ decidim-comments (= 0.22.0)
12
+ decidim-core (= 0.22.0)
13
+ decidim-debates (= 0.22.0)
14
+ decidim-forms (= 0.22.0)
15
+ decidim-generators (= 0.22.0)
16
+ decidim-meetings (= 0.22.0)
17
+ decidim-pages (= 0.22.0)
18
+ decidim-participatory_processes (= 0.22.0)
19
+ decidim-proposals (= 0.22.0)
20
+ decidim-sortitions (= 0.22.0)
21
+ decidim-surveys (= 0.22.0)
22
+ decidim-system (= 0.22.0)
23
+ decidim-verifications (= 0.22.0)
24
+ decidim-accountability (0.22.0)
25
+ decidim-comments (= 0.22.0)
26
+ decidim-core (= 0.22.0)
27
+ kaminari (~> 1.2, >= 1.2.1)
28
28
  searchlight (~> 4.1)
29
- decidim-admin (0.19.0)
29
+ decidim-admin (0.22.0)
30
30
  active_link_to (~> 1.0)
31
- decidim-core (= 0.19.0)
31
+ decidim-core (= 0.22.0)
32
32
  devise (~> 4.7)
33
33
  devise-i18n (~> 1.2)
34
34
  devise_invitable (~> 1.7)
35
35
  jquery-rails (~> 4.3)
36
- sassc (~> 1.12, >= 1.12.1)
37
- sassc-rails (~> 1.3)
38
- decidim-api (0.19.0)
36
+ sassc (~> 2.3.0)
37
+ sassc-rails (~> 2.1.2)
38
+ decidim-api (0.22.0)
39
39
  graphiql-rails (~> 1.4, < 1.5)
40
40
  graphql (~> 1.9)
41
41
  rack-cors (~> 1.0)
42
+ redcarpet (~> 3.4)
42
43
  sprockets-es6 (~> 0.9.2)
43
- decidim-assemblies (0.19.0)
44
- decidim-core (= 0.19.0)
45
- decidim-blogs (0.19.0)
46
- decidim-admin (= 0.19.0)
47
- decidim-comments (= 0.19.0)
48
- decidim-core (= 0.19.0)
44
+ decidim-assemblies (0.22.0)
45
+ decidim-core (= 0.22.0)
46
+ decidim-blogs (0.22.0)
47
+ decidim-admin (= 0.22.0)
48
+ decidim-comments (= 0.22.0)
49
+ decidim-core (= 0.22.0)
49
50
  httparty (~> 0.17)
50
51
  jquery-tmpl-rails (~> 1.1)
51
- kaminari (~> 1.1)
52
- decidim-budgets (0.19.0)
53
- decidim-comments (= 0.19.0)
54
- decidim-core (= 0.19.0)
55
- kaminari (~> 1.1)
52
+ kaminari (~> 1.2, >= 1.2.1)
53
+ decidim-budgets (0.22.0)
54
+ decidim-comments (= 0.22.0)
55
+ decidim-core (= 0.22.0)
56
+ kaminari (~> 1.2, >= 1.2.1)
56
57
  searchlight (~> 4.1)
57
- decidim-comments (0.19.0)
58
- decidim-core (= 0.19.0)
58
+ decidim-comments (0.22.0)
59
+ decidim-core (= 0.22.0)
59
60
  jquery-rails (~> 4.3)
60
- decidim-consultations (0.19.0)
61
- decidim-admin (= 0.19.0)
62
- decidim-comments (= 0.19.0)
63
- decidim-core (= 0.19.0)
64
- decidim-core (0.19.0)
61
+ redcarpet (~> 3.4)
62
+ decidim-consultations (0.22.0)
63
+ decidim-admin (= 0.22.0)
64
+ decidim-comments (= 0.22.0)
65
+ decidim-core (= 0.22.0)
66
+ decidim-core (0.22.0)
65
67
  active_link_to (~> 1.0)
66
68
  anchored (>= 1.1.0)
67
69
  autoprefixer-rails (~> 8.0)
68
70
  batch-loader (~> 1.2)
71
+ browser (~> 2.7)
69
72
  carrierwave (~> 1.3)
70
73
  cells-erb (~> 0.1.0)
71
74
  cells-rails (~> 0.0.9)
72
75
  charlock_holmes (~> 0.7)
73
76
  date_validator (~> 0.9.0)
74
- decidim-api (= 0.19.0)
77
+ decidim-api (= 0.22.0)
75
78
  devise (~> 4.7)
76
79
  devise-i18n (~> 1.2)
80
+ diffy (~> 3.3)
77
81
  doorkeeper (~> 5.1)
78
82
  doorkeeper-i18n (~> 4.0)
79
83
  etherpad-lite (~> 0.3)
80
84
  file_validators (~> 2.1)
81
- foundation-rails (~> 6.4, < 6.5)
85
+ foundation-rails (~> 6.6, < 6.7)
82
86
  foundation_rails_helper (~> 3.0)
83
- geocoder (~> 1.5)
87
+ geocoder (>= 1.5)
84
88
  hashdiff (>= 0.4.0, < 2.0.0)
85
89
  invisible_captcha (~> 0.12)
86
90
  jquery-rails (~> 4.3)
87
- kaminari (~> 1.1)
88
- loofah (~> 2.2)
91
+ kaminari (~> 1.2, >= 1.2.1)
92
+ loofah (~> 2.3.1)
89
93
  mini_magick (~> 4.9)
90
94
  mustache (~> 1.1.0)
91
95
  nobspw (~> 0.6.0)
92
- omniauth (~> 1.9)
96
+ omniauth (= 1.9.0)
93
97
  omniauth-facebook (~> 5.0)
94
98
  omniauth-google-oauth2 (~> 0.7)
95
99
  omniauth-rails_csrf_protection (~> 0.1)
@@ -98,15 +102,16 @@ PATH
98
102
  pg (~> 1.1.4, < 2)
99
103
  pg_search (~> 2.2)
100
104
  premailer-rails (~> 1.10)
101
- rack (~> 2.0)
105
+ rack (>= 2.0.8)
102
106
  rack-attack (~> 6.0)
103
- rails (>= 5.2, < 6.0.x)
107
+ rails (>= 5.2.4.3, < 6.0.x)
104
108
  rails-i18n (~> 5.0)
105
109
  rectify (~> 0.13.0)
106
110
  redis (~> 4.1)
107
111
  rubyzip (~> 2.0)
108
- sassc (~> 1.12, >= 1.12.1)
109
- sassc-rails (~> 1.3)
112
+ sassc (~> 2.3.0)
113
+ sassc-rails (~> 2.1.2)
114
+ seven_zip_ruby (~> 1.2, >= 1.2.2)
110
115
  social-share-button (~> 1.2, >= 1.2.1)
111
116
  spreadsheet (~> 1.2)
112
117
  sprockets (~> 3.7, < 4)
@@ -115,117 +120,118 @@ PATH
115
120
  uglifier (~> 4.1)
116
121
  valid_email2 (~> 2.1)
117
122
  wisper (~> 2.0)
118
- decidim-debates (0.19.0)
119
- decidim-comments (= 0.19.0)
120
- decidim-core (= 0.19.0)
121
- kaminari (~> 1.1)
123
+ decidim-debates (0.22.0)
124
+ decidim-comments (= 0.22.0)
125
+ decidim-core (= 0.22.0)
126
+ kaminari (~> 1.2, >= 1.2.1)
122
127
  searchlight (~> 4.1)
123
- decidim-dev (0.19.0)
128
+ decidim-dev (0.22.0)
124
129
  byebug (~> 11.0)
125
130
  capybara (~> 3.24)
126
131
  db-query-matchers (~> 0.9.0)
127
- decidim (= 0.19.0)
132
+ decidim (= 0.22.0)
128
133
  erb_lint (~> 0.0.28)
129
134
  factory_bot_rails (~> 4.8)
130
135
  i18n-tasks (~> 0.9.18)
131
- mdl (~> 0.5.0)
132
- nokogiri (>= 1.10.4)
133
- puma (~> 3.12)
136
+ mdl (~> 0.10)
137
+ nokogiri (>= 1.10.8)
138
+ puma (>= 4.3)
134
139
  rails-controller-testing (~> 1.0)
135
140
  rspec-cells (~> 0.3.4)
136
141
  rspec-html-matchers (~> 0.9.1)
137
142
  rspec-rails (~> 3.7)
143
+ rspec-retry (~> 0.6.2)
138
144
  rspec_junit_formatter (~> 0.3.0)
139
145
  rubocop (~> 0.71.0)
140
146
  rubocop-rails (~> 2.0)
141
147
  rubocop-rspec (~> 1.21)
142
148
  selenium-webdriver (~> 3.142)
143
- simplecov (~> 0.16)
149
+ simplecov (~> 0.18.5)
150
+ simplecov-cobertura (~> 1.3.1)
144
151
  system_test_html_screenshots (~> 0.1.1)
145
152
  webmock (~> 3.6)
146
153
  wisper-rspec (~> 1.0)
147
- decidim-forms (0.19.0)
148
- decidim-core (= 0.19.0)
149
- decidim-generators (0.19.0)
150
- decidim-core (= 0.19.0)
151
- decidim-initiatives (0.19.0)
152
- decidim-admin (= 0.19.0)
153
- decidim-comments (= 0.19.0)
154
- decidim-core (= 0.19.0)
155
- decidim-verifications (= 0.19.0)
156
- kaminari (~> 1.1)
154
+ decidim-forms (0.22.0)
155
+ decidim-core (= 0.22.0)
156
+ decidim-generators (0.22.0)
157
+ decidim-core (= 0.22.0)
158
+ decidim-initiatives (0.22.0)
159
+ decidim-admin (= 0.22.0)
160
+ decidim-comments (= 0.22.0)
161
+ decidim-core (= 0.22.0)
162
+ decidim-verifications (= 0.22.0)
163
+ kaminari (~> 1.2, >= 1.2.1)
157
164
  origami (~> 2.1)
158
165
  virtus-multiparams (~> 0.1)
159
166
  wicked (~> 1.3)
160
167
  wicked_pdf (~> 1.4)
161
168
  wkhtmltopdf-binary (~> 0.12)
162
- decidim-meetings (0.19.0)
169
+ decidim-meetings (0.22.0)
163
170
  cells-erb (~> 0.1.0)
164
171
  cells-rails (~> 0.0.9)
165
- decidim-core (= 0.19.0)
166
- decidim-forms (= 0.19.0)
172
+ decidim-core (= 0.22.0)
173
+ decidim-forms (= 0.22.0)
167
174
  httparty (~> 0.17)
168
175
  icalendar (~> 2.5)
169
176
  jquery-tmpl-rails (~> 1.1)
170
- kaminari (~> 1.1)
177
+ kaminari (~> 1.2, >= 1.2.1)
171
178
  searchlight (~> 4.1)
172
- decidim-pages (0.19.0)
173
- decidim-core (= 0.19.0)
174
- decidim-participatory_processes (0.19.0)
175
- decidim-core (= 0.19.0)
176
- decidim-proposals (0.19.0)
179
+ decidim-pages (0.22.0)
180
+ decidim-core (= 0.22.0)
181
+ decidim-participatory_processes (0.22.0)
182
+ decidim-core (= 0.22.0)
183
+ decidim-proposals (0.22.0)
177
184
  acts_as_list (~> 0.9)
178
185
  cells-erb (~> 0.1.0)
179
186
  cells-rails (~> 0.0.9)
180
- decidim-comments (= 0.19.0)
181
- decidim-core (= 0.19.0)
182
- diffy (~> 3.3)
187
+ decidim-comments (= 0.22.0)
188
+ decidim-core (= 0.22.0)
183
189
  doc2text (~> 0.4.2)
184
- kaminari (~> 1.1)
190
+ kaminari (~> 1.2, >= 1.2.1)
185
191
  ransack (~> 2.1.1)
186
192
  redcarpet (~> 3.4)
187
- decidim-sortitions (0.19.0)
188
- decidim-admin (= 0.19.0)
189
- decidim-comments (= 0.19.0)
190
- decidim-core (= 0.19.0)
191
- decidim-proposals (= 0.19.0)
192
- decidim-surveys (0.19.0)
193
- decidim-core (= 0.19.0)
194
- decidim-forms (= 0.19.0)
195
- decidim-system (0.19.0)
193
+ decidim-sortitions (0.22.0)
194
+ decidim-admin (= 0.22.0)
195
+ decidim-comments (= 0.22.0)
196
+ decidim-core (= 0.22.0)
197
+ decidim-proposals (= 0.22.0)
198
+ decidim-surveys (0.22.0)
199
+ decidim-core (= 0.22.0)
200
+ decidim-forms (= 0.22.0)
201
+ decidim-system (0.22.0)
196
202
  active_link_to (~> 1.0)
197
- decidim-core (= 0.19.0)
203
+ decidim-core (= 0.22.0)
198
204
  devise (~> 4.7)
199
205
  devise-i18n (~> 1.2)
200
206
  devise_invitable (~> 1.7)
201
207
  jquery-rails (~> 4.3)
202
- sassc (~> 1.12, >= 1.12.1)
203
- sassc-rails (~> 1.3)
204
- decidim-verifications (0.19.0)
205
- decidim-core (= 0.19.0)
208
+ sassc (~> 2.3.0)
209
+ sassc-rails (~> 2.1.2)
210
+ decidim-verifications (0.22.0)
211
+ decidim-core (= 0.22.0)
206
212
 
207
213
  GEM
208
214
  remote: https://rubygems.org/
209
215
  specs:
210
- actioncable (5.2.3)
211
- actionpack (= 5.2.3)
216
+ actioncable (5.2.4.3)
217
+ actionpack (= 5.2.4.3)
212
218
  nio4r (~> 2.0)
213
219
  websocket-driver (>= 0.6.1)
214
- actionmailer (5.2.3)
215
- actionpack (= 5.2.3)
216
- actionview (= 5.2.3)
217
- activejob (= 5.2.3)
220
+ actionmailer (5.2.4.3)
221
+ actionpack (= 5.2.4.3)
222
+ actionview (= 5.2.4.3)
223
+ activejob (= 5.2.4.3)
218
224
  mail (~> 2.5, >= 2.5.4)
219
225
  rails-dom-testing (~> 2.0)
220
- actionpack (5.2.3)
221
- actionview (= 5.2.3)
222
- activesupport (= 5.2.3)
223
- rack (~> 2.0)
226
+ actionpack (5.2.4.3)
227
+ actionview (= 5.2.4.3)
228
+ activesupport (= 5.2.4.3)
229
+ rack (~> 2.0, >= 2.0.8)
224
230
  rack-test (>= 0.6.3)
225
231
  rails-dom-testing (~> 2.0)
226
232
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
227
- actionview (5.2.3)
228
- activesupport (= 5.2.3)
233
+ actionview (5.2.4.3)
234
+ activesupport (= 5.2.4.3)
229
235
  builder (~> 3.1)
230
236
  erubi (~> 1.4)
231
237
  rails-dom-testing (~> 2.0)
@@ -233,20 +239,20 @@ GEM
233
239
  active_link_to (1.0.5)
234
240
  actionpack
235
241
  addressable
236
- activejob (5.2.3)
237
- activesupport (= 5.2.3)
242
+ activejob (5.2.4.3)
243
+ activesupport (= 5.2.4.3)
238
244
  globalid (>= 0.3.6)
239
- activemodel (5.2.3)
240
- activesupport (= 5.2.3)
241
- activerecord (5.2.3)
242
- activemodel (= 5.2.3)
243
- activesupport (= 5.2.3)
245
+ activemodel (5.2.4.3)
246
+ activesupport (= 5.2.4.3)
247
+ activerecord (5.2.4.3)
248
+ activemodel (= 5.2.4.3)
249
+ activesupport (= 5.2.4.3)
244
250
  arel (>= 9.0)
245
- activestorage (5.2.3)
246
- actionpack (= 5.2.3)
247
- activerecord (= 5.2.3)
251
+ activestorage (5.2.4.3)
252
+ actionpack (= 5.2.4.3)
253
+ activerecord (= 5.2.4.3)
248
254
  marcel (~> 0.3.1)
249
- activesupport (5.2.3)
255
+ activesupport (5.2.4.3)
250
256
  concurrent-ruby (~> 1.0, >= 1.0.2)
251
257
  i18n (>= 0.7, < 2)
252
258
  minitest (~> 5.1)
@@ -257,7 +263,7 @@ GEM
257
263
  public_suffix (>= 2.0.2, < 4.0)
258
264
  anchored (1.1.0)
259
265
  arel (9.0.0)
260
- ast (2.4.0)
266
+ ast (2.4.1)
261
267
  autoprefixer-rails (8.6.5)
262
268
  execjs
263
269
  axiom-types (0.1.1)
@@ -268,9 +274,9 @@ GEM
268
274
  babel-transpiler (0.7.0)
269
275
  babel-source (>= 4.0, < 6)
270
276
  execjs (~> 2.0)
271
- batch-loader (1.4.1)
272
- bcrypt (3.1.13)
273
- better_html (1.0.14)
277
+ batch-loader (1.5.0)
278
+ bcrypt (3.1.15)
279
+ better_html (1.0.15)
274
280
  actionview (>= 4.0)
275
281
  activesupport (>= 4.0)
276
282
  ast (~> 2.0)
@@ -281,9 +287,10 @@ GEM
281
287
  bindex (0.7.0)
282
288
  bootsnap (1.4.4)
283
289
  msgpack (~> 1.0)
284
- builder (3.2.3)
290
+ browser (2.7.1)
291
+ builder (3.2.4)
285
292
  byebug (11.0.1)
286
- capybara (3.29.0)
293
+ capybara (3.33.0)
287
294
  addressable
288
295
  mini_mime (>= 0.1.3)
289
296
  nokogiri (~> 1.8)
@@ -306,7 +313,8 @@ GEM
306
313
  cells-rails (0.0.9)
307
314
  actionpack (>= 3.0)
308
315
  cells (>= 4.1.6, < 5.0.0)
309
- charlock_holmes (0.7.6)
316
+ charlock_holmes (0.7.7)
317
+ chef-utils (16.4.41)
310
318
  childprocess (3.0.0)
311
319
  coercible (1.0.0)
312
320
  descendants_tracker (~> 0.0.1)
@@ -318,11 +326,11 @@ GEM
318
326
  execjs
319
327
  coffee-script-source (1.12.2)
320
328
  colorize (0.8.1)
321
- concurrent-ruby (1.1.5)
329
+ concurrent-ruby (1.1.6)
322
330
  crack (0.4.3)
323
331
  safe_yaml (~> 1.0.0)
324
- crass (1.0.4)
325
- css_parser (1.7.0)
332
+ crass (1.0.6)
333
+ css_parser (1.7.1)
326
334
  addressable
327
335
  date_validator (0.9.0)
328
336
  activemodel
@@ -335,26 +343,26 @@ GEM
335
343
  declarative-option (0.1.0)
336
344
  descendants_tracker (0.0.4)
337
345
  thread_safe (~> 0.3, >= 0.3.1)
338
- devise (4.7.1)
346
+ devise (4.7.2)
339
347
  bcrypt (~> 3.0)
340
348
  orm_adapter (~> 0.1)
341
349
  railties (>= 4.1.0)
342
350
  responders
343
351
  warden (~> 1.2.3)
344
- devise-i18n (1.8.2)
345
- devise (>= 4.6)
352
+ devise-i18n (1.9.2)
353
+ devise (>= 4.7.1)
346
354
  devise_invitable (1.7.5)
347
355
  actionmailer (>= 4.1.0)
348
356
  devise (>= 4.0.0)
349
- diff-lcs (1.3)
350
- diffy (3.3.0)
357
+ diff-lcs (1.4.4)
358
+ diffy (3.4.0)
351
359
  doc2text (0.4.2)
352
360
  nokogiri (~> 1.10.0)
353
361
  rubyzip (~> 2.0.0)
354
362
  docile (1.3.2)
355
363
  domain_name (0.5.20190701)
356
364
  unf (>= 0.0.5, < 1.0.0)
357
- doorkeeper (5.2.1)
365
+ doorkeeper (5.4.0)
358
366
  railties (>= 5)
359
367
  doorkeeper-i18n (4.0.1)
360
368
  equalizer (0.0.11)
@@ -365,9 +373,9 @@ GEM
365
373
  rainbow
366
374
  rubocop (~> 0.51)
367
375
  smart_properties
368
- erbse (0.1.3)
376
+ erbse (0.1.4)
369
377
  temple
370
- erubi (1.8.0)
378
+ erubi (1.9.0)
371
379
  etherpad-lite (0.3.0)
372
380
  rest-client (>= 1.6)
373
381
  execjs (2.7.0)
@@ -378,15 +386,15 @@ GEM
378
386
  railties (>= 3.0.0)
379
387
  faker (1.9.3)
380
388
  i18n (>= 0.7)
381
- faraday (0.17.0)
389
+ faraday (1.0.1)
382
390
  multipart-post (>= 1.2, < 3)
383
391
  ffi (1.9.25)
384
392
  file_validators (2.3.0)
385
393
  activemodel (>= 3.2)
386
394
  mime-types (>= 1.0)
387
- foundation-rails (6.4.3.0)
395
+ foundation-rails (6.6.2.0)
388
396
  railties (>= 3.1.0)
389
- sass (>= 3.3.0, < 3.5)
397
+ sass (>= 3.3.0)
390
398
  sprockets-es6 (>= 0.9.0)
391
399
  foundation_rails_helper (3.0.0)
392
400
  actionpack (>= 4.1, < 6.0)
@@ -394,14 +402,14 @@ GEM
394
402
  activesupport (>= 4.1, < 6.0)
395
403
  railties (>= 4.1, < 6.0)
396
404
  tzinfo (~> 1.2, >= 1.2.2)
397
- geocoder (1.5.2)
405
+ geocoder (1.6.3)
398
406
  globalid (0.4.2)
399
407
  activesupport (>= 4.2.0)
400
408
  graphiql-rails (1.4.11)
401
409
  railties
402
410
  sprockets-rails
403
- graphql (1.9.14)
404
- hashdiff (1.0.0)
411
+ graphql (1.11.3)
412
+ hashdiff (1.0.1)
405
413
  hashie (3.6.0)
406
414
  highline (2.0.3)
407
415
  html_tokenizer (0.0.7)
@@ -409,12 +417,12 @@ GEM
409
417
  http-accept (1.7.0)
410
418
  http-cookie (1.0.3)
411
419
  domain_name (~> 0.5)
412
- httparty (0.17.1)
420
+ httparty (0.18.1)
413
421
  mime-types (~> 3.0)
414
422
  multi_xml (>= 0.5.2)
415
- i18n (1.6.0)
423
+ i18n (1.8.2)
416
424
  concurrent-ruby (~> 1.0)
417
- i18n-tasks (0.9.29)
425
+ i18n-tasks (0.9.31)
418
426
  activesupport (>= 4.0.2)
419
427
  ast (>= 2.1.0)
420
428
  erubi
@@ -424,34 +432,36 @@ GEM
424
432
  rails-i18n
425
433
  rainbow (>= 2.2.2, < 4.0)
426
434
  terminal-table (>= 1.5.1)
427
- icalendar (2.5.3)
435
+ icalendar (2.6.1)
428
436
  ice_cube (~> 0.16)
429
437
  ice_cube (0.16.3)
430
438
  ice_nine (0.11.2)
431
- invisible_captcha (0.12.2)
439
+ invisible_captcha (0.13.0)
432
440
  rails (>= 3.2.0)
433
- jaro_winkler (1.5.3)
434
- jquery-rails (4.3.5)
441
+ jaro_winkler (1.5.4)
442
+ jquery-rails (4.4.0)
435
443
  rails-dom-testing (>= 1, < 3)
436
444
  railties (>= 4.2.0)
437
445
  thor (>= 0.14, < 2.0)
438
446
  jquery-tmpl-rails (1.1.0)
439
447
  rails (>= 3.1.0)
440
- json (2.2.0)
441
- jwt (2.2.1)
442
- kaminari (1.1.1)
448
+ jwt (2.2.2)
449
+ kaminari (1.2.1)
443
450
  activesupport (>= 4.1.0)
444
- kaminari-actionview (= 1.1.1)
445
- kaminari-activerecord (= 1.1.1)
446
- kaminari-core (= 1.1.1)
447
- kaminari-actionview (1.1.1)
451
+ kaminari-actionview (= 1.2.1)
452
+ kaminari-activerecord (= 1.2.1)
453
+ kaminari-core (= 1.2.1)
454
+ kaminari-actionview (1.2.1)
448
455
  actionview
449
- kaminari-core (= 1.1.1)
450
- kaminari-activerecord (1.1.1)
456
+ kaminari-core (= 1.2.1)
457
+ kaminari-activerecord (1.2.1)
451
458
  activerecord
452
- kaminari-core (= 1.1.1)
453
- kaminari-core (1.1.1)
454
- kramdown (1.17.0)
459
+ kaminari-core (= 1.2.1)
460
+ kaminari-core (1.2.1)
461
+ kramdown (2.3.0)
462
+ rexml
463
+ kramdown-parser-gfm (1.1.0)
464
+ kramdown (~> 2.0)
455
465
  launchy (2.4.3)
456
466
  addressable (~> 2.3)
457
467
  letter_opener (1.7.0)
@@ -464,41 +474,45 @@ GEM
464
474
  rb-fsevent (~> 0.9, >= 0.9.4)
465
475
  rb-inotify (~> 0.9, >= 0.9.7)
466
476
  ruby_dep (~> 1.2)
467
- loofah (2.2.3)
477
+ loofah (2.3.1)
468
478
  crass (~> 1.0.2)
469
479
  nokogiri (>= 1.5.9)
470
480
  mail (2.7.1)
471
481
  mini_mime (>= 0.1.1)
472
482
  marcel (0.3.3)
473
483
  mimemagic (~> 0.3.2)
474
- mdl (0.5.0)
475
- kramdown (~> 1.12, >= 1.12.0)
476
- mixlib-cli (~> 1.7, >= 1.7.0)
477
- mixlib-config (~> 2.2, >= 2.2.1)
478
- method_source (0.9.2)
479
- mime-types (3.3)
484
+ mdl (0.11.0)
485
+ kramdown (~> 2.3)
486
+ kramdown-parser-gfm (~> 1.1)
487
+ mixlib-cli (~> 2.1, >= 2.1.1)
488
+ mixlib-config (>= 2.2.1, < 4)
489
+ mixlib-shellout
490
+ method_source (1.0.0)
491
+ mime-types (3.3.1)
480
492
  mime-types-data (~> 3.2015)
481
- mime-types-data (3.2019.1009)
482
- mimemagic (0.3.3)
483
- mini_magick (4.9.5)
484
- mini_mime (1.0.1)
493
+ mime-types-data (3.2020.0512)
494
+ mimemagic (0.3.5)
495
+ mini_magick (4.10.1)
496
+ mini_mime (1.0.2)
485
497
  mini_portile2 (2.4.0)
486
- minitest (5.11.3)
487
- mixlib-cli (1.7.0)
488
- mixlib-config (2.2.18)
498
+ minitest (5.14.1)
499
+ mixlib-cli (2.1.8)
500
+ mixlib-config (3.0.9)
489
501
  tomlrb
502
+ mixlib-shellout (3.1.4)
503
+ chef-utils
490
504
  msgpack (1.2.10)
491
- multi_json (1.14.1)
505
+ multi_json (1.15.0)
492
506
  multi_xml (0.6.0)
493
507
  multipart-post (2.1.1)
494
- mustache (1.1.0)
508
+ mustache (1.1.1)
495
509
  netrc (0.11.0)
496
510
  nio4r (2.5.2)
497
- nobspw (0.6.1)
498
- nokogiri (1.10.4)
511
+ nobspw (0.6.2)
512
+ nokogiri (1.10.9)
499
513
  mini_portile2 (~> 2.4.0)
500
514
  oauth (0.5.4)
501
- oauth2 (1.4.2)
515
+ oauth2 (1.4.4)
502
516
  faraday (>= 0.8, < 2.0)
503
517
  jwt (>= 1.0, < 3.0)
504
518
  multi_json (~> 1.3)
@@ -516,8 +530,8 @@ GEM
516
530
  omniauth-oauth (1.1.0)
517
531
  oauth
518
532
  omniauth (~> 1.0)
519
- omniauth-oauth2 (1.6.0)
520
- oauth2 (~> 1.1)
533
+ omniauth-oauth2 (1.7.0)
534
+ oauth2 (~> 1.4)
521
535
  omniauth (~> 1.9)
522
536
  omniauth-rails_csrf_protection (0.1.2)
523
537
  actionpack (>= 4.2)
@@ -531,61 +545,63 @@ GEM
531
545
  paper_trail (10.3.1)
532
546
  activerecord (>= 4.2)
533
547
  request_store (~> 1.1)
534
- parallel (1.18.0)
535
- parser (2.6.5.0)
536
- ast (~> 2.4.0)
548
+ parallel (1.19.2)
549
+ parser (2.7.1.4)
550
+ ast (~> 2.4.1)
537
551
  pg (1.1.4)
538
- pg_search (2.3.0)
539
- activerecord (>= 4.2)
540
- activesupport (>= 4.2)
541
- premailer (1.11.1)
552
+ pg_search (2.3.2)
553
+ activerecord (>= 5.2)
554
+ activesupport (>= 5.2)
555
+ premailer (1.13.1)
542
556
  addressable
543
557
  css_parser (>= 1.6.0)
544
558
  htmlentities (>= 4.0.0)
545
- premailer-rails (1.10.3)
559
+ premailer-rails (1.11.1)
546
560
  actionmailer (>= 3)
547
561
  premailer (~> 1.7, >= 1.7.9)
548
562
  public_suffix (3.1.0)
549
- puma (3.12.1)
550
- rack (2.0.7)
551
- rack-attack (6.2.0)
563
+ puma (4.3.5)
564
+ nio4r (~> 2.0)
565
+ rack (2.2.2)
566
+ rack-attack (6.3.1)
552
567
  rack (>= 1.0, < 3)
553
- rack-cors (1.0.3)
568
+ rack-cors (1.1.1)
569
+ rack (>= 2.0.0)
554
570
  rack-test (1.1.0)
555
571
  rack (>= 1.0, < 3)
556
- rails (5.2.3)
557
- actioncable (= 5.2.3)
558
- actionmailer (= 5.2.3)
559
- actionpack (= 5.2.3)
560
- actionview (= 5.2.3)
561
- activejob (= 5.2.3)
562
- activemodel (= 5.2.3)
563
- activerecord (= 5.2.3)
564
- activestorage (= 5.2.3)
565
- activesupport (= 5.2.3)
572
+ rails (5.2.4.3)
573
+ actioncable (= 5.2.4.3)
574
+ actionmailer (= 5.2.4.3)
575
+ actionpack (= 5.2.4.3)
576
+ actionview (= 5.2.4.3)
577
+ activejob (= 5.2.4.3)
578
+ activemodel (= 5.2.4.3)
579
+ activerecord (= 5.2.4.3)
580
+ activestorage (= 5.2.4.3)
581
+ activesupport (= 5.2.4.3)
566
582
  bundler (>= 1.3.0)
567
- railties (= 5.2.3)
583
+ railties (= 5.2.4.3)
568
584
  sprockets-rails (>= 2.0.0)
569
- rails-controller-testing (1.0.4)
570
- actionpack (>= 5.0.1.x)
571
- actionview (>= 5.0.1.x)
572
- activesupport (>= 5.0.1.x)
585
+ rails-controller-testing (1.0.5)
586
+ actionpack (>= 5.0.1.rc1)
587
+ actionview (>= 5.0.1.rc1)
588
+ activesupport (>= 5.0.1.rc1)
573
589
  rails-dom-testing (2.0.3)
574
590
  activesupport (>= 4.2.0)
575
591
  nokogiri (>= 1.6)
576
- rails-html-sanitizer (1.2.0)
577
- loofah (~> 2.2, >= 2.2.2)
592
+ rails-html-sanitizer (1.3.0)
593
+ loofah (~> 2.3)
578
594
  rails-i18n (5.1.3)
579
595
  i18n (>= 0.7, < 2)
580
596
  railties (>= 5.0, < 6)
581
- railties (5.2.3)
582
- actionpack (= 5.2.3)
583
- activesupport (= 5.2.3)
597
+ railties (5.2.4.3)
598
+ actionpack (= 5.2.4.3)
599
+ activesupport (= 5.2.4.3)
584
600
  method_source
585
601
  rake (>= 0.8.7)
586
602
  thor (>= 0.19.0, < 2.0)
587
603
  rainbow (3.0.0)
588
- rake (13.0.0)
604
+ rake (13.0.1)
589
605
  ransack (2.1.1)
590
606
  actionpack (>= 5.0)
591
607
  activerecord (>= 5.0)
@@ -601,11 +617,11 @@ GEM
601
617
  virtus (~> 1.0.5)
602
618
  wisper (>= 1.6.1)
603
619
  redcarpet (3.5.0)
604
- redis (4.1.3)
605
- regexp_parser (1.6.0)
606
- request_store (1.4.1)
620
+ redis (4.2.1)
621
+ regexp_parser (1.7.1)
622
+ request_store (1.5.0)
607
623
  rack (>= 1.4)
608
- responders (3.0.0)
624
+ responders (3.0.1)
609
625
  actionpack (>= 5.0)
610
626
  railties (>= 5.0)
611
627
  rest-client (2.1.0)
@@ -613,25 +629,26 @@ GEM
613
629
  http-cookie (>= 1.0.2, < 2.0)
614
630
  mime-types (>= 1.16, < 4.0)
615
631
  netrc (~> 0.8)
632
+ rexml (3.2.4)
616
633
  rspec (3.9.0)
617
634
  rspec-core (~> 3.9.0)
618
635
  rspec-expectations (~> 3.9.0)
619
636
  rspec-mocks (~> 3.9.0)
620
- rspec-cells (0.3.4)
637
+ rspec-cells (0.3.5)
621
638
  cells (>= 4.0.0, < 6.0.0)
622
- rspec-rails (~> 3.2)
623
- rspec-core (3.9.0)
624
- rspec-support (~> 3.9.0)
625
- rspec-expectations (3.9.0)
639
+ rspec-rails (< 5.0)
640
+ rspec-core (3.9.2)
641
+ rspec-support (~> 3.9.3)
642
+ rspec-expectations (3.9.2)
626
643
  diff-lcs (>= 1.2.0, < 2.0)
627
644
  rspec-support (~> 3.9.0)
628
- rspec-html-matchers (0.9.1)
645
+ rspec-html-matchers (0.9.2)
629
646
  nokogiri (~> 1)
630
647
  rspec (>= 3.0.0.a, < 4)
631
- rspec-mocks (3.9.0)
648
+ rspec-mocks (3.9.1)
632
649
  diff-lcs (>= 1.2.0, < 2.0)
633
650
  rspec-support (~> 3.9.0)
634
- rspec-rails (3.9.0)
651
+ rspec-rails (3.9.1)
635
652
  actionpack (>= 3.0)
636
653
  activesupport (>= 3.0)
637
654
  railties (>= 3.0)
@@ -639,7 +656,9 @@ GEM
639
656
  rspec-expectations (~> 3.9.0)
640
657
  rspec-mocks (~> 3.9.0)
641
658
  rspec-support (~> 3.9.0)
642
- rspec-support (3.9.0)
659
+ rspec-retry (0.6.2)
660
+ rspec-core (> 3.3)
661
+ rspec-support (3.9.3)
643
662
  rspec_junit_formatter (0.3.0)
644
663
  rspec-core (>= 2, < 4, != 2.12.0)
645
664
  rubocop (0.71.0)
@@ -652,37 +671,41 @@ GEM
652
671
  rubocop-rails (2.0.1)
653
672
  rack (>= 1.1)
654
673
  rubocop (>= 0.70.0)
655
- rubocop-rspec (1.36.0)
674
+ rubocop-rspec (1.41.0)
656
675
  rubocop (>= 0.68.1)
657
676
  ruby-ole (1.2.12.2)
658
677
  ruby-progressbar (1.10.1)
659
678
  ruby_dep (1.5.0)
660
679
  rubyzip (2.0.0)
661
680
  safe_yaml (1.0.5)
662
- sass (3.4.25)
663
- sassc (1.12.1)
664
- ffi (~> 1.9.6)
665
- sass (>= 3.3.0)
666
- sassc-rails (1.3.0)
681
+ sass (3.7.4)
682
+ sass-listen (~> 4.0.0)
683
+ sass-listen (4.0.0)
684
+ rb-fsevent (~> 0.9, >= 0.9.4)
685
+ rb-inotify (~> 0.9, >= 0.9.7)
686
+ sassc (2.3.0)
687
+ ffi (~> 1.9)
688
+ sassc-rails (2.1.2)
667
689
  railties (>= 4.0.0)
668
- sass
669
- sassc (~> 1.9)
670
- sprockets (> 2.11)
690
+ sassc (>= 2.0)
691
+ sprockets (> 3.0)
671
692
  sprockets-rails
672
693
  tilt
673
694
  searchlight (4.1.0)
674
- selenium-webdriver (3.142.6)
695
+ selenium-webdriver (3.142.7)
675
696
  childprocess (>= 0.5, < 4.0)
676
697
  rubyzip (>= 1.2.2)
677
- simplecov (0.17.1)
698
+ seven_zip_ruby (1.3.0)
699
+ simplecov (0.18.5)
678
700
  docile (~> 1.1)
679
- json (>= 1.8, < 3)
680
- simplecov-html (~> 0.10.0)
681
- simplecov-html (0.10.2)
701
+ simplecov-html (~> 0.11)
702
+ simplecov-cobertura (1.3.1)
703
+ simplecov (~> 0.8)
704
+ simplecov-html (0.12.2)
682
705
  smart_properties (1.15.0)
683
- social-share-button (1.2.1)
706
+ social-share-button (1.2.3)
684
707
  coffee-rails
685
- spreadsheet (1.2.4)
708
+ spreadsheet (1.2.6)
686
709
  ruby-ole (>= 1.0)
687
710
  spring (2.1.0)
688
711
  spring-watcher-listen (2.0.1)
@@ -704,22 +727,22 @@ GEM
704
727
  temple (0.8.2)
705
728
  terminal-table (1.8.0)
706
729
  unicode-display_width (~> 1.1, >= 1.1.1)
707
- thor (0.20.3)
730
+ thor (1.0.1)
708
731
  thread_safe (0.3.6)
709
732
  tilt (2.0.10)
710
- tomlrb (1.2.8)
733
+ tomlrb (1.3.0)
711
734
  truncato (0.7.11)
712
735
  htmlentities (~> 4.3.1)
713
736
  nokogiri (>= 1.7.0, <= 2.0)
714
- tzinfo (1.2.5)
737
+ tzinfo (1.2.7)
715
738
  thread_safe (~> 0.1)
716
739
  uber (0.1.0)
717
740
  uglifier (4.1.20)
718
741
  execjs (>= 0.3.0, < 3)
719
742
  unf (0.1.4)
720
743
  unf_ext
721
- unf_ext (0.0.7.6)
722
- unicode-display_width (1.6.0)
744
+ unf_ext (0.0.7.7)
745
+ unicode-display_width (1.6.1)
723
746
  valid_email2 (2.3.1)
724
747
  activemodel (>= 3.2)
725
748
  mail (~> 2.5)
@@ -737,20 +760,20 @@ GEM
737
760
  activemodel (>= 5.0)
738
761
  bindex (>= 0.4.0)
739
762
  railties (>= 5.0)
740
- webmock (3.7.6)
763
+ webmock (3.8.3)
741
764
  addressable (>= 2.3.6)
742
765
  crack (>= 0.3.2)
743
766
  hashdiff (>= 0.4.0, < 2.0.0)
744
- websocket-driver (0.7.1)
767
+ websocket-driver (0.7.3)
745
768
  websocket-extensions (>= 0.1.0)
746
- websocket-extensions (0.1.4)
769
+ websocket-extensions (0.1.5)
747
770
  wicked (1.3.4)
748
771
  railties (>= 3.0.7)
749
772
  wicked_pdf (1.4.0)
750
773
  activesupport
751
774
  wisper (2.0.1)
752
775
  wisper-rspec (1.1.0)
753
- wkhtmltopdf-binary (0.12.4)
776
+ wkhtmltopdf-binary (0.12.6.3)
754
777
  xpath (3.2.0)
755
778
  nokogiri (~> 1.8)
756
779
 
@@ -767,14 +790,14 @@ DEPENDENCIES
767
790
  faker (~> 1.9)
768
791
  letter_opener_web (~> 1.3)
769
792
  listen (~> 3.1)
770
- puma (~> 3.12)
793
+ puma (>= 4.3.5)
771
794
  spring (~> 2.0)
772
795
  spring-watcher-listen (~> 2.0)
773
796
  uglifier (~> 4.1)
774
797
  web-console (~> 3.5)
775
798
 
776
799
  RUBY VERSION
777
- ruby 2.6.3p62
800
+ ruby 2.5.3p105
778
801
 
779
802
  BUNDLED WITH
780
- 1.17.3
803
+ 2.1.4
@@ -111,14 +111,12 @@ module Decidim
111
111
  if current_gem == "decidim"
112
112
  gsub_file "Gemfile", /gem "decidim-dev".*/, "gem \"decidim-dev\", #{gem_modifier}"
113
113
 
114
- if options[:demo]
115
- gsub_file "Gemfile", /gem "decidim-consultations".*/, "gem \"decidim-consultations\", #{gem_modifier}"
116
- gsub_file "Gemfile", /gem "decidim-initiatives".*/, "gem \"decidim-initiatives\", #{gem_modifier}"
117
- gsub_file "Gemfile", /gem "decidim-conferences".*/, "gem \"decidim-conferences\", #{gem_modifier}"
118
- else
119
- gsub_file "Gemfile", /gem "decidim-consultations".*/, "# gem \"decidim-consultations\", #{gem_modifier}"
120
- gsub_file "Gemfile", /gem "decidim-initiatives".*/, "# gem \"decidim-initiatives\", #{gem_modifier}"
121
- gsub_file "Gemfile", /gem "decidim-conferences".*/, "# gem \"decidim-conferences\", #{gem_modifier}"
114
+ %w(conferences consultations elections initiatives).each do |component|
115
+ if options[:demo]
116
+ gsub_file "Gemfile", /gem "decidim-#{component}".*/, "gem \"decidim-#{component}\", #{gem_modifier}"
117
+ else
118
+ gsub_file "Gemfile", /gem "decidim-#{component}".*/, "# gem \"decidim-#{component}\", #{gem_modifier}"
119
+ end
122
120
  end
123
121
  end
124
122
 
@@ -1,21 +1,44 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  Decidim.configure do |config|
4
+ # The name of the application
4
5
  config.application_name = "My Application Name"
6
+
7
+ # The email that will be used as sender in all emails from Decidim
5
8
  config.mailer_sender = "change-me@domain.org"
6
9
 
7
- # Change these lines to set your preferred locales
8
- config.default_locale = :en
10
+ # Sets the list of available locales for the whole application.
11
+ #
12
+ # When an organization is created through the System area, system admins will
13
+ # be able to choose the available languages for that organization. That list
14
+ # of languages will be equal or a subset of the list in this file.
9
15
  config.available_locales = [:en, :ca, :es]
10
16
 
17
+ # Restrict access to the system part with an authorized ip list.
18
+ # You can use a single ip like ("1.2.3.4"), or an ip subnet like ("1.2.3.4/24")
19
+ # You may specify multiple ip in an array ["1.2.3.4", "1.2.3.4/24"]
20
+ # config.system_accesslist_ips = ["127.0.0.1"]
21
+
22
+ # Sets the default locale for new organizations. When creating a new
23
+ # organization from the System area, system admins will be able to overwrite
24
+ # this value for that specific organization.
25
+ config.default_locale = :en
26
+
27
+ # Defines a list of custom content processors. They are used to parse and
28
+ # render specific tags inside some user-provided content. Check the docs for
29
+ # more info.
30
+ # config.content_processors = []
31
+
32
+ # Whether SSL should be enabled or not.
33
+ # config.force_ssl = true
34
+
11
35
  # Geocoder configuration
12
36
  # config.geocoder = {
13
- # static_map_url: "https://image.maps.cit.api.here.com/mia/1.6/mapview",
14
- # here_app_id: Rails.application.secrets.geocoder[:here_app_id],
15
- # here_app_code: Rails.application.secrets.geocoder[:here_app_code]
37
+ # static_map_url: "https://image.maps.ls.hereapi.com/mia/1.6/mapview",
38
+ # here_api_key: Rails.application.secrets.geocoder[:here_api_key]
16
39
  # }
17
40
 
18
- # Custom resource reference generator method
41
+ # Custom resource reference generator method. Check the docs for more info.
19
42
  # config.reference_generator = lambda do |resource, component|
20
43
  # # Implement your custom method to generate resources references
21
44
  # "1234-#{resource.id}"
@@ -24,7 +47,17 @@ Decidim.configure do |config|
24
47
  # Currency unit
25
48
  # config.currency_unit = "€"
26
49
 
27
- # The number of reports which an object can receive before hiding it
50
+ # Defines the quality of image uploads after processing. Image uploads are
51
+ # processed by Decidim, this value helps reduce the size of the files.
52
+ # config.image_uploader_quality = 80
53
+
54
+ # The maximum file size of an attachment
55
+ # config.maximum_attachment_size = 10.megabytes
56
+
57
+ # The maximum file size for a user avatar
58
+ # config.maximum_avatar_size = 10.megabytes
59
+
60
+ # The number of reports which a resource can receive before hiding it
28
61
  # config.max_reports_before_hiding = 3
29
62
 
30
63
  # Custom HTML Header snippets
@@ -42,6 +75,36 @@ Decidim.configure do |config|
42
75
  #
43
76
  config.enable_html_header_snippets = false
44
77
 
78
+ # Allow organizations admins to track newsletter links.
79
+ # config.track_newsletter_links = true
80
+
81
+ # Amount of time that the data portability files will be available in the server.
82
+ # config.data_portability_expiry_time = 7.days
83
+
84
+ # Max requests in a time period to prevent DoS attacks. Only applied on production.
85
+ # config.throttling_max_requests = 100
86
+
87
+ # Time window in which the throttling is applied.
88
+ # config.throttling_period = 1.minute
89
+
90
+ # Time window were users can access the website even if their email is not confirmed.
91
+ # config.unconfirmed_access_for = 2.days
92
+
93
+ # Etherpad configuration. Check the docs for more info.
94
+ # config.etherpad = {
95
+ # server: <your url>,
96
+ # api_key: <your key>,
97
+ # api_version: <your version>
98
+ # }
99
+
100
+ # A base path for the uploads. If set, make sure it ends in a slash.
101
+ # Uploads will be set to `<base_path>/uploads/`. This can be useful if you
102
+ # want to use the same uploads place for both staging and production
103
+ # environments, but in different folders.
104
+ #
105
+ # If not set, it will be ignored.
106
+ # config.base_uploads_path = nil
107
+
45
108
  # SMS gateway configuration
46
109
  #
47
110
  # If you want to verify your users by sending a verification code via
@@ -122,6 +185,21 @@ Decidim.configure do |config|
122
185
  # api_key: Rails.application.secrets.etherpad[:api_key],
123
186
  # api_version: Rails.application.secrets.etherpad[:api_version]
124
187
  # }
188
+
189
+ # Sets Decidim::Exporters::CSV's default column separator
190
+ # config.default_csv_col_sep = ";"
191
+
192
+ # The list of roles a user can have, not considering the space-specific roles.
193
+ # config.user_roles = %w(admin user_manager)
194
+
195
+ # The list of visibility options for amendments. An Array of Strings that
196
+ # serve both as locale keys and values to construct the input collection in
197
+ # Decidim::Amendment::VisibilityStepSetting::options.
198
+ #
199
+ # This collection is used in Decidim::Admin::SettingsHelper to generate a
200
+ # radio buttons collection input field form for a Decidim::Component
201
+ # step setting :amendments_visibility.
202
+ # config.amendments_visibility_options = %w(all participants)
125
203
  end
126
204
 
127
205
  Rails.application.config.i18n.available_locales = Decidim.available_locales
@@ -23,11 +23,11 @@ default: &default
23
23
  api_secret: <%%= ENV["OMNIAUTH_TWITTER_API_SECRET"] %>
24
24
  google_oauth2:
25
25
  enabled: false
26
+ icon_path: decidim/brands/google.svg
26
27
  client_id: <%%= ENV["OMNIAUTH_GOOGLE_CLIENT_ID"] %>
27
28
  client_secret: <%%= ENV["OMNIAUTH_GOOGLE_CLIENT_SECRET"] %>
28
29
  geocoder:
29
- here_app_id: <%%= ENV["GEOCODER_LOOKUP_APP_ID"] %>
30
- here_app_code: <%%= ENV["GEOCODER_LOOKUP_APP_CODE"] %>
30
+ here_api_key: <%%= ENV["GEOCODER_API_KEY"] %>
31
31
  etherpad:
32
32
  server: <%%= ENV["ETHERPAD_SERVER"] %>
33
33
  api_key: <%%= ENV["ETHERPAD_API_KEY"] %>
@@ -47,10 +47,16 @@ test:
47
47
  omniauth:
48
48
  facebook:
49
49
  enabled: true
50
+ app_id: fake-facebook-app-id
51
+ app_secret: fake-facebook-app-secret
50
52
  twitter:
51
53
  enabled: true
54
+ api_key: fake-twitter-api-key
55
+ api_secret: fake-twitter-api-secret
52
56
  google_oauth2:
53
57
  enabled: true
58
+ client_id:
59
+ client_secret:
54
60
 
55
61
  # Do not keep production secrets in the repository,
56
62
  # instead read values from the environment.
@@ -4,6 +4,8 @@ Decidim::Verifications.register_workflow(:dummy_authorization_handler) do |workf
4
4
  workflow.form = "DummyAuthorizationHandler"
5
5
  workflow.action_authorizer = "DummyAuthorizationHandler::DummyActionAuthorizer"
6
6
  workflow.expires_in = 1.hour
7
+ workflow.renewable = true
8
+ workflow.time_between_renewals = 5.minutes
7
9
 
8
10
  workflow.options do |options|
9
11
  options.attribute :postal_code, type: :string, default: "08001", required: false
@@ -7,7 +7,8 @@ ruby RUBY_VERSION
7
7
  gem "decidim", git: "https://github.com/decidim/decidim"
8
8
  gem "decidim-<%= component_name %>", path: "."
9
9
 
10
- gem "puma", "~> 3.12"
10
+ gem "puma", ">= 4.3"
11
+ gem "bootsnap", "~> 1.4"
11
12
  gem "uglifier", "~> 4.1"
12
13
 
13
14
  group :development, :test do
@@ -12,7 +12,7 @@ Space.
12
12
  Add this line to your application's Gemfile:
13
13
 
14
14
  ```ruby
15
- gem 'decidim-<%= component_name %>
15
+ gem "decidim-<%= component_name %>"
16
16
  ```
17
17
 
18
18
  And then execute:
@@ -4,7 +4,7 @@
4
4
  module Decidim
5
5
  module Generators
6
6
  def self.version
7
- "0.19.0"
7
+ "0.22.0"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2019-10-21 00:00:00.000000000 Z
13
+ date: 2020-09-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: decidim-core
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.19.0
21
+ version: 0.22.0
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.19.0
28
+ version: 0.22.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: bundler
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  - !ruby/object:Gem::Version
120
120
  version: '0'
121
121
  requirements: []
122
- rubygems_version: 3.0.3
122
+ rubygems_version: 3.1.2
123
123
  signing_key:
124
124
  specification_version: 4
125
125
  summary: Citizen participation framework for Ruby on Rails.