voting_schemes-electionguard 0.15.1 → 0.15.2

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: 9b25f7f193ae42a2d3cebcdf58fa0e4e23a0803c1048815cc26fb38c901664fb
4
- data.tar.gz: fe67072e503373a9f12887b899dc3e6316bb19df38debc55b2d4697451430eb7
3
+ metadata.gz: e645b1ac1ab4603487bc5f887baa05bbfba1c1a7628685a71e9568959641a36e
4
+ data.tar.gz: cefa4c7bd3c16364bed52f85bd0e161ed092951413fdc63f275a83269cf155f3
5
5
  SHA512:
6
- metadata.gz: a2830b353d541e4e19f5fe5850174eae5ba0a74d3b04683413017c3f1b741b881ce1ed512174beadba7570a1eca0184ce7bb8f6ea575c312096b2503c32f1d16
7
- data.tar.gz: cd03d72a620dacacaa8489bfd4c36bb8a9184fd8f2ef126723dc61e726ac552b8a886bff3ac93a6039a837634da1a89a8c43e0b0ba9efa5efac065e1b70b844d
6
+ metadata.gz: d1cbbaee2889cecd09408f170a976d80db968b86a0a2ac2a99da46391fd3279f0a7c202582a5f33897a810cb9a408b15d1ea64eb73102e8a72ad65ed24809a9c
7
+ data.tar.gz: 3580557ab6d5af6f0e4c1502c0e5cec38da92761f38c26d4a0320ee84901f6bc9c852bd82240ff95984e258c7df7214c0c9e8608fcd18ab40721a6ae6e7a57fb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- voting_schemes-electionguard (0.15.1)
4
+ voting_schemes-electionguard (0.15.2)
5
5
  rails (>= 5.0.0)
6
6
 
7
7
  GEM
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VotingSchemes
4
4
  module Electionguard
5
- VERSION = "0.15.1"
5
+ VERSION = "0.15.2"
6
6
  end
7
7
  end
@@ -17,7 +17,10 @@ Gem::Specification.new do |s|
17
17
  # Specify which files should be added to the gem when it is released.
18
18
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
19
  s.files = Dir.chdir(File.expand_path(__dir__)) do
20
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
+ `git ls-files -z`
21
+ .split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
+ .concat(["app/assets/javascripts/voting_schemes/electionguard/electionguard.js"])
23
+ .concat(Dir.glob("public/assets/electionguard/*"))
21
24
  end
22
25
  s.bindir = "exe"
23
26
  s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voting_schemes-electionguard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.1
4
+ version: 0.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Morcillo
@@ -74,11 +74,49 @@ files:
74
74
  - README.md
75
75
  - Rakefile
76
76
  - app/assets/config/manifest.js
77
+ - app/assets/javascripts/voting_schemes/electionguard/electionguard.js
77
78
  - bin/console
78
79
  - bin/setup
79
80
  - lib/voting_schemes/electionguard.rb
80
81
  - lib/voting_schemes/electionguard/engine.rb
81
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
82
120
  - voting_schemes-electionguard.gemspec
83
121
  homepage: https://github.com/decidim/decidim-bulletin-board
84
122
  licenses: