decidim-bulletin_board 0.18.0 → 0.19.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: 5bd025ed5f336f685e503a1401902e26c62f4eba4e5bef652fa811a1d83a874f
4
- data.tar.gz: e71eadb9dd3221324ac7a114f5fd73222089c87db377b32f120632ea6a3b9673
3
+ metadata.gz: a424e34a19f270011f18eb535740d904e54ab0687f6158d117d1f99358aded14
4
+ data.tar.gz: a6b12f1e42b5b4522e5f5f570d03f14e5ac5025acd371d5d78f0d9606a2ae7a3
5
5
  SHA512:
6
- metadata.gz: 912fda5b140c9ee1acc4ed7eb9513e24aca52586d3974708c9d03b6b5716a59890025f018ded4a981bc46457ea02d287aa15a00b068b550cf75e392ecd2c8a80
7
- data.tar.gz: f7913e4ccd28f94c816d0d0d348a47ec9b7877e1c9cba5bb00287da840740a50550066cb2a370ad99dc13032bee96f21bb4071cb5926bc749597c5b679ccaf78
6
+ metadata.gz: 9d11e0d4149f85fcb553f7266a93e6598fa4b6945a8aad2296c5bfa529664f1e2a0dc1131c4c6c8468b592e23e832f419122082078b543f3645521f1376dcc13
7
+ data.tar.gz: 4cd041f2cd08e2c7ae2e707259d67c4dfd8bc1474a265d1b407e07093b1b3e65ae001bdfeb1b275b24eb01eed08a659276d957182ea257d0abfa148698e559ff
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- decidim-bulletin_board (0.18.0)
4
+ decidim-bulletin_board (0.19.0)
5
5
  byebug (~> 11.0)
6
6
  graphlient (~> 0.4.0)
7
7
  jwt (~> 2.2.2)
@@ -76,18 +76,26 @@ GEM
76
76
  builder (3.2.4)
77
77
  byebug (11.1.3)
78
78
  concurrent-ruby (1.1.8)
79
+ connection_pool (2.2.5)
79
80
  crack (0.4.5)
80
81
  rexml
81
82
  crass (1.0.6)
82
83
  diff-lcs (1.4.4)
83
84
  erubi (1.10.0)
85
+ excon (0.80.1)
84
86
  faker (2.15.1)
85
87
  i18n (>= 1.6, < 2)
86
- faraday (1.3.0)
88
+ faraday (1.4.0)
89
+ faraday-excon (~> 1.0)
87
90
  faraday-net_http (~> 1.0)
91
+ faraday-net_http_persistent (~> 1.0)
88
92
  multipart-post (>= 1.2, < 3)
89
- ruby2_keywords
93
+ ruby2_keywords (>= 0.0.4)
94
+ faraday-excon (1.0.0)
95
+ excon (>= 0.27.4)
90
96
  faraday-net_http (1.0.1)
97
+ faraday-net_http_persistent (1.0.3)
98
+ net-http-persistent (>= 3.1)
91
99
  faraday_middleware (1.0.0)
92
100
  faraday (~> 1.0)
93
101
  globalid (0.4.2)
@@ -115,14 +123,12 @@ GEM
115
123
  mini_portile2 (2.5.0)
116
124
  minitest (5.14.4)
117
125
  multipart-post (2.1.1)
126
+ net-http-persistent (4.0.1)
127
+ connection_pool (~> 2.2)
118
128
  nio4r (2.5.7)
119
129
  nokogiri (1.11.3)
120
130
  mini_portile2 (~> 2.5.0)
121
131
  racc (~> 1.4)
122
- nokogiri (1.11.3-x86_64-darwin)
123
- racc (~> 1.4)
124
- nokogiri (1.11.3-x86_64-linux)
125
- racc (~> 1.4)
126
132
  parallel (1.20.1)
127
133
  parser (2.7.2.0)
128
134
  ast (~> 2.4.1)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Decidim
4
4
  module BulletinBoard
5
- VERSION = "0.18.0"
5
+ VERSION = "0.19.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-bulletin_board
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Morcillo
8
8
  - Svenja Schäfer
9
9
  - Leonardo Diez
10
10
  - Agustí B.R.
11
- autorequire:
11
+ autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
14
  date: 2021-04-16 00:00:00.000000000 Z
@@ -191,7 +191,7 @@ homepage: https://github.com/decidim/decidim-bulletin-board
191
191
  licenses:
192
192
  - AGPL-3.0
193
193
  metadata: {}
194
- post_install_message:
194
+ post_install_message:
195
195
  rdoc_options: []
196
196
  require_paths:
197
197
  - lib
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
207
  version: '0'
208
208
  requirements: []
209
209
  rubygems_version: 3.0.3
210
- signing_key:
210
+ signing_key:
211
211
  specification_version: 4
212
212
  summary: ''
213
213
  test_files: []