voting_schemes-dummy 0.24.3 → 0.24.4
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 +4 -4
- data/Gemfile.lock +100 -68
- data/lib/voting_schemes/dummy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3764d015b03b93d67dcde547e6178532e93a174df2a9cce219bf25f8cb9bddb5
|
|
4
|
+
data.tar.gz: e9275a4e8a5f71669d6c429a67c22869715769d9500b27e4b99455ca2fab796b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '091f6fdea50cd3edf8c06dbe60273e9233486292dc942410526c61ba6122f071b400916a145d24ed6913a14e59f3a58831f1ef2261b9e2fbad87e46712192c18'
|
|
7
|
+
data.tar.gz: d5d8379f01aa7b0f1a6b81c26811d9b96e3873a9085fd48ca6164ca2f872262527a2e9f4a8568a60fc1378493db8bfeab1b76d01d2b8fdf310ac18baddab30ef
|
data/Gemfile.lock
CHANGED
|
@@ -1,83 +1,96 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
voting_schemes-dummy (0.24.
|
|
4
|
+
voting_schemes-dummy (0.24.4)
|
|
5
5
|
rails (>= 5.0.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
actioncable (7.0
|
|
11
|
-
actionpack (= 7.0
|
|
12
|
-
activesupport (= 7.0
|
|
10
|
+
actioncable (7.1.0)
|
|
11
|
+
actionpack (= 7.1.0)
|
|
12
|
+
activesupport (= 7.1.0)
|
|
13
13
|
nio4r (~> 2.0)
|
|
14
14
|
websocket-driver (>= 0.6.1)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
zeitwerk (~> 2.6)
|
|
16
|
+
actionmailbox (7.1.0)
|
|
17
|
+
actionpack (= 7.1.0)
|
|
18
|
+
activejob (= 7.1.0)
|
|
19
|
+
activerecord (= 7.1.0)
|
|
20
|
+
activestorage (= 7.1.0)
|
|
21
|
+
activesupport (= 7.1.0)
|
|
21
22
|
mail (>= 2.7.1)
|
|
22
23
|
net-imap
|
|
23
24
|
net-pop
|
|
24
25
|
net-smtp
|
|
25
|
-
actionmailer (7.0
|
|
26
|
-
actionpack (= 7.0
|
|
27
|
-
actionview (= 7.0
|
|
28
|
-
activejob (= 7.0
|
|
29
|
-
activesupport (= 7.0
|
|
26
|
+
actionmailer (7.1.0)
|
|
27
|
+
actionpack (= 7.1.0)
|
|
28
|
+
actionview (= 7.1.0)
|
|
29
|
+
activejob (= 7.1.0)
|
|
30
|
+
activesupport (= 7.1.0)
|
|
30
31
|
mail (~> 2.5, >= 2.5.4)
|
|
31
32
|
net-imap
|
|
32
33
|
net-pop
|
|
33
34
|
net-smtp
|
|
34
|
-
rails-dom-testing (~> 2.
|
|
35
|
-
actionpack (7.0
|
|
36
|
-
actionview (= 7.0
|
|
37
|
-
activesupport (= 7.0
|
|
38
|
-
|
|
35
|
+
rails-dom-testing (~> 2.2)
|
|
36
|
+
actionpack (7.1.0)
|
|
37
|
+
actionview (= 7.1.0)
|
|
38
|
+
activesupport (= 7.1.0)
|
|
39
|
+
nokogiri (>= 1.8.5)
|
|
40
|
+
rack (>= 2.2.4)
|
|
41
|
+
rack-session (>= 1.0.1)
|
|
39
42
|
rack-test (>= 0.6.3)
|
|
40
|
-
rails-dom-testing (~> 2.
|
|
41
|
-
rails-html-sanitizer (~> 1.
|
|
42
|
-
actiontext (7.0
|
|
43
|
-
actionpack (= 7.0
|
|
44
|
-
activerecord (= 7.0
|
|
45
|
-
activestorage (= 7.0
|
|
46
|
-
activesupport (= 7.0
|
|
43
|
+
rails-dom-testing (~> 2.2)
|
|
44
|
+
rails-html-sanitizer (~> 1.6)
|
|
45
|
+
actiontext (7.1.0)
|
|
46
|
+
actionpack (= 7.1.0)
|
|
47
|
+
activerecord (= 7.1.0)
|
|
48
|
+
activestorage (= 7.1.0)
|
|
49
|
+
activesupport (= 7.1.0)
|
|
47
50
|
globalid (>= 0.6.0)
|
|
48
51
|
nokogiri (>= 1.8.5)
|
|
49
|
-
actionview (7.0
|
|
50
|
-
activesupport (= 7.0
|
|
52
|
+
actionview (7.1.0)
|
|
53
|
+
activesupport (= 7.1.0)
|
|
51
54
|
builder (~> 3.1)
|
|
52
|
-
erubi (~> 1.
|
|
53
|
-
rails-dom-testing (~> 2.
|
|
54
|
-
rails-html-sanitizer (~> 1.
|
|
55
|
-
activejob (7.0
|
|
56
|
-
activesupport (= 7.0
|
|
55
|
+
erubi (~> 1.11)
|
|
56
|
+
rails-dom-testing (~> 2.2)
|
|
57
|
+
rails-html-sanitizer (~> 1.6)
|
|
58
|
+
activejob (7.1.0)
|
|
59
|
+
activesupport (= 7.1.0)
|
|
57
60
|
globalid (>= 0.3.6)
|
|
58
|
-
activemodel (7.0
|
|
59
|
-
activesupport (= 7.0
|
|
60
|
-
activerecord (7.0
|
|
61
|
-
activemodel (= 7.0
|
|
62
|
-
activesupport (= 7.0
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
61
|
+
activemodel (7.1.0)
|
|
62
|
+
activesupport (= 7.1.0)
|
|
63
|
+
activerecord (7.1.0)
|
|
64
|
+
activemodel (= 7.1.0)
|
|
65
|
+
activesupport (= 7.1.0)
|
|
66
|
+
timeout (>= 0.4.0)
|
|
67
|
+
activestorage (7.1.0)
|
|
68
|
+
actionpack (= 7.1.0)
|
|
69
|
+
activejob (= 7.1.0)
|
|
70
|
+
activerecord (= 7.1.0)
|
|
71
|
+
activesupport (= 7.1.0)
|
|
68
72
|
marcel (~> 1.0)
|
|
69
|
-
|
|
70
|
-
|
|
73
|
+
activesupport (7.1.0)
|
|
74
|
+
base64
|
|
75
|
+
bigdecimal
|
|
71
76
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
77
|
+
connection_pool (>= 2.2.5)
|
|
78
|
+
drb
|
|
72
79
|
i18n (>= 1.6, < 2)
|
|
73
80
|
minitest (>= 5.1)
|
|
81
|
+
mutex_m
|
|
74
82
|
tzinfo (~> 2.0)
|
|
75
83
|
ast (2.4.2)
|
|
84
|
+
base64 (0.1.1)
|
|
85
|
+
bigdecimal (3.1.4)
|
|
76
86
|
builder (3.2.4)
|
|
77
87
|
concurrent-ruby (1.1.10)
|
|
88
|
+
connection_pool (2.4.1)
|
|
78
89
|
crass (1.0.6)
|
|
79
90
|
date (3.3.3)
|
|
80
91
|
diff-lcs (1.4.4)
|
|
92
|
+
drb (2.1.1)
|
|
93
|
+
ruby2_keywords
|
|
81
94
|
erubi (1.12.0)
|
|
82
95
|
faker (2.15.1)
|
|
83
96
|
i18n (>= 1.6, < 2)
|
|
@@ -85,6 +98,10 @@ GEM
|
|
|
85
98
|
activesupport (>= 6.1)
|
|
86
99
|
i18n (1.10.0)
|
|
87
100
|
concurrent-ruby (~> 1.0)
|
|
101
|
+
io-console (0.6.0)
|
|
102
|
+
irb (1.8.1)
|
|
103
|
+
rdoc
|
|
104
|
+
reline (>= 0.3.8)
|
|
88
105
|
loofah (2.21.3)
|
|
89
106
|
crass (~> 1.0.2)
|
|
90
107
|
nokogiri (>= 1.12.0)
|
|
@@ -94,11 +111,11 @@ GEM
|
|
|
94
111
|
net-pop
|
|
95
112
|
net-smtp
|
|
96
113
|
marcel (1.0.2)
|
|
97
|
-
method_source (1.0.0)
|
|
98
114
|
mini_mime (1.1.5)
|
|
99
115
|
mini_portile2 (2.8.4)
|
|
100
116
|
minitest (5.20.0)
|
|
101
|
-
|
|
117
|
+
mutex_m (0.1.2)
|
|
118
|
+
net-imap (0.4.0)
|
|
102
119
|
date
|
|
103
120
|
net-protocol
|
|
104
121
|
net-pop (0.1.2)
|
|
@@ -116,24 +133,31 @@ GEM
|
|
|
116
133
|
parallel (1.22.1)
|
|
117
134
|
parser (3.1.2.1)
|
|
118
135
|
ast (~> 2.4.1)
|
|
136
|
+
psych (5.1.0)
|
|
137
|
+
stringio
|
|
119
138
|
racc (1.7.1)
|
|
120
|
-
rack (
|
|
139
|
+
rack (3.0.8)
|
|
140
|
+
rack-session (2.0.0)
|
|
141
|
+
rack (>= 3.0.0)
|
|
121
142
|
rack-test (2.1.0)
|
|
122
143
|
rack (>= 1.3)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
144
|
+
rackup (2.1.0)
|
|
145
|
+
rack (>= 3)
|
|
146
|
+
webrick (~> 1.8)
|
|
147
|
+
rails (7.1.0)
|
|
148
|
+
actioncable (= 7.1.0)
|
|
149
|
+
actionmailbox (= 7.1.0)
|
|
150
|
+
actionmailer (= 7.1.0)
|
|
151
|
+
actionpack (= 7.1.0)
|
|
152
|
+
actiontext (= 7.1.0)
|
|
153
|
+
actionview (= 7.1.0)
|
|
154
|
+
activejob (= 7.1.0)
|
|
155
|
+
activemodel (= 7.1.0)
|
|
156
|
+
activerecord (= 7.1.0)
|
|
157
|
+
activestorage (= 7.1.0)
|
|
158
|
+
activesupport (= 7.1.0)
|
|
135
159
|
bundler (>= 1.15.0)
|
|
136
|
-
railties (= 7.0
|
|
160
|
+
railties (= 7.1.0)
|
|
137
161
|
rails-dom-testing (2.2.0)
|
|
138
162
|
activesupport (>= 5.0.0)
|
|
139
163
|
minitest
|
|
@@ -141,16 +165,21 @@ GEM
|
|
|
141
165
|
rails-html-sanitizer (1.6.0)
|
|
142
166
|
loofah (~> 2.21)
|
|
143
167
|
nokogiri (~> 1.14)
|
|
144
|
-
railties (7.0
|
|
145
|
-
actionpack (= 7.0
|
|
146
|
-
activesupport (= 7.0
|
|
147
|
-
|
|
168
|
+
railties (7.1.0)
|
|
169
|
+
actionpack (= 7.1.0)
|
|
170
|
+
activesupport (= 7.1.0)
|
|
171
|
+
irb
|
|
172
|
+
rackup (>= 1.0.0)
|
|
148
173
|
rake (>= 12.2)
|
|
149
|
-
thor (~> 1.0)
|
|
150
|
-
zeitwerk (~> 2.
|
|
174
|
+
thor (~> 1.0, >= 1.2.2)
|
|
175
|
+
zeitwerk (~> 2.6)
|
|
151
176
|
rainbow (3.1.1)
|
|
152
177
|
rake (13.0.6)
|
|
178
|
+
rdoc (6.5.0)
|
|
179
|
+
psych (>= 4.0.0)
|
|
153
180
|
regexp_parser (2.5.0)
|
|
181
|
+
reline (0.3.9)
|
|
182
|
+
io-console (~> 0.5)
|
|
154
183
|
rexml (3.2.5)
|
|
155
184
|
rspec (3.10.0)
|
|
156
185
|
rspec-core (~> 3.10.0)
|
|
@@ -182,11 +211,14 @@ GEM
|
|
|
182
211
|
rubocop-rspec (2.11.1)
|
|
183
212
|
rubocop (~> 1.19)
|
|
184
213
|
ruby-progressbar (1.11.0)
|
|
214
|
+
ruby2_keywords (0.0.5)
|
|
215
|
+
stringio (3.0.8)
|
|
185
216
|
thor (1.2.2)
|
|
186
217
|
timeout (0.4.0)
|
|
187
218
|
tzinfo (2.0.6)
|
|
188
219
|
concurrent-ruby (~> 1.0)
|
|
189
220
|
unicode-display_width (2.2.0)
|
|
221
|
+
webrick (1.8.1)
|
|
190
222
|
websocket-driver (0.7.6)
|
|
191
223
|
websocket-extensions (>= 0.1.0)
|
|
192
224
|
websocket-extensions (0.1.5)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: voting_schemes-dummy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.4
|
|
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: 2023-10-
|
|
14
|
+
date: 2023-10-05 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|