decidim-bulletin_board 0.24.0 → 0.24.1

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: 3bafcecfec557a74aaa6cf5230df78a1b65d0ec1b8033ad9b0141c12452e9b6b
4
- data.tar.gz: 8da3c9c05816fdd7cdf41907465c362d22aa6d79022ee9991136fc5c6a66fc42
3
+ metadata.gz: 453db37773cf3e05d6a7bad830aa1f7dfcf389845553e200d30f64a9d99571d2
4
+ data.tar.gz: 45e27028a5e21299a5b52a168cc1b8285539cf901370858775331e917ae43409
5
5
  SHA512:
6
- metadata.gz: 665ccac46f4573a44913165efc1aa5ae6709653938492f478411ecd4c9f1d3e249e9d3cf60779031816d6aa59530865b4ed2415530e2cfd926ee6b5fb30e8648
7
- data.tar.gz: 4daea1ca4ea092b67b73b0367b984e9db8bf0d801ad2e444db674e9b5be09415d24cb08bc56a081581326413594fbf6aa643d96b84d3b0a021ccf30f83663ac1
6
+ metadata.gz: d04b3f4d5328b8c8d53625ad4ab11e9e7d5f905ac5413e127a05ca1600d276a37edc15be32c4ee43adb96aff4bcacd5163cfb8b285fe783d320a232cd86d3b79
7
+ data.tar.gz: 34ae36d40806f98c9e5b9af0faf9b54e25286f92d86ce52862e399f2fbd7032355ed48016d3c8ef39fa018931c98a9e35e261ab6be01a1143b230ab6ec16ff26
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- decidim-bulletin_board (0.24.0)
4
+ decidim-bulletin_board (0.24.1)
5
5
  byebug (~> 11.0)
6
6
  graphlient (~> 0.5.0)
7
7
  jwt (~> 2.5.0)
@@ -11,60 +11,60 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.1.6.1)
15
- actionpack (= 6.1.6.1)
16
- activesupport (= 6.1.6.1)
14
+ actioncable (6.1.7)
15
+ actionpack (= 6.1.7)
16
+ activesupport (= 6.1.7)
17
17
  nio4r (~> 2.0)
18
18
  websocket-driver (>= 0.6.1)
19
- actionmailbox (6.1.6.1)
20
- actionpack (= 6.1.6.1)
21
- activejob (= 6.1.6.1)
22
- activerecord (= 6.1.6.1)
23
- activestorage (= 6.1.6.1)
24
- activesupport (= 6.1.6.1)
19
+ actionmailbox (6.1.7)
20
+ actionpack (= 6.1.7)
21
+ activejob (= 6.1.7)
22
+ activerecord (= 6.1.7)
23
+ activestorage (= 6.1.7)
24
+ activesupport (= 6.1.7)
25
25
  mail (>= 2.7.1)
26
- actionmailer (6.1.6.1)
27
- actionpack (= 6.1.6.1)
28
- actionview (= 6.1.6.1)
29
- activejob (= 6.1.6.1)
30
- activesupport (= 6.1.6.1)
26
+ actionmailer (6.1.7)
27
+ actionpack (= 6.1.7)
28
+ actionview (= 6.1.7)
29
+ activejob (= 6.1.7)
30
+ activesupport (= 6.1.7)
31
31
  mail (~> 2.5, >= 2.5.4)
32
32
  rails-dom-testing (~> 2.0)
33
- actionpack (6.1.6.1)
34
- actionview (= 6.1.6.1)
35
- activesupport (= 6.1.6.1)
33
+ actionpack (6.1.7)
34
+ actionview (= 6.1.7)
35
+ activesupport (= 6.1.7)
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.6.1)
41
- actionpack (= 6.1.6.1)
42
- activerecord (= 6.1.6.1)
43
- activestorage (= 6.1.6.1)
44
- activesupport (= 6.1.6.1)
40
+ actiontext (6.1.7)
41
+ actionpack (= 6.1.7)
42
+ activerecord (= 6.1.7)
43
+ activestorage (= 6.1.7)
44
+ activesupport (= 6.1.7)
45
45
  nokogiri (>= 1.8.5)
46
- actionview (6.1.6.1)
47
- activesupport (= 6.1.6.1)
46
+ actionview (6.1.7)
47
+ activesupport (= 6.1.7)
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.6.1)
53
- activesupport (= 6.1.6.1)
52
+ activejob (6.1.7)
53
+ activesupport (= 6.1.7)
54
54
  globalid (>= 0.3.6)
55
- activemodel (6.1.6.1)
56
- activesupport (= 6.1.6.1)
57
- activerecord (6.1.6.1)
58
- activemodel (= 6.1.6.1)
59
- activesupport (= 6.1.6.1)
60
- activestorage (6.1.6.1)
61
- actionpack (= 6.1.6.1)
62
- activejob (= 6.1.6.1)
63
- activerecord (= 6.1.6.1)
64
- activesupport (= 6.1.6.1)
55
+ activemodel (6.1.7)
56
+ activesupport (= 6.1.7)
57
+ activerecord (6.1.7)
58
+ activemodel (= 6.1.7)
59
+ activesupport (= 6.1.7)
60
+ activestorage (6.1.7)
61
+ actionpack (= 6.1.7)
62
+ activejob (= 6.1.7)
63
+ activerecord (= 6.1.7)
64
+ activesupport (= 6.1.7)
65
65
  marcel (~> 1.0)
66
66
  mini_mime (>= 1.1.0)
67
- activesupport (6.1.6.1)
67
+ activesupport (6.1.7)
68
68
  concurrent-ruby (~> 1.0, >= 1.0.2)
69
69
  i18n (>= 1.6, < 2)
70
70
  minitest (>= 5.1)
@@ -114,7 +114,7 @@ GEM
114
114
  faraday (>= 1.0)
115
115
  faraday_middleware
116
116
  graphql-client
117
- graphql (2.0.13)
117
+ graphql (2.0.15)
118
118
  graphql-client (0.18.0)
119
119
  activesupport (>= 3.0)
120
120
  graphql
@@ -122,7 +122,7 @@ GEM
122
122
  i18n (1.12.0)
123
123
  concurrent-ruby (~> 1.0)
124
124
  jwt (2.5.0)
125
- loofah (2.18.0)
125
+ loofah (2.19.0)
126
126
  crass (~> 1.0.2)
127
127
  nokogiri (>= 1.5.9)
128
128
  mail (2.7.1)
@@ -134,12 +134,12 @@ GEM
134
134
  minitest (5.16.3)
135
135
  multipart-post (2.2.3)
136
136
  nio4r (2.5.8)
137
- nokogiri (1.13.8)
137
+ nokogiri (1.13.9)
138
138
  mini_portile2 (~> 2.8.0)
139
139
  racc (~> 1.4)
140
- nokogiri (1.13.8-x86_64-darwin)
140
+ nokogiri (1.13.9-x86_64-darwin)
141
141
  racc (~> 1.4)
142
- nokogiri (1.13.8-x86_64-linux)
142
+ nokogiri (1.13.9-x86_64-linux)
143
143
  racc (~> 1.4)
144
144
  parallel (1.22.1)
145
145
  parser (3.1.2.1)
@@ -149,29 +149,29 @@ GEM
149
149
  rack (2.2.4)
150
150
  rack-test (2.0.2)
151
151
  rack (>= 1.3)
152
- rails (6.1.6.1)
153
- actioncable (= 6.1.6.1)
154
- actionmailbox (= 6.1.6.1)
155
- actionmailer (= 6.1.6.1)
156
- actionpack (= 6.1.6.1)
157
- actiontext (= 6.1.6.1)
158
- actionview (= 6.1.6.1)
159
- activejob (= 6.1.6.1)
160
- activemodel (= 6.1.6.1)
161
- activerecord (= 6.1.6.1)
162
- activestorage (= 6.1.6.1)
163
- activesupport (= 6.1.6.1)
152
+ rails (6.1.7)
153
+ actioncable (= 6.1.7)
154
+ actionmailbox (= 6.1.7)
155
+ actionmailer (= 6.1.7)
156
+ actionpack (= 6.1.7)
157
+ actiontext (= 6.1.7)
158
+ actionview (= 6.1.7)
159
+ activejob (= 6.1.7)
160
+ activemodel (= 6.1.7)
161
+ activerecord (= 6.1.7)
162
+ activestorage (= 6.1.7)
163
+ activesupport (= 6.1.7)
164
164
  bundler (>= 1.15.0)
165
- railties (= 6.1.6.1)
165
+ railties (= 6.1.7)
166
166
  sprockets-rails (>= 2.0.0)
167
167
  rails-dom-testing (2.0.3)
168
168
  activesupport (>= 4.2.0)
169
169
  nokogiri (>= 1.6)
170
170
  rails-html-sanitizer (1.4.3)
171
171
  loofah (~> 2.3)
172
- railties (6.1.6.1)
173
- actionpack (= 6.1.6.1)
174
- activesupport (= 6.1.6.1)
172
+ railties (6.1.7)
173
+ actionpack (= 6.1.7)
174
+ activesupport (= 6.1.7)
175
175
  method_source
176
176
  rake (>= 12.2)
177
177
  thor (~> 1.0)
@@ -230,7 +230,7 @@ GEM
230
230
  websocket-extensions (0.1.5)
231
231
  wisper (2.0.1)
232
232
  wisper-rspec (1.1.0)
233
- zeitwerk (2.6.0)
233
+ zeitwerk (2.6.6)
234
234
 
235
235
  PLATFORMS
236
236
  ruby
@@ -13,13 +13,8 @@ module Decidim
13
13
  (json.keys & JWK_PRIVATE_FIELDS).any?
14
14
  end
15
15
 
16
- # TODO: remove everything below here when https://github.com/jwt/ruby-jwt/pull/375 is released
17
16
  def self.import_private_key(json)
18
- jwk = JWT::JWK.import(json)
19
- jwk.keypair.set_key(decode_open_ssl_bn(json[:n]), decode_open_ssl_bn(json[:e]), decode_open_ssl_bn(json[:d]))
20
- jwk.keypair.set_factors(decode_open_ssl_bn(json[:p]), decode_open_ssl_bn(json[:q]))
21
- jwk.keypair.set_crt_params(decode_open_ssl_bn(json[:dp]), decode_open_ssl_bn(json[:dq]), decode_open_ssl_bn(json[:qi]))
22
- jwk
17
+ JWT::JWK.import(json)
23
18
  end
24
19
 
25
20
  def self.private_export(jwk)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Decidim
4
4
  module BulletinBoard
5
- VERSION = "0.24.0"
5
+ VERSION = "0.24.1"
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.24.0
4
+ version: 0.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Morcillo
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2022-08-26 00:00:00.000000000 Z
14
+ date: 2022-11-11 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -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.7
217
+ rubygems_version: 3.3.25
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: ''