voting_schemes-electionguard 0.15.2 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e645b1ac1ab4603487bc5f887baa05bbfba1c1a7628685a71e9568959641a36e
4
- data.tar.gz: cefa4c7bd3c16364bed52f85bd0e161ed092951413fdc63f275a83269cf155f3
3
+ metadata.gz: '060791568172a5476103d4069edfce1178da584e0288f63430256e47a9265b38'
4
+ data.tar.gz: b65ac06e66a1922608eedd98fba179519da31884573694b43c5a2398c9b5b390
5
5
  SHA512:
6
- metadata.gz: d1cbbaee2889cecd09408f170a976d80db968b86a0a2ac2a99da46391fd3279f0a7c202582a5f33897a810cb9a408b15d1ea64eb73102e8a72ad65ed24809a9c
7
- data.tar.gz: 3580557ab6d5af6f0e4c1502c0e5cec38da92761f38c26d4a0320ee84901f6bc9c852bd82240ff95984e258c7df7214c0c9e8608fcd18ab40721a6ae6e7a57fb
6
+ metadata.gz: 8c664add4a3a1a9256ba2d1df3a71d70bf3d5cfb43df94fcb2c71d333e3f290717482d92ae9494c7e2f8f28db95f5476edbf8032f58041ba7c9e60306b60d773
7
+ data.tar.gz: 0a58682cdf5e27cae77ecc1e2897afc64e0b314ac0aad57145dde1f72d73b431b7f62ce2ead72f6ef94d5dacf6f0ac70a589264fa49dac190201b583abbe8c7f
data/.gitignore CHANGED
@@ -1,4 +1,4 @@
1
- /.bundle/
1
+ /.bundle
2
2
  /.yardoc
3
3
  /_yardoc/
4
4
  /coverage/
data/Gemfile.lock CHANGED
@@ -1,66 +1,67 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- voting_schemes-electionguard (0.15.2)
4
+ voting_schemes-electionguard (0.16.0)
5
+ mimemagic (~> 0.3.7)
5
6
  rails (>= 5.0.0)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- actioncable (6.1.3)
11
- actionpack (= 6.1.3)
12
- activesupport (= 6.1.3)
11
+ actioncable (6.1.3.1)
12
+ actionpack (= 6.1.3.1)
13
+ activesupport (= 6.1.3.1)
13
14
  nio4r (~> 2.0)
14
15
  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)
16
+ actionmailbox (6.1.3.1)
17
+ actionpack (= 6.1.3.1)
18
+ activejob (= 6.1.3.1)
19
+ activerecord (= 6.1.3.1)
20
+ activestorage (= 6.1.3.1)
21
+ activesupport (= 6.1.3.1)
21
22
  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)
23
+ actionmailer (6.1.3.1)
24
+ actionpack (= 6.1.3.1)
25
+ actionview (= 6.1.3.1)
26
+ activejob (= 6.1.3.1)
27
+ activesupport (= 6.1.3.1)
27
28
  mail (~> 2.5, >= 2.5.4)
28
29
  rails-dom-testing (~> 2.0)
29
- actionpack (6.1.3)
30
- actionview (= 6.1.3)
31
- activesupport (= 6.1.3)
30
+ actionpack (6.1.3.1)
31
+ actionview (= 6.1.3.1)
32
+ activesupport (= 6.1.3.1)
32
33
  rack (~> 2.0, >= 2.0.9)
33
34
  rack-test (>= 0.6.3)
34
35
  rails-dom-testing (~> 2.0)
35
36
  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)
37
+ actiontext (6.1.3.1)
38
+ actionpack (= 6.1.3.1)
39
+ activerecord (= 6.1.3.1)
40
+ activestorage (= 6.1.3.1)
41
+ activesupport (= 6.1.3.1)
41
42
  nokogiri (>= 1.8.5)
42
- actionview (6.1.3)
43
- activesupport (= 6.1.3)
43
+ actionview (6.1.3.1)
44
+ activesupport (= 6.1.3.1)
44
45
  builder (~> 3.1)
45
46
  erubi (~> 1.4)
46
47
  rails-dom-testing (~> 2.0)
47
48
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.1.3)
49
- activesupport (= 6.1.3)
49
+ activejob (6.1.3.1)
50
+ activesupport (= 6.1.3.1)
50
51
  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.3.1)
62
- mimemagic (~> 0.3.2)
63
- activesupport (6.1.3)
52
+ activemodel (6.1.3.1)
53
+ activesupport (= 6.1.3.1)
54
+ activerecord (6.1.3.1)
55
+ activemodel (= 6.1.3.1)
56
+ activesupport (= 6.1.3.1)
57
+ activestorage (6.1.3.1)
58
+ actionpack (= 6.1.3.1)
59
+ activejob (= 6.1.3.1)
60
+ activerecord (= 6.1.3.1)
61
+ activesupport (= 6.1.3.1)
62
+ marcel (~> 1.0.0)
63
+ mini_mime (~> 1.0.2)
64
+ activesupport (6.1.3.1)
64
65
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
66
  i18n (>= 1.6, < 2)
66
67
  minitest (>= 5.1)
@@ -83,11 +84,12 @@ GEM
83
84
  nokogiri (>= 1.5.9)
84
85
  mail (2.7.1)
85
86
  mini_mime (>= 0.1.1)
86
- marcel (0.3.3)
87
- mimemagic (~> 0.3.2)
87
+ marcel (1.0.1)
88
88
  method_source (1.0.0)
89
- mimemagic (0.3.5)
90
- mini_mime (1.0.2)
89
+ mimemagic (0.3.10)
90
+ nokogiri (~> 1)
91
+ rake
92
+ mini_mime (1.0.3)
91
93
  mini_portile2 (2.5.0)
92
94
  minitest (5.14.4)
93
95
  nio4r (2.5.7)
@@ -101,29 +103,29 @@ GEM
101
103
  rack (2.2.3)
102
104
  rack-test (1.1.0)
103
105
  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)
106
+ rails (6.1.3.1)
107
+ actioncable (= 6.1.3.1)
108
+ actionmailbox (= 6.1.3.1)
109
+ actionmailer (= 6.1.3.1)
110
+ actionpack (= 6.1.3.1)
111
+ actiontext (= 6.1.3.1)
112
+ actionview (= 6.1.3.1)
113
+ activejob (= 6.1.3.1)
114
+ activemodel (= 6.1.3.1)
115
+ activerecord (= 6.1.3.1)
116
+ activestorage (= 6.1.3.1)
117
+ activesupport (= 6.1.3.1)
116
118
  bundler (>= 1.15.0)
117
- railties (= 6.1.3)
119
+ railties (= 6.1.3.1)
118
120
  sprockets-rails (>= 2.0.0)
119
121
  rails-dom-testing (2.0.3)
120
122
  activesupport (>= 4.2.0)
121
123
  nokogiri (>= 1.6)
122
124
  rails-html-sanitizer (1.3.0)
123
125
  loofah (~> 2.3)
124
- railties (6.1.3)
125
- actionpack (= 6.1.3)
126
- activesupport (= 6.1.3)
126
+ railties (6.1.3.1)
127
+ actionpack (= 6.1.3.1)
128
+ activesupport (= 6.1.3.1)
127
129
  method_source
128
130
  rake (>= 0.8.7)
129
131
  thor (~> 1.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VotingSchemes
4
4
  module Electionguard
5
- VERSION = "0.15.2"
5
+ VERSION = "0.16.0"
6
6
  end
7
7
  end
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
27
27
  s.require_paths = ["lib"]
28
28
 
29
29
  s.add_dependency "rails", ">= 5.0.0"
30
+ s.add_dependency "mimemagic", "~> 0.3.7"
30
31
 
31
32
  s.add_development_dependency "rake", "~> 13.0"
32
33
  s.add_development_dependency "rspec", "~> 3.7"
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.2
4
+ version: 0.16.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-03-19 00:00:00.000000000 Z
14
+ date: 2021-04-06 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -27,6 +27,20 @@ dependencies:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
29
  version: 5.0.0
30
+ - !ruby/object:Gem::Dependency
31
+ name: mimemagic
32
+ requirement: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - "~>"
35
+ - !ruby/object:Gem::Version
36
+ version: 0.3.7
37
+ type: :runtime
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - "~>"
42
+ - !ruby/object:Gem::Version
43
+ version: 0.3.7
30
44
  - !ruby/object:Gem::Dependency
31
45
  name: rake
32
46
  requirement: !ruby/object:Gem::Requirement