decidim-bulletin_board 0.24.1 → 0.24.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/Gemfile.lock +109 -94
- data/decidim-bulletin_board.gemspec +1 -1
- data/lib/decidim/bulletin_board/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8497ddc011b49ee9060003b34660a8f9b6aaef1e5b02e35b29205804ded2787
|
4
|
+
data.tar.gz: a8719e70c9174ac2c4198c792f3c6b7d6a149a3f6bf68156d2aca51d3af7a144
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba2df5b3dada0182df7c2224bf8f6318c9da44d8e2d4bf8bbb45d10e684abb65e4a36e19258d622926fd1b398639fca448a498c6c3d195128247008736763149
|
7
|
+
data.tar.gz: c9ca14fd521f874912699a29a0050326bdd3563232f8a965f1f3ba087dda472a31195c80bfe810a5634fc1567667a8f353627f7e19f696fc0868d7573a139c09
|
data/.rubocop.yml
CHANGED
@@ -1 +1 @@
|
|
1
|
-
inherit_from: https://raw.githubusercontent.com/decidim/decidim/develop
|
1
|
+
inherit_from: https://raw.githubusercontent.com/decidim/decidim/develop/decidim-dev/config/rubocop/ruby.yml
|
data/Gemfile.lock
CHANGED
@@ -1,75 +1,81 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
decidim-bulletin_board (0.24.
|
4
|
+
decidim-bulletin_board (0.24.2)
|
5
5
|
byebug (~> 11.0)
|
6
6
|
graphlient (~> 0.5.0)
|
7
7
|
jwt (~> 2.5.0)
|
8
|
-
rails (
|
8
|
+
rails (>= 5.0.0, < 7.1)
|
9
9
|
wisper (~> 2.0.0)
|
10
10
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
actioncable (
|
15
|
-
actionpack (=
|
16
|
-
activesupport (=
|
14
|
+
actioncable (7.0.8)
|
15
|
+
actionpack (= 7.0.8)
|
16
|
+
activesupport (= 7.0.8)
|
17
17
|
nio4r (~> 2.0)
|
18
18
|
websocket-driver (>= 0.6.1)
|
19
|
-
actionmailbox (
|
20
|
-
actionpack (=
|
21
|
-
activejob (=
|
22
|
-
activerecord (=
|
23
|
-
activestorage (=
|
24
|
-
activesupport (=
|
19
|
+
actionmailbox (7.0.8)
|
20
|
+
actionpack (= 7.0.8)
|
21
|
+
activejob (= 7.0.8)
|
22
|
+
activerecord (= 7.0.8)
|
23
|
+
activestorage (= 7.0.8)
|
24
|
+
activesupport (= 7.0.8)
|
25
25
|
mail (>= 2.7.1)
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
26
|
+
net-imap
|
27
|
+
net-pop
|
28
|
+
net-smtp
|
29
|
+
actionmailer (7.0.8)
|
30
|
+
actionpack (= 7.0.8)
|
31
|
+
actionview (= 7.0.8)
|
32
|
+
activejob (= 7.0.8)
|
33
|
+
activesupport (= 7.0.8)
|
31
34
|
mail (~> 2.5, >= 2.5.4)
|
35
|
+
net-imap
|
36
|
+
net-pop
|
37
|
+
net-smtp
|
32
38
|
rails-dom-testing (~> 2.0)
|
33
|
-
actionpack (
|
34
|
-
actionview (=
|
35
|
-
activesupport (=
|
36
|
-
rack (~> 2.0, >= 2.
|
39
|
+
actionpack (7.0.8)
|
40
|
+
actionview (= 7.0.8)
|
41
|
+
activesupport (= 7.0.8)
|
42
|
+
rack (~> 2.0, >= 2.2.4)
|
37
43
|
rack-test (>= 0.6.3)
|
38
44
|
rails-dom-testing (~> 2.0)
|
39
45
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
40
|
-
actiontext (
|
41
|
-
actionpack (=
|
42
|
-
activerecord (=
|
43
|
-
activestorage (=
|
44
|
-
activesupport (=
|
46
|
+
actiontext (7.0.8)
|
47
|
+
actionpack (= 7.0.8)
|
48
|
+
activerecord (= 7.0.8)
|
49
|
+
activestorage (= 7.0.8)
|
50
|
+
activesupport (= 7.0.8)
|
51
|
+
globalid (>= 0.6.0)
|
45
52
|
nokogiri (>= 1.8.5)
|
46
|
-
actionview (
|
47
|
-
activesupport (=
|
53
|
+
actionview (7.0.8)
|
54
|
+
activesupport (= 7.0.8)
|
48
55
|
builder (~> 3.1)
|
49
56
|
erubi (~> 1.4)
|
50
57
|
rails-dom-testing (~> 2.0)
|
51
58
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
52
|
-
activejob (
|
53
|
-
activesupport (=
|
59
|
+
activejob (7.0.8)
|
60
|
+
activesupport (= 7.0.8)
|
54
61
|
globalid (>= 0.3.6)
|
55
|
-
activemodel (
|
56
|
-
activesupport (=
|
57
|
-
activerecord (
|
58
|
-
activemodel (=
|
59
|
-
activesupport (=
|
60
|
-
activestorage (
|
61
|
-
actionpack (=
|
62
|
-
activejob (=
|
63
|
-
activerecord (=
|
64
|
-
activesupport (=
|
62
|
+
activemodel (7.0.8)
|
63
|
+
activesupport (= 7.0.8)
|
64
|
+
activerecord (7.0.8)
|
65
|
+
activemodel (= 7.0.8)
|
66
|
+
activesupport (= 7.0.8)
|
67
|
+
activestorage (7.0.8)
|
68
|
+
actionpack (= 7.0.8)
|
69
|
+
activejob (= 7.0.8)
|
70
|
+
activerecord (= 7.0.8)
|
71
|
+
activesupport (= 7.0.8)
|
65
72
|
marcel (~> 1.0)
|
66
73
|
mini_mime (>= 1.1.0)
|
67
|
-
activesupport (
|
74
|
+
activesupport (7.0.8)
|
68
75
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
69
76
|
i18n (>= 1.6, < 2)
|
70
77
|
minitest (>= 5.1)
|
71
78
|
tzinfo (~> 2.0)
|
72
|
-
zeitwerk (~> 2.3)
|
73
79
|
addressable (2.8.1)
|
74
80
|
public_suffix (>= 2.0.2, < 6.0)
|
75
81
|
ast (2.4.2)
|
@@ -79,11 +85,12 @@ GEM
|
|
79
85
|
crack (0.4.5)
|
80
86
|
rexml
|
81
87
|
crass (1.0.6)
|
88
|
+
date (3.3.3)
|
82
89
|
diff-lcs (1.5.0)
|
83
|
-
erubi (1.
|
90
|
+
erubi (1.12.0)
|
84
91
|
faker (2.22.0)
|
85
92
|
i18n (>= 1.8.11, < 2)
|
86
|
-
faraday (1.10.
|
93
|
+
faraday (1.10.3)
|
87
94
|
faraday-em_http (~> 1.0)
|
88
95
|
faraday-em_synchrony (~> 1.0)
|
89
96
|
faraday-excon (~> 1.1)
|
@@ -108,13 +115,13 @@ GEM
|
|
108
115
|
faraday-retry (1.0.3)
|
109
116
|
faraday_middleware (1.2.0)
|
110
117
|
faraday (~> 1.0)
|
111
|
-
globalid (1.
|
112
|
-
activesupport (>=
|
118
|
+
globalid (1.2.1)
|
119
|
+
activesupport (>= 6.1)
|
113
120
|
graphlient (0.5.0)
|
114
121
|
faraday (>= 1.0)
|
115
122
|
faraday_middleware
|
116
123
|
graphql-client
|
117
|
-
graphql (2.0
|
124
|
+
graphql (2.1.0)
|
118
125
|
graphql-client (0.18.0)
|
119
126
|
activesupport (>= 3.0)
|
120
127
|
graphql
|
@@ -122,59 +129,73 @@ GEM
|
|
122
129
|
i18n (1.12.0)
|
123
130
|
concurrent-ruby (~> 1.0)
|
124
131
|
jwt (2.5.0)
|
125
|
-
loofah (2.
|
132
|
+
loofah (2.21.3)
|
126
133
|
crass (~> 1.0.2)
|
127
|
-
nokogiri (>= 1.
|
128
|
-
mail (2.
|
134
|
+
nokogiri (>= 1.12.0)
|
135
|
+
mail (2.8.1)
|
129
136
|
mini_mime (>= 0.1.1)
|
137
|
+
net-imap
|
138
|
+
net-pop
|
139
|
+
net-smtp
|
130
140
|
marcel (1.0.2)
|
131
141
|
method_source (1.0.0)
|
132
|
-
mini_mime (1.1.
|
133
|
-
mini_portile2 (2.8.
|
134
|
-
minitest (5.
|
135
|
-
multipart-post (2.
|
136
|
-
|
137
|
-
|
138
|
-
|
142
|
+
mini_mime (1.1.5)
|
143
|
+
mini_portile2 (2.8.4)
|
144
|
+
minitest (5.20.0)
|
145
|
+
multipart-post (2.3.0)
|
146
|
+
net-imap (0.3.7)
|
147
|
+
date
|
148
|
+
net-protocol
|
149
|
+
net-pop (0.1.2)
|
150
|
+
net-protocol
|
151
|
+
net-protocol (0.2.1)
|
152
|
+
timeout
|
153
|
+
net-smtp (0.4.0)
|
154
|
+
net-protocol
|
155
|
+
nio4r (2.5.9)
|
156
|
+
nokogiri (1.15.4)
|
157
|
+
mini_portile2 (~> 2.8.2)
|
139
158
|
racc (~> 1.4)
|
140
|
-
nokogiri (1.
|
159
|
+
nokogiri (1.15.4-x86_64-darwin)
|
141
160
|
racc (~> 1.4)
|
142
|
-
nokogiri (1.
|
161
|
+
nokogiri (1.15.4-x86_64-linux)
|
143
162
|
racc (~> 1.4)
|
144
163
|
parallel (1.22.1)
|
145
164
|
parser (3.1.2.1)
|
146
165
|
ast (~> 2.4.1)
|
147
166
|
public_suffix (5.0.0)
|
148
|
-
racc (1.
|
149
|
-
rack (2.2.
|
150
|
-
rack-test (2.0
|
167
|
+
racc (1.7.1)
|
168
|
+
rack (2.2.8)
|
169
|
+
rack-test (2.1.0)
|
151
170
|
rack (>= 1.3)
|
152
|
-
rails (
|
153
|
-
actioncable (=
|
154
|
-
actionmailbox (=
|
155
|
-
actionmailer (=
|
156
|
-
actionpack (=
|
157
|
-
actiontext (=
|
158
|
-
actionview (=
|
159
|
-
activejob (=
|
160
|
-
activemodel (=
|
161
|
-
activerecord (=
|
162
|
-
activestorage (=
|
163
|
-
activesupport (=
|
171
|
+
rails (7.0.8)
|
172
|
+
actioncable (= 7.0.8)
|
173
|
+
actionmailbox (= 7.0.8)
|
174
|
+
actionmailer (= 7.0.8)
|
175
|
+
actionpack (= 7.0.8)
|
176
|
+
actiontext (= 7.0.8)
|
177
|
+
actionview (= 7.0.8)
|
178
|
+
activejob (= 7.0.8)
|
179
|
+
activemodel (= 7.0.8)
|
180
|
+
activerecord (= 7.0.8)
|
181
|
+
activestorage (= 7.0.8)
|
182
|
+
activesupport (= 7.0.8)
|
164
183
|
bundler (>= 1.15.0)
|
165
|
-
railties (=
|
166
|
-
|
167
|
-
|
168
|
-
|
184
|
+
railties (= 7.0.8)
|
185
|
+
rails-dom-testing (2.2.0)
|
186
|
+
activesupport (>= 5.0.0)
|
187
|
+
minitest
|
169
188
|
nokogiri (>= 1.6)
|
170
|
-
rails-html-sanitizer (1.
|
171
|
-
loofah (~> 2.
|
172
|
-
|
173
|
-
|
174
|
-
|
189
|
+
rails-html-sanitizer (1.6.0)
|
190
|
+
loofah (~> 2.21)
|
191
|
+
nokogiri (~> 1.14)
|
192
|
+
railties (7.0.8)
|
193
|
+
actionpack (= 7.0.8)
|
194
|
+
activesupport (= 7.0.8)
|
175
195
|
method_source
|
176
196
|
rake (>= 12.2)
|
177
197
|
thor (~> 1.0)
|
198
|
+
zeitwerk (~> 2.5)
|
178
199
|
rainbow (3.1.1)
|
179
200
|
rake (13.0.6)
|
180
201
|
regexp_parser (2.5.0)
|
@@ -210,27 +231,21 @@ GEM
|
|
210
231
|
rubocop (~> 1.19)
|
211
232
|
ruby-progressbar (1.11.0)
|
212
233
|
ruby2_keywords (0.0.5)
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
sprockets-rails (3.4.2)
|
217
|
-
actionpack (>= 5.2)
|
218
|
-
activesupport (>= 5.2)
|
219
|
-
sprockets (>= 3.0.0)
|
220
|
-
thor (1.2.1)
|
221
|
-
tzinfo (2.0.5)
|
234
|
+
thor (1.2.2)
|
235
|
+
timeout (0.4.0)
|
236
|
+
tzinfo (2.0.6)
|
222
237
|
concurrent-ruby (~> 1.0)
|
223
238
|
unicode-display_width (2.2.0)
|
224
239
|
webmock (3.18.1)
|
225
240
|
addressable (>= 2.8.0)
|
226
241
|
crack (>= 0.3.2)
|
227
242
|
hashdiff (>= 0.4.0, < 2.0.0)
|
228
|
-
websocket-driver (0.7.
|
243
|
+
websocket-driver (0.7.6)
|
229
244
|
websocket-extensions (>= 0.1.0)
|
230
245
|
websocket-extensions (0.1.5)
|
231
246
|
wisper (2.0.1)
|
232
247
|
wisper-rspec (1.1.0)
|
233
|
-
zeitwerk (2.6.
|
248
|
+
zeitwerk (2.6.12)
|
234
249
|
|
235
250
|
PLATFORMS
|
236
251
|
ruby
|
@@ -248,4 +263,4 @@ DEPENDENCIES
|
|
248
263
|
wisper-rspec (~> 1.1.0)
|
249
264
|
|
250
265
|
BUNDLED WITH
|
251
|
-
2.3.
|
266
|
+
2.3.26
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.bindir = "exe"
|
25
25
|
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
26
26
|
s.require_paths = ["lib"]
|
27
|
-
s.add_dependency "rails", "
|
27
|
+
s.add_dependency "rails", ">= 5.0.0", "< 7.1"
|
28
28
|
|
29
29
|
s.add_dependency "byebug", "~> 11.0"
|
30
30
|
s.add_dependency "graphlient", "~> 0.5.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-bulletin_board
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.24.
|
4
|
+
version: 0.24.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Morcillo
|
@@ -11,28 +11,28 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: exe
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2023-09-27 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
18
18
|
requirement: !ruby/object:Gem::Requirement
|
19
19
|
requirements:
|
20
|
-
- - "~>"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '6.0'
|
23
20
|
- - ">="
|
24
21
|
- !ruby/object:Gem::Version
|
25
22
|
version: 5.0.0
|
23
|
+
- - "<"
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: '7.1'
|
26
26
|
type: :runtime
|
27
27
|
prerelease: false
|
28
28
|
version_requirements: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "~>"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '6.0'
|
33
30
|
- - ">="
|
34
31
|
- !ruby/object:Gem::Version
|
35
32
|
version: 5.0.0
|
33
|
+
- - "<"
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: '7.1'
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: byebug
|
38
38
|
requirement: !ruby/object:Gem::Requirement
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
214
|
- !ruby/object:Gem::Version
|
215
215
|
version: '0'
|
216
216
|
requirements: []
|
217
|
-
rubygems_version: 3.3.
|
217
|
+
rubygems_version: 3.3.7
|
218
218
|
signing_key:
|
219
219
|
specification_version: 4
|
220
220
|
summary: ''
|