decidim-bulletin_board 0.22.3 → 0.23.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: d59e20b3dd2d0b1796efdea4803bc9783dcaa794c408b9da52812356e4b4eb9d
4
- data.tar.gz: bef36de424d5a2a387c7fc164ef0bd91c11f2b894b0fcaeb03fcf76693a9cbd0
3
+ metadata.gz: 7d478db54eeb20753bc127bc59dd92f65d3b008081c4103dacb320e4e733e251
4
+ data.tar.gz: 52c9a7325dca0678be885f6167d41b436d77434921710635713e8390f3d1fda4
5
5
  SHA512:
6
- metadata.gz: 84dc117b672900189a86e73e09041cec6520fbfaa6f54b97d5f924bd369eceacae8e939571a534e88fc2afcd1c3ee878ec280ac107094b871d6e6231c3feef90
7
- data.tar.gz: 1497b8a9345e4b6f27bf4f087b23f252a4b0b9d0c0cc4f5ad9bd2ad2c2847061b769237520865146741a5353840a50ecea899d12b35c987ca82e078b702ae140
6
+ metadata.gz: 90982da11db45079bfb220efd6818d0afb8b8047be0089c28ec6709f6c1e2cab66af1b48f5b8d8b1ca3c9a1aec28806d9d58663f9c5d2cf2ac285ae6a1466dc4
7
+ data.tar.gz: 20880bdcf932d0fee53b1642d0ec86eeea47486ad640f0fe0287989573afd491b765ca4e16f7ecce77cfe965bcd3d9fee0a23466237d697466ed9a538b797016
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.6
1
+ 3.0.2
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- decidim-bulletin_board (0.22.3)
4
+ decidim-bulletin_board (0.23.0)
5
5
  byebug (~> 11.0)
6
- graphlient (~> 0.4.0)
6
+ graphlient (~> 0.5.0)
7
7
  jwt (~> 2.2.2)
8
8
  rails (~> 6.0, >= 5.0.0)
9
9
  wisper (~> 2.0.0)
@@ -11,60 +11,60 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.1.4.1)
15
- actionpack (= 6.1.4.1)
16
- activesupport (= 6.1.4.1)
14
+ actioncable (6.1.5)
15
+ actionpack (= 6.1.5)
16
+ activesupport (= 6.1.5)
17
17
  nio4r (~> 2.0)
18
18
  websocket-driver (>= 0.6.1)
19
- actionmailbox (6.1.4.1)
20
- actionpack (= 6.1.4.1)
21
- activejob (= 6.1.4.1)
22
- activerecord (= 6.1.4.1)
23
- activestorage (= 6.1.4.1)
24
- activesupport (= 6.1.4.1)
19
+ actionmailbox (6.1.5)
20
+ actionpack (= 6.1.5)
21
+ activejob (= 6.1.5)
22
+ activerecord (= 6.1.5)
23
+ activestorage (= 6.1.5)
24
+ activesupport (= 6.1.5)
25
25
  mail (>= 2.7.1)
26
- actionmailer (6.1.4.1)
27
- actionpack (= 6.1.4.1)
28
- actionview (= 6.1.4.1)
29
- activejob (= 6.1.4.1)
30
- activesupport (= 6.1.4.1)
26
+ actionmailer (6.1.5)
27
+ actionpack (= 6.1.5)
28
+ actionview (= 6.1.5)
29
+ activejob (= 6.1.5)
30
+ activesupport (= 6.1.5)
31
31
  mail (~> 2.5, >= 2.5.4)
32
32
  rails-dom-testing (~> 2.0)
33
- actionpack (6.1.4.1)
34
- actionview (= 6.1.4.1)
35
- activesupport (= 6.1.4.1)
33
+ actionpack (6.1.5)
34
+ actionview (= 6.1.5)
35
+ activesupport (= 6.1.5)
36
36
  rack (~> 2.0, >= 2.0.9)
37
37
  rack-test (>= 0.6.3)
38
38
  rails-dom-testing (~> 2.0)
39
39
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
40
- actiontext (6.1.4.1)
41
- actionpack (= 6.1.4.1)
42
- activerecord (= 6.1.4.1)
43
- activestorage (= 6.1.4.1)
44
- activesupport (= 6.1.4.1)
40
+ actiontext (6.1.5)
41
+ actionpack (= 6.1.5)
42
+ activerecord (= 6.1.5)
43
+ activestorage (= 6.1.5)
44
+ activesupport (= 6.1.5)
45
45
  nokogiri (>= 1.8.5)
46
- actionview (6.1.4.1)
47
- activesupport (= 6.1.4.1)
46
+ actionview (6.1.5)
47
+ activesupport (= 6.1.5)
48
48
  builder (~> 3.1)
49
49
  erubi (~> 1.4)
50
50
  rails-dom-testing (~> 2.0)
51
51
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
52
- activejob (6.1.4.1)
53
- activesupport (= 6.1.4.1)
52
+ activejob (6.1.5)
53
+ activesupport (= 6.1.5)
54
54
  globalid (>= 0.3.6)
55
- activemodel (6.1.4.1)
56
- activesupport (= 6.1.4.1)
57
- activerecord (6.1.4.1)
58
- activemodel (= 6.1.4.1)
59
- activesupport (= 6.1.4.1)
60
- activestorage (6.1.4.1)
61
- actionpack (= 6.1.4.1)
62
- activejob (= 6.1.4.1)
63
- activerecord (= 6.1.4.1)
64
- activesupport (= 6.1.4.1)
65
- marcel (~> 1.0.0)
55
+ activemodel (6.1.5)
56
+ activesupport (= 6.1.5)
57
+ activerecord (6.1.5)
58
+ activemodel (= 6.1.5)
59
+ activesupport (= 6.1.5)
60
+ activestorage (6.1.5)
61
+ actionpack (= 6.1.5)
62
+ activejob (= 6.1.5)
63
+ activerecord (= 6.1.5)
64
+ activesupport (= 6.1.5)
65
+ marcel (~> 1.0)
66
66
  mini_mime (>= 1.1.0)
67
- activesupport (6.1.4.1)
67
+ activesupport (6.1.5)
68
68
  concurrent-ruby (~> 1.0, >= 1.0.2)
69
69
  i18n (>= 1.6, < 2)
70
70
  minitest (>= 5.1)
@@ -72,122 +72,126 @@ GEM
72
72
  zeitwerk (~> 2.3)
73
73
  addressable (2.8.0)
74
74
  public_suffix (>= 2.0.2, < 5.0)
75
- ast (2.4.1)
75
+ ast (2.4.2)
76
76
  builder (3.2.4)
77
77
  byebug (11.1.3)
78
- concurrent-ruby (1.1.8)
78
+ concurrent-ruby (1.1.10)
79
79
  crack (0.4.5)
80
80
  rexml
81
81
  crass (1.0.6)
82
- diff-lcs (1.4.4)
82
+ diff-lcs (1.5.0)
83
83
  erubi (1.10.0)
84
- faker (2.15.1)
85
- i18n (>= 1.6, < 2)
86
- faraday (1.7.1)
84
+ faker (2.20.0)
85
+ i18n (>= 1.8.11, < 2)
86
+ faraday (1.10.0)
87
87
  faraday-em_http (~> 1.0)
88
88
  faraday-em_synchrony (~> 1.0)
89
89
  faraday-excon (~> 1.1)
90
- faraday-httpclient (~> 1.0.1)
90
+ faraday-httpclient (~> 1.0)
91
+ faraday-multipart (~> 1.0)
91
92
  faraday-net_http (~> 1.0)
92
- faraday-net_http_persistent (~> 1.1)
93
+ faraday-net_http_persistent (~> 1.0)
93
94
  faraday-patron (~> 1.0)
94
95
  faraday-rack (~> 1.0)
95
- multipart-post (>= 1.2, < 3)
96
+ faraday-retry (~> 1.0)
96
97
  ruby2_keywords (>= 0.0.4)
97
98
  faraday-em_http (1.0.0)
98
99
  faraday-em_synchrony (1.0.0)
99
100
  faraday-excon (1.1.0)
100
101
  faraday-httpclient (1.0.1)
102
+ faraday-multipart (1.0.3)
103
+ multipart-post (>= 1.2, < 3)
101
104
  faraday-net_http (1.0.1)
102
105
  faraday-net_http_persistent (1.2.0)
103
106
  faraday-patron (1.0.0)
104
107
  faraday-rack (1.0.0)
105
- faraday_middleware (1.1.0)
108
+ faraday-retry (1.0.3)
109
+ faraday_middleware (1.2.0)
106
110
  faraday (~> 1.0)
107
- globalid (0.5.2)
111
+ globalid (1.0.0)
108
112
  activesupport (>= 5.0)
109
- graphlient (0.4.0)
113
+ graphlient (0.5.0)
110
114
  faraday (>= 1.0)
111
115
  faraday_middleware
112
116
  graphql-client
113
- graphql (1.12.16)
114
- graphql-client (0.16.0)
117
+ graphql (1.13.11)
118
+ graphql-client (0.17.0)
115
119
  activesupport (>= 3.0)
116
- graphql (~> 1.8)
120
+ graphql (~> 1.10)
117
121
  hashdiff (1.0.1)
118
- i18n (1.8.10)
122
+ i18n (1.10.0)
119
123
  concurrent-ruby (~> 1.0)
120
124
  jwt (2.2.3)
121
- loofah (2.12.0)
125
+ loofah (2.16.0)
122
126
  crass (~> 1.0.2)
123
127
  nokogiri (>= 1.5.9)
124
128
  mail (2.7.1)
125
129
  mini_mime (>= 0.1.1)
126
- marcel (1.0.1)
130
+ marcel (1.0.2)
127
131
  method_source (1.0.0)
128
- mini_mime (1.1.1)
129
- mini_portile2 (2.6.1)
130
- minitest (5.14.4)
132
+ mini_mime (1.1.2)
133
+ mini_portile2 (2.8.0)
134
+ minitest (5.15.0)
131
135
  multipart-post (2.1.1)
132
136
  nio4r (2.5.8)
133
- nokogiri (1.12.4)
134
- mini_portile2 (~> 2.6.1)
137
+ nokogiri (1.13.3)
138
+ mini_portile2 (~> 2.8.0)
135
139
  racc (~> 1.4)
136
- nokogiri (1.12.4-x86_64-darwin)
140
+ nokogiri (1.13.3-x86_64-darwin)
137
141
  racc (~> 1.4)
138
- nokogiri (1.12.4-x86_64-linux)
142
+ nokogiri (1.13.3-x86_64-linux)
139
143
  racc (~> 1.4)
140
- parallel (1.20.1)
141
- parser (2.7.2.0)
144
+ parallel (1.22.0)
145
+ parser (3.1.1.0)
142
146
  ast (~> 2.4.1)
143
147
  public_suffix (4.0.6)
144
- racc (1.5.2)
148
+ racc (1.6.0)
145
149
  rack (2.2.3)
146
150
  rack-test (1.1.0)
147
151
  rack (>= 1.0, < 3)
148
- rails (6.1.4.1)
149
- actioncable (= 6.1.4.1)
150
- actionmailbox (= 6.1.4.1)
151
- actionmailer (= 6.1.4.1)
152
- actionpack (= 6.1.4.1)
153
- actiontext (= 6.1.4.1)
154
- actionview (= 6.1.4.1)
155
- activejob (= 6.1.4.1)
156
- activemodel (= 6.1.4.1)
157
- activerecord (= 6.1.4.1)
158
- activestorage (= 6.1.4.1)
159
- activesupport (= 6.1.4.1)
152
+ rails (6.1.5)
153
+ actioncable (= 6.1.5)
154
+ actionmailbox (= 6.1.5)
155
+ actionmailer (= 6.1.5)
156
+ actionpack (= 6.1.5)
157
+ actiontext (= 6.1.5)
158
+ actionview (= 6.1.5)
159
+ activejob (= 6.1.5)
160
+ activemodel (= 6.1.5)
161
+ activerecord (= 6.1.5)
162
+ activestorage (= 6.1.5)
163
+ activesupport (= 6.1.5)
160
164
  bundler (>= 1.15.0)
161
- railties (= 6.1.4.1)
165
+ railties (= 6.1.5)
162
166
  sprockets-rails (>= 2.0.0)
163
167
  rails-dom-testing (2.0.3)
164
168
  activesupport (>= 4.2.0)
165
169
  nokogiri (>= 1.6)
166
170
  rails-html-sanitizer (1.4.2)
167
171
  loofah (~> 2.3)
168
- railties (6.1.4.1)
169
- actionpack (= 6.1.4.1)
170
- activesupport (= 6.1.4.1)
172
+ railties (6.1.5)
173
+ actionpack (= 6.1.5)
174
+ activesupport (= 6.1.5)
171
175
  method_source
172
- rake (>= 0.13)
176
+ rake (>= 12.2)
173
177
  thor (~> 1.0)
174
- rainbow (3.0.0)
175
- rake (13.0.3)
176
- regexp_parser (2.0.0)
178
+ rainbow (3.1.1)
179
+ rake (13.0.6)
180
+ regexp_parser (2.2.1)
177
181
  rexml (3.2.5)
178
- rspec (3.9.0)
179
- rspec-core (~> 3.9.0)
180
- rspec-expectations (~> 3.9.0)
181
- rspec-mocks (~> 3.9.0)
182
- rspec-core (3.9.3)
183
- rspec-support (~> 3.9.3)
184
- rspec-expectations (3.9.4)
182
+ rspec (3.11.0)
183
+ rspec-core (~> 3.11.0)
184
+ rspec-expectations (~> 3.11.0)
185
+ rspec-mocks (~> 3.11.0)
186
+ rspec-core (3.11.0)
187
+ rspec-support (~> 3.11.0)
188
+ rspec-expectations (3.11.0)
185
189
  diff-lcs (>= 1.2.0, < 2.0)
186
- rspec-support (~> 3.9.0)
187
- rspec-mocks (3.9.1)
190
+ rspec-support (~> 3.11.0)
191
+ rspec-mocks (3.11.0)
188
192
  diff-lcs (>= 1.2.0, < 2.0)
189
- rspec-support (~> 3.9.0)
190
- rspec-support (3.9.4)
193
+ rspec-support (~> 3.11.0)
194
+ rspec-support (3.11.0)
191
195
  rubocop (0.92.0)
192
196
  parallel (~> 1.10)
193
197
  parser (>= 2.7.1.5)
@@ -197,29 +201,29 @@ GEM
197
201
  rubocop-ast (>= 0.5.0)
198
202
  ruby-progressbar (~> 1.7)
199
203
  unicode-display_width (>= 1.4.0, < 2.0)
200
- rubocop-ast (1.2.0)
201
- parser (>= 2.7.1.5)
204
+ rubocop-ast (1.16.0)
205
+ parser (>= 3.1.1.0)
202
206
  rubocop-faker (1.1.0)
203
207
  faker (>= 2.12.0)
204
208
  rubocop (>= 0.82.0)
205
209
  rubocop-rspec (1.44.1)
206
210
  rubocop (~> 0.87)
207
211
  rubocop-ast (>= 0.7.1)
208
- ruby-progressbar (1.10.1)
212
+ ruby-progressbar (1.11.0)
209
213
  ruby2_keywords (0.0.5)
210
- sprockets (4.0.2)
214
+ sprockets (4.0.3)
211
215
  concurrent-ruby (~> 1.0)
212
216
  rack (> 1, < 3)
213
- sprockets-rails (3.2.2)
214
- actionpack (>= 4.0)
215
- activesupport (>= 4.0)
217
+ sprockets-rails (3.4.2)
218
+ actionpack (>= 5.2)
219
+ activesupport (>= 5.2)
216
220
  sprockets (>= 3.0.0)
217
- thor (1.1.0)
221
+ thor (1.2.1)
218
222
  tzinfo (2.0.4)
219
223
  concurrent-ruby (~> 1.0)
220
- unicode-display_width (1.7.0)
221
- webmock (3.11.2)
222
- addressable (>= 2.3.6)
224
+ unicode-display_width (1.8.0)
225
+ webmock (3.14.0)
226
+ addressable (>= 2.8.0)
223
227
  crack (>= 0.3.2)
224
228
  hashdiff (>= 0.4.0, < 2.0.0)
225
229
  websocket-driver (0.7.5)
@@ -227,7 +231,7 @@ GEM
227
231
  websocket-extensions (0.1.5)
228
232
  wisper (2.0.1)
229
233
  wisper-rspec (1.1.0)
230
- zeitwerk (2.4.2)
234
+ zeitwerk (2.5.4)
231
235
 
232
236
  PLATFORMS
233
237
  ruby
@@ -245,4 +249,4 @@ DEPENDENCIES
245
249
  wisper-rspec (~> 1.1.0)
246
250
 
247
251
  BUNDLED WITH
248
- 2.2.27
252
+ 2.3.10
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.description = ""
13
13
  s.homepage = "https://github.com/decidim/decidim-bulletin-board"
14
14
  s.license = "AGPL-3.0"
15
- s.required_ruby_version = Gem::Requirement.new(">= 2.6.6")
15
+ s.required_ruby_version = Gem::Requirement.new(">= 3.0.2")
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
18
18
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  s.add_dependency "rails", "~> 6.0", ">= 5.0.0"
28
28
 
29
29
  s.add_dependency "byebug", "~> 11.0"
30
- s.add_dependency "graphlient", "~> 0.4.0"
30
+ s.add_dependency "graphlient", "~> 0.5.0"
31
31
  s.add_dependency "jwt", "~> 2.2.2"
32
32
  s.add_dependency "wisper", "~> 2.0.0"
33
33
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Decidim
4
4
  module BulletinBoard
5
- VERSION = "0.22.3"
5
+ VERSION = "0.23.0"
6
6
  end
7
7
  end
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.22.3
4
+ version: 0.23.0
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: 2021-09-08 00:00:00.000000000 Z
14
+ date: 2022-04-05 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: 5.0.0
23
20
  - - "~>"
24
21
  - !ruby/object:Gem::Version
25
22
  version: '6.0'
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: 5.0.0
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: 5.0.0
33
30
  - - "~>"
34
31
  - !ruby/object:Gem::Version
35
32
  version: '6.0'
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 5.0.0
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: byebug
38
38
  requirement: !ruby/object:Gem::Requirement
@@ -53,14 +53,14 @@ dependencies:
53
53
  requirements:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: 0.4.0
56
+ version: 0.5.0
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - "~>"
62
62
  - !ruby/object:Gem::Version
63
- version: 0.4.0
63
+ version: 0.5.0
64
64
  - !ruby/object:Gem::Dependency
65
65
  name: jwt
66
66
  requirement: !ruby/object:Gem::Requirement
@@ -206,14 +206,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
206
206
  requirements:
207
207
  - - ">="
208
208
  - !ruby/object:Gem::Version
209
- version: 2.6.6
209
+ version: 3.0.2
210
210
  required_rubygems_version: !ruby/object:Gem::Requirement
211
211
  requirements:
212
212
  - - ">="
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.0.3
216
+ rubygems_version: 3.2.22
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: ''