decidim-bulletin_board 0.5.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ module Decidim
7
7
  class Client
8
8
  def self.client
9
9
  @client ||= Graphlient::Client.new(BulletinBoard.server,
10
+ schema_path: File.join(__dir__, "bb_schema.json"),
10
11
  headers: {
11
12
  "Authorization" => BulletinBoard.api_key
12
13
  })
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Decidim
4
4
  module BulletinBoard
5
- VERSION = "0.5.0"
5
+ VERSION = "0.6.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,32 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-bulletin_board
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Morcillo
8
8
  - Svenja Schäfer
9
- autorequire:
9
+ - Leonardo Diez
10
+ - Agustí B.R.
11
+ autorequire:
10
12
  bindir: exe
11
13
  cert_chain: []
12
- date: 2020-12-19 00:00:00.000000000 Z
14
+ date: 2021-01-12 00:00:00.000000000 Z
13
15
  dependencies:
14
16
  - !ruby/object:Gem::Dependency
15
- name: activemodel
16
- requirement: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - ">="
19
- - !ruby/object:Gem::Version
20
- version: 5.0.0
21
- type: :runtime
22
- prerelease: false
23
- version_requirements: !ruby/object:Gem::Requirement
24
- requirements:
25
- - - ">="
26
- - !ruby/object:Gem::Version
27
- version: 5.0.0
28
- - !ruby/object:Gem::Dependency
29
- name: activesupport
17
+ name: rails
30
18
  requirement: !ruby/object:Gem::Requirement
31
19
  requirements:
32
20
  - - ">="
@@ -155,6 +143,8 @@ description: ''
155
143
  email:
156
144
  - david@codegram.com
157
145
  - svenja@codegram.com
146
+ - leo@codegram.com
147
+ - agusti@codegram.com
158
148
  executables: []
159
149
  extensions: []
160
150
  extra_rdoc_files: []
@@ -170,6 +160,9 @@ files:
170
160
  - Gemfile.lock
171
161
  - README.md
172
162
  - Rakefile
163
+ - app/assets/config/decidim_bulletin_board_manifest.js
164
+ - app/assets/javascripts/decidim/bulletin_board/decidim-bulletin_board.dev.js
165
+ - app/assets/javascripts/decidim/bulletin_board/decidim-bulletin_board.js
173
166
  - bin/console
174
167
  - bin/setup
175
168
  - decidim-bulletin_board.gemspec
@@ -181,6 +174,8 @@ files:
181
174
  - lib/decidim/bulletin_board/authority/open_ballot_box.rb
182
175
  - lib/decidim/bulletin_board/client.rb
183
176
  - lib/decidim/bulletin_board/command.rb
177
+ - lib/decidim/bulletin_board/engine.rb
178
+ - lib/decidim/bulletin_board/graphql/bb_schema.json
184
179
  - lib/decidim/bulletin_board/graphql/client.rb
185
180
  - lib/decidim/bulletin_board/jwk_utils.rb
186
181
  - lib/decidim/bulletin_board/message_identifier.rb
@@ -191,7 +186,7 @@ homepage: https://github.com
191
186
  licenses:
192
187
  - AGPL-3.0
193
188
  metadata: {}
194
- post_install_message:
189
+ post_install_message:
195
190
  rdoc_options: []
196
191
  require_paths:
197
192
  - lib
@@ -207,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
202
  version: '0'
208
203
  requirements: []
209
204
  rubygems_version: 3.0.3
210
- signing_key:
205
+ signing_key:
211
206
  specification_version: 4
212
207
  summary: ''
213
208
  test_files: []