voting_schemes-electionguard 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c349c186c643bd5776afe998473c7b5341f2059d8c6ec356d5743e17698a550
4
- data.tar.gz: 74c571759db1d32a3d742fece3d22901b1facf08ba4815a95274e99abcfe9f7a
3
+ metadata.gz: 3c9a956418d7d819609939bf5dda6c7251e5b150f409a3068539d6edfbe6be56
4
+ data.tar.gz: 5f15c32fd3ec2fba2d8543de30f38973e8f60ba781ec44f70f3e1ddb1e987ae6
5
5
  SHA512:
6
- metadata.gz: 5617af8909a6ecdab86ef48fedc3fa3fbb2f1eb8de6aa305dee79b3419f645f8325aa24d4cd8d09d3bcac346a20950866fd4b5b62f713eff3b611cae1a54492d
7
- data.tar.gz: 1e95ee617b97b964c87a3cee0903e63fab37227e6098d6f67d4467d0bb8ef09ba3b5c2bc4756e12b9d867f7e0e4fdd02eb5b05fdc76b60989dd115ab1c187379
6
+ metadata.gz: 9db19f51eb585967dbdabff1a7677c4c91ea50c1803e600eeb8542970731cc878e749f1af28f36f5babae0de46a6f77dff83de752d62f66ccb9486a3ed01ff5c
7
+ data.tar.gz: 910d28f2ed77ff03e71a6466ec01534c9aeda0a1acfcf45b4ba530e1a1f799feca84e9c3abb6fd83d12204d312342bdc096c3684873652aaf85cd87ec3b2aea3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- voting_schemes-electionguard (0.18.0)
4
+ voting_schemes-electionguard (0.19.0)
5
5
  rails (>= 5.0.0)
6
6
 
7
7
  GEM
@@ -92,8 +92,6 @@ GEM
92
92
  nokogiri (1.11.3)
93
93
  mini_portile2 (~> 2.5.0)
94
94
  racc (~> 1.4)
95
- nokogiri (1.11.3-x86_64-linux)
96
- racc (~> 1.4)
97
95
  parallel (1.20.1)
98
96
  parser (3.0.0.0)
99
97
  ast (~> 2.4.1)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VotingSchemes
4
4
  module Electionguard
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: voting_schemes-electionguard
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
@@ -80,12 +80,49 @@ files:
80
80
  - lib/voting_schemes/electionguard.rb
81
81
  - lib/voting_schemes/electionguard/engine.rb
82
82
  - lib/voting_schemes/electionguard/version.rb
83
+ - public/assets/electionguard/attrs.data
84
+ - public/assets/electionguard/attrs.js
85
+ - public/assets/electionguard/bulletin_board-electionguard.data
86
+ - public/assets/electionguard/bulletin_board-electionguard.js
87
+ - public/assets/electionguard/console.html
88
+ - public/assets/electionguard/distlib.data
89
+ - public/assets/electionguard/distlib.js
90
+ - public/assets/electionguard/electionguard.data
91
+ - public/assets/electionguard/electionguard.js
92
+ - public/assets/electionguard/gmpy2.data
93
+ - public/assets/electionguard/gmpy2.js
94
+ - public/assets/electionguard/hypothesis.data
95
+ - public/assets/electionguard/hypothesis.js
96
+ - public/assets/electionguard/jsons.data
97
+ - public/assets/electionguard/jsons.js
98
+ - public/assets/electionguard/micropip.data
99
+ - public/assets/electionguard/micropip.js
100
+ - public/assets/electionguard/packages.json
101
+ - public/assets/electionguard/pyasn1.data
102
+ - public/assets/electionguard/pyasn1.js
103
+ - public/assets/electionguard/pyodide.asm.data
104
+ - public/assets/electionguard/pyodide.asm.data.js
105
+ - public/assets/electionguard/pyodide.asm.js
106
+ - public/assets/electionguard/pyodide.asm.wasm
107
+ - public/assets/electionguard/pyodide.js
108
+ - public/assets/electionguard/renderedhtml.css
109
+ - public/assets/electionguard/rsa.data
110
+ - public/assets/electionguard/rsa.js
111
+ - public/assets/electionguard/sortedcontainers.data
112
+ - public/assets/electionguard/sortedcontainers.js
113
+ - public/assets/electionguard/test.data
114
+ - public/assets/electionguard/test.html
115
+ - public/assets/electionguard/test.js
116
+ - public/assets/electionguard/typish.data
117
+ - public/assets/electionguard/typish.js
118
+ - public/assets/electionguard/webworker.js
119
+ - public/assets/electionguard/webworker_dev.js
83
120
  - voting_schemes-electionguard.gemspec
84
121
  homepage: https://github.com/decidim/decidim-bulletin-board
85
122
  licenses:
86
123
  - AGPL-3.0
87
124
  metadata: {}
88
- post_install_message:
125
+ post_install_message:
89
126
  rdoc_options: []
90
127
  require_paths:
91
128
  - lib
@@ -100,8 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
137
  - !ruby/object:Gem::Version
101
138
  version: '0'
102
139
  requirements: []
103
- rubygems_version: 3.0.3
104
- signing_key:
140
+ rubygems_version: 3.1.2
141
+ signing_key:
105
142
  specification_version: 4
106
143
  summary: ''
107
144
  test_files: []