decidim-bulletin_board 0.19.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +7 -13
- data/lib/decidim/bulletin_board/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47cb4e09b0a3e66e871638f5a6e370dc724279fb27a69eeaf3c5d0d61a39485c
|
4
|
+
data.tar.gz: 79022bae7d00055f5f17f4e5a25322c918769ec119ac2a420ec33438c7d70b49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edf4d6cea3f99877ab35a0ca366fae2ec481b21149e8bf9496ee5ffe2e8f274dfcb518911bae57c3cb4c3a40fc273bdfcd52b8a1ef3b255bc0a4e37e5ae5b049
|
7
|
+
data.tar.gz: e258ae5682c1c71288dad93069f41a4303a1a5988a1c37f2daa6ea222f7ee41c402a3e1e80ccd1c08296ab34d7156a5edf76162ddcdfcc3f55074157563190f0
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
decidim-bulletin_board (0.
|
4
|
+
decidim-bulletin_board (0.20.0)
|
5
5
|
byebug (~> 11.0)
|
6
6
|
graphlient (~> 0.4.0)
|
7
7
|
jwt (~> 2.2.2)
|
@@ -76,26 +76,22 @@ 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)
|
80
79
|
crack (0.4.5)
|
81
80
|
rexml
|
82
81
|
crass (1.0.6)
|
83
82
|
diff-lcs (1.4.4)
|
84
83
|
erubi (1.10.0)
|
85
|
-
excon (0.80.1)
|
86
84
|
faker (2.15.1)
|
87
85
|
i18n (>= 1.6, < 2)
|
88
|
-
faraday (1.4.
|
89
|
-
faraday-excon (~> 1.
|
86
|
+
faraday (1.4.1)
|
87
|
+
faraday-excon (~> 1.1)
|
90
88
|
faraday-net_http (~> 1.0)
|
91
|
-
faraday-net_http_persistent (~> 1.
|
89
|
+
faraday-net_http_persistent (~> 1.1)
|
92
90
|
multipart-post (>= 1.2, < 3)
|
93
91
|
ruby2_keywords (>= 0.0.4)
|
94
|
-
faraday-excon (1.
|
95
|
-
excon (>= 0.27.4)
|
92
|
+
faraday-excon (1.1.0)
|
96
93
|
faraday-net_http (1.0.1)
|
97
|
-
faraday-net_http_persistent (1.0
|
98
|
-
net-http-persistent (>= 3.1)
|
94
|
+
faraday-net_http_persistent (1.1.0)
|
99
95
|
faraday_middleware (1.0.0)
|
100
96
|
faraday (~> 1.0)
|
101
97
|
globalid (0.4.2)
|
@@ -111,7 +107,7 @@ GEM
|
|
111
107
|
hashdiff (1.0.1)
|
112
108
|
i18n (1.8.10)
|
113
109
|
concurrent-ruby (~> 1.0)
|
114
|
-
jwt (2.2.
|
110
|
+
jwt (2.2.3)
|
115
111
|
loofah (2.9.1)
|
116
112
|
crass (~> 1.0.2)
|
117
113
|
nokogiri (>= 1.5.9)
|
@@ -123,8 +119,6 @@ GEM
|
|
123
119
|
mini_portile2 (2.5.0)
|
124
120
|
minitest (5.14.4)
|
125
121
|
multipart-post (2.1.1)
|
126
|
-
net-http-persistent (4.0.1)
|
127
|
-
connection_pool (~> 2.2)
|
128
122
|
nio4r (2.5.7)
|
129
123
|
nokogiri (1.11.3)
|
130
124
|
mini_portile2 (~> 2.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.
|
4
|
+
version: 0.20.0
|
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: 2021-04-
|
14
|
+
date: 2021-04-22 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|