decidim-bulletin_board 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Decidim
4
4
  module BulletinBoard
5
- VERSION = "0.6.1"
5
+ VERSION = "0.7.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.6.1
4
+ version: 0.7.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-01-12 00:00:00.000000000 Z
14
+ date: 2021-01-26 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -172,6 +172,8 @@ files:
172
172
  - lib/decidim/bulletin_board/authority/create_election.rb
173
173
  - lib/decidim/bulletin_board/authority/get_election_status.rb
174
174
  - lib/decidim/bulletin_board/authority/open_ballot_box.rb
175
+ - lib/decidim/bulletin_board/authority/publish_results.rb
176
+ - lib/decidim/bulletin_board/authority/start_tally.rb
175
177
  - lib/decidim/bulletin_board/client.rb
176
178
  - lib/decidim/bulletin_board/command.rb
177
179
  - lib/decidim/bulletin_board/engine.rb