voting_schemes-electionguard 0.15.1 → 0.17.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/Gemfile.lock +61 -63
- data/lib/voting_schemes/electionguard/version.rb +1 -1
- data/voting_schemes-electionguard.gemspec +4 -1
- metadata +40 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d66d1062bf1df70c324201ea4ce6d2481795609294075dea79e1d1a01f00ce52
|
4
|
+
data.tar.gz: a2fb8a3868b3d3ee45f68da07ea15ef0d9c576dc0664a99866b23dbf5ec6584d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55b44b52f6073c76ca346eaee4ffe97a41ba4735ea370cc0fa88e0bd82285eea3558f072a3b3ee5bc501d31bed42361fb57551a3c75d713499e56219b476d4cc
|
7
|
+
data.tar.gz: 33bc0e42308e42d31f8b5096e01050d4a88357cc16efee390de895c5b50e43e2e8f5012235e5cd4ea3aa411cdd098a943670c2f1aa5b0e6467616e876bff17f7
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,66 +1,66 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
voting_schemes-electionguard (0.
|
4
|
+
voting_schemes-electionguard (0.17.1)
|
5
5
|
rails (>= 5.0.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (6.1.3)
|
11
|
-
actionpack (= 6.1.3)
|
12
|
-
activesupport (= 6.1.3)
|
10
|
+
actioncable (6.1.3.1)
|
11
|
+
actionpack (= 6.1.3.1)
|
12
|
+
activesupport (= 6.1.3.1)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.1.3)
|
16
|
-
actionpack (= 6.1.3)
|
17
|
-
activejob (= 6.1.3)
|
18
|
-
activerecord (= 6.1.3)
|
19
|
-
activestorage (= 6.1.3)
|
20
|
-
activesupport (= 6.1.3)
|
15
|
+
actionmailbox (6.1.3.1)
|
16
|
+
actionpack (= 6.1.3.1)
|
17
|
+
activejob (= 6.1.3.1)
|
18
|
+
activerecord (= 6.1.3.1)
|
19
|
+
activestorage (= 6.1.3.1)
|
20
|
+
activesupport (= 6.1.3.1)
|
21
21
|
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.1.3)
|
23
|
-
actionpack (= 6.1.3)
|
24
|
-
actionview (= 6.1.3)
|
25
|
-
activejob (= 6.1.3)
|
26
|
-
activesupport (= 6.1.3)
|
22
|
+
actionmailer (6.1.3.1)
|
23
|
+
actionpack (= 6.1.3.1)
|
24
|
+
actionview (= 6.1.3.1)
|
25
|
+
activejob (= 6.1.3.1)
|
26
|
+
activesupport (= 6.1.3.1)
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
28
28
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.1.3)
|
30
|
-
actionview (= 6.1.3)
|
31
|
-
activesupport (= 6.1.3)
|
29
|
+
actionpack (6.1.3.1)
|
30
|
+
actionview (= 6.1.3.1)
|
31
|
+
activesupport (= 6.1.3.1)
|
32
32
|
rack (~> 2.0, >= 2.0.9)
|
33
33
|
rack-test (>= 0.6.3)
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
35
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.1.3)
|
37
|
-
actionpack (= 6.1.3)
|
38
|
-
activerecord (= 6.1.3)
|
39
|
-
activestorage (= 6.1.3)
|
40
|
-
activesupport (= 6.1.3)
|
36
|
+
actiontext (6.1.3.1)
|
37
|
+
actionpack (= 6.1.3.1)
|
38
|
+
activerecord (= 6.1.3.1)
|
39
|
+
activestorage (= 6.1.3.1)
|
40
|
+
activesupport (= 6.1.3.1)
|
41
41
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.1.3)
|
43
|
-
activesupport (= 6.1.3)
|
42
|
+
actionview (6.1.3.1)
|
43
|
+
activesupport (= 6.1.3.1)
|
44
44
|
builder (~> 3.1)
|
45
45
|
erubi (~> 1.4)
|
46
46
|
rails-dom-testing (~> 2.0)
|
47
47
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.1.3)
|
49
|
-
activesupport (= 6.1.3)
|
48
|
+
activejob (6.1.3.1)
|
49
|
+
activesupport (= 6.1.3.1)
|
50
50
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.1.3)
|
52
|
-
activesupport (= 6.1.3)
|
53
|
-
activerecord (6.1.3)
|
54
|
-
activemodel (= 6.1.3)
|
55
|
-
activesupport (= 6.1.3)
|
56
|
-
activestorage (6.1.3)
|
57
|
-
actionpack (= 6.1.3)
|
58
|
-
activejob (= 6.1.3)
|
59
|
-
activerecord (= 6.1.3)
|
60
|
-
activesupport (= 6.1.3)
|
61
|
-
marcel (~> 0.
|
62
|
-
|
63
|
-
activesupport (6.1.3)
|
51
|
+
activemodel (6.1.3.1)
|
52
|
+
activesupport (= 6.1.3.1)
|
53
|
+
activerecord (6.1.3.1)
|
54
|
+
activemodel (= 6.1.3.1)
|
55
|
+
activesupport (= 6.1.3.1)
|
56
|
+
activestorage (6.1.3.1)
|
57
|
+
actionpack (= 6.1.3.1)
|
58
|
+
activejob (= 6.1.3.1)
|
59
|
+
activerecord (= 6.1.3.1)
|
60
|
+
activesupport (= 6.1.3.1)
|
61
|
+
marcel (~> 1.0.0)
|
62
|
+
mini_mime (~> 1.0.2)
|
63
|
+
activesupport (6.1.3.1)
|
64
64
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
65
65
|
i18n (>= 1.6, < 2)
|
66
66
|
minitest (>= 5.1)
|
@@ -76,22 +76,20 @@ GEM
|
|
76
76
|
i18n (>= 1.6, < 2)
|
77
77
|
globalid (0.4.2)
|
78
78
|
activesupport (>= 4.2.0)
|
79
|
-
i18n (1.8.
|
79
|
+
i18n (1.8.10)
|
80
80
|
concurrent-ruby (~> 1.0)
|
81
|
-
loofah (2.9.
|
81
|
+
loofah (2.9.1)
|
82
82
|
crass (~> 1.0.2)
|
83
83
|
nokogiri (>= 1.5.9)
|
84
84
|
mail (2.7.1)
|
85
85
|
mini_mime (>= 0.1.1)
|
86
|
-
marcel (0.
|
87
|
-
mimemagic (~> 0.3.2)
|
86
|
+
marcel (1.0.1)
|
88
87
|
method_source (1.0.0)
|
89
|
-
|
90
|
-
mini_mime (1.0.2)
|
88
|
+
mini_mime (1.0.3)
|
91
89
|
mini_portile2 (2.5.0)
|
92
90
|
minitest (5.14.4)
|
93
91
|
nio4r (2.5.7)
|
94
|
-
nokogiri (1.11.
|
92
|
+
nokogiri (1.11.3)
|
95
93
|
mini_portile2 (~> 2.5.0)
|
96
94
|
racc (~> 1.4)
|
97
95
|
parallel (1.20.1)
|
@@ -101,29 +99,29 @@ GEM
|
|
101
99
|
rack (2.2.3)
|
102
100
|
rack-test (1.1.0)
|
103
101
|
rack (>= 1.0, < 3)
|
104
|
-
rails (6.1.3)
|
105
|
-
actioncable (= 6.1.3)
|
106
|
-
actionmailbox (= 6.1.3)
|
107
|
-
actionmailer (= 6.1.3)
|
108
|
-
actionpack (= 6.1.3)
|
109
|
-
actiontext (= 6.1.3)
|
110
|
-
actionview (= 6.1.3)
|
111
|
-
activejob (= 6.1.3)
|
112
|
-
activemodel (= 6.1.3)
|
113
|
-
activerecord (= 6.1.3)
|
114
|
-
activestorage (= 6.1.3)
|
115
|
-
activesupport (= 6.1.3)
|
102
|
+
rails (6.1.3.1)
|
103
|
+
actioncable (= 6.1.3.1)
|
104
|
+
actionmailbox (= 6.1.3.1)
|
105
|
+
actionmailer (= 6.1.3.1)
|
106
|
+
actionpack (= 6.1.3.1)
|
107
|
+
actiontext (= 6.1.3.1)
|
108
|
+
actionview (= 6.1.3.1)
|
109
|
+
activejob (= 6.1.3.1)
|
110
|
+
activemodel (= 6.1.3.1)
|
111
|
+
activerecord (= 6.1.3.1)
|
112
|
+
activestorage (= 6.1.3.1)
|
113
|
+
activesupport (= 6.1.3.1)
|
116
114
|
bundler (>= 1.15.0)
|
117
|
-
railties (= 6.1.3)
|
115
|
+
railties (= 6.1.3.1)
|
118
116
|
sprockets-rails (>= 2.0.0)
|
119
117
|
rails-dom-testing (2.0.3)
|
120
118
|
activesupport (>= 4.2.0)
|
121
119
|
nokogiri (>= 1.6)
|
122
120
|
rails-html-sanitizer (1.3.0)
|
123
121
|
loofah (~> 2.3)
|
124
|
-
railties (6.1.3)
|
125
|
-
actionpack (= 6.1.3)
|
126
|
-
activesupport (= 6.1.3)
|
122
|
+
railties (6.1.3.1)
|
123
|
+
actionpack (= 6.1.3.1)
|
124
|
+
activesupport (= 6.1.3.1)
|
127
125
|
method_source
|
128
126
|
rake (>= 0.8.7)
|
129
127
|
thor (~> 1.0)
|
@@ -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
|
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.
|
4
|
+
version: 0.17.1
|
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-
|
14
|
+
date: 2021-04-14 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -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:
|