voting_schemes-dummy 0.24.1 → 0.24.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +90 -83
- data/lib/voting_schemes/dummy/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6daa0fcfad51a16df31c0a2c6f462d3c45bf661175283343776463a60769d92c
|
4
|
+
data.tar.gz: a79bd9aed2033cd222cfbe306e9d55cec339548cc4949880a6e7081f5fb08072
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63e966470a07a5b798729c8e2ca78ce31271e638bdb32e342ccc6a280292d75acf56f2cfb1ec75aae17161960915d210abab71f91739d6d49517f4327ac01aed
|
7
|
+
data.tar.gz: 983bf894a63e328b69e5661c1290adf4eaece1a6c914407ce00bccc46544983aa6d64d188ef41c3d88f6ac2c963250a2b3670f627f7753bfd7b936af31b48635
|
data/Gemfile.lock
CHANGED
@@ -1,73 +1,73 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
voting_schemes-dummy (0.24.
|
4
|
+
voting_schemes-dummy (0.24.2)
|
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.0.8)
|
11
|
+
actionpack (= 7.0.8)
|
12
|
+
activesupport (= 7.0.8)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (7.0.
|
16
|
-
actionpack (= 7.0.
|
17
|
-
activejob (= 7.0.
|
18
|
-
activerecord (= 7.0.
|
19
|
-
activestorage (= 7.0.
|
20
|
-
activesupport (= 7.0.
|
15
|
+
actionmailbox (7.0.8)
|
16
|
+
actionpack (= 7.0.8)
|
17
|
+
activejob (= 7.0.8)
|
18
|
+
activerecord (= 7.0.8)
|
19
|
+
activestorage (= 7.0.8)
|
20
|
+
activesupport (= 7.0.8)
|
21
21
|
mail (>= 2.7.1)
|
22
22
|
net-imap
|
23
23
|
net-pop
|
24
24
|
net-smtp
|
25
|
-
actionmailer (7.0.
|
26
|
-
actionpack (= 7.0.
|
27
|
-
actionview (= 7.0.
|
28
|
-
activejob (= 7.0.
|
29
|
-
activesupport (= 7.0.
|
25
|
+
actionmailer (7.0.8)
|
26
|
+
actionpack (= 7.0.8)
|
27
|
+
actionview (= 7.0.8)
|
28
|
+
activejob (= 7.0.8)
|
29
|
+
activesupport (= 7.0.8)
|
30
30
|
mail (~> 2.5, >= 2.5.4)
|
31
31
|
net-imap
|
32
32
|
net-pop
|
33
33
|
net-smtp
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
|
-
actionpack (7.0.
|
36
|
-
actionview (= 7.0.
|
37
|
-
activesupport (= 7.0.
|
38
|
-
rack (~> 2.0, >= 2.2.
|
35
|
+
actionpack (7.0.8)
|
36
|
+
actionview (= 7.0.8)
|
37
|
+
activesupport (= 7.0.8)
|
38
|
+
rack (~> 2.0, >= 2.2.4)
|
39
39
|
rack-test (>= 0.6.3)
|
40
40
|
rails-dom-testing (~> 2.0)
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
42
|
-
actiontext (7.0.
|
43
|
-
actionpack (= 7.0.
|
44
|
-
activerecord (= 7.0.
|
45
|
-
activestorage (= 7.0.
|
46
|
-
activesupport (= 7.0.
|
42
|
+
actiontext (7.0.8)
|
43
|
+
actionpack (= 7.0.8)
|
44
|
+
activerecord (= 7.0.8)
|
45
|
+
activestorage (= 7.0.8)
|
46
|
+
activesupport (= 7.0.8)
|
47
47
|
globalid (>= 0.6.0)
|
48
48
|
nokogiri (>= 1.8.5)
|
49
|
-
actionview (7.0.
|
50
|
-
activesupport (= 7.0.
|
49
|
+
actionview (7.0.8)
|
50
|
+
activesupport (= 7.0.8)
|
51
51
|
builder (~> 3.1)
|
52
52
|
erubi (~> 1.4)
|
53
53
|
rails-dom-testing (~> 2.0)
|
54
54
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
55
|
-
activejob (7.0.
|
56
|
-
activesupport (= 7.0.
|
55
|
+
activejob (7.0.8)
|
56
|
+
activesupport (= 7.0.8)
|
57
57
|
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
|
-
activestorage (7.0.
|
64
|
-
actionpack (= 7.0.
|
65
|
-
activejob (= 7.0.
|
66
|
-
activerecord (= 7.0.
|
67
|
-
activesupport (= 7.0.
|
58
|
+
activemodel (7.0.8)
|
59
|
+
activesupport (= 7.0.8)
|
60
|
+
activerecord (7.0.8)
|
61
|
+
activemodel (= 7.0.8)
|
62
|
+
activesupport (= 7.0.8)
|
63
|
+
activestorage (7.0.8)
|
64
|
+
actionpack (= 7.0.8)
|
65
|
+
activejob (= 7.0.8)
|
66
|
+
activerecord (= 7.0.8)
|
67
|
+
activesupport (= 7.0.8)
|
68
68
|
marcel (~> 1.0)
|
69
69
|
mini_mime (>= 1.1.0)
|
70
|
-
activesupport (7.0.
|
70
|
+
activesupport (7.0.8)
|
71
71
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
72
72
|
i18n (>= 1.6, < 2)
|
73
73
|
minitest (>= 5.1)
|
@@ -76,67 +76,74 @@ GEM
|
|
76
76
|
builder (3.2.4)
|
77
77
|
concurrent-ruby (1.1.10)
|
78
78
|
crass (1.0.6)
|
79
|
+
date (3.3.3)
|
79
80
|
diff-lcs (1.4.4)
|
80
|
-
erubi (1.
|
81
|
+
erubi (1.12.0)
|
81
82
|
faker (2.15.1)
|
82
83
|
i18n (>= 1.6, < 2)
|
83
|
-
globalid (1.
|
84
|
-
activesupport (>=
|
84
|
+
globalid (1.2.1)
|
85
|
+
activesupport (>= 6.1)
|
85
86
|
i18n (1.10.0)
|
86
87
|
concurrent-ruby (~> 1.0)
|
87
|
-
loofah (2.
|
88
|
+
loofah (2.21.3)
|
88
89
|
crass (~> 1.0.2)
|
89
|
-
nokogiri (>= 1.
|
90
|
-
mail (2.
|
90
|
+
nokogiri (>= 1.12.0)
|
91
|
+
mail (2.8.1)
|
91
92
|
mini_mime (>= 0.1.1)
|
93
|
+
net-imap
|
94
|
+
net-pop
|
95
|
+
net-smtp
|
92
96
|
marcel (1.0.2)
|
93
97
|
method_source (1.0.0)
|
94
|
-
mini_mime (1.1.
|
95
|
-
mini_portile2 (2.8.
|
96
|
-
minitest (5.
|
97
|
-
net-imap (0.3.
|
98
|
+
mini_mime (1.1.5)
|
99
|
+
mini_portile2 (2.8.4)
|
100
|
+
minitest (5.20.0)
|
101
|
+
net-imap (0.3.7)
|
102
|
+
date
|
98
103
|
net-protocol
|
99
104
|
net-pop (0.1.2)
|
100
105
|
net-protocol
|
101
|
-
net-protocol (0.1
|
106
|
+
net-protocol (0.2.1)
|
102
107
|
timeout
|
103
|
-
net-smtp (0.
|
108
|
+
net-smtp (0.4.0)
|
104
109
|
net-protocol
|
105
|
-
nio4r (2.5.
|
106
|
-
nokogiri (1.
|
107
|
-
mini_portile2 (~> 2.8.
|
110
|
+
nio4r (2.5.9)
|
111
|
+
nokogiri (1.15.4)
|
112
|
+
mini_portile2 (~> 2.8.2)
|
108
113
|
racc (~> 1.4)
|
109
|
-
nokogiri (1.
|
114
|
+
nokogiri (1.15.4-x86_64-linux)
|
110
115
|
racc (~> 1.4)
|
111
116
|
parallel (1.22.1)
|
112
117
|
parser (3.1.2.1)
|
113
118
|
ast (~> 2.4.1)
|
114
|
-
racc (1.
|
115
|
-
rack (2.2.
|
116
|
-
rack-test (2.0
|
119
|
+
racc (1.7.1)
|
120
|
+
rack (2.2.8)
|
121
|
+
rack-test (2.1.0)
|
117
122
|
rack (>= 1.3)
|
118
|
-
rails (7.0.
|
119
|
-
actioncable (= 7.0.
|
120
|
-
actionmailbox (= 7.0.
|
121
|
-
actionmailer (= 7.0.
|
122
|
-
actionpack (= 7.0.
|
123
|
-
actiontext (= 7.0.
|
124
|
-
actionview (= 7.0.
|
125
|
-
activejob (= 7.0.
|
126
|
-
activemodel (= 7.0.
|
127
|
-
activerecord (= 7.0.
|
128
|
-
activestorage (= 7.0.
|
129
|
-
activesupport (= 7.0.
|
123
|
+
rails (7.0.8)
|
124
|
+
actioncable (= 7.0.8)
|
125
|
+
actionmailbox (= 7.0.8)
|
126
|
+
actionmailer (= 7.0.8)
|
127
|
+
actionpack (= 7.0.8)
|
128
|
+
actiontext (= 7.0.8)
|
129
|
+
actionview (= 7.0.8)
|
130
|
+
activejob (= 7.0.8)
|
131
|
+
activemodel (= 7.0.8)
|
132
|
+
activerecord (= 7.0.8)
|
133
|
+
activestorage (= 7.0.8)
|
134
|
+
activesupport (= 7.0.8)
|
130
135
|
bundler (>= 1.15.0)
|
131
|
-
railties (= 7.0.
|
132
|
-
rails-dom-testing (2.0
|
133
|
-
activesupport (>=
|
136
|
+
railties (= 7.0.8)
|
137
|
+
rails-dom-testing (2.2.0)
|
138
|
+
activesupport (>= 5.0.0)
|
139
|
+
minitest
|
134
140
|
nokogiri (>= 1.6)
|
135
|
-
rails-html-sanitizer (1.
|
136
|
-
loofah (~> 2.
|
137
|
-
|
138
|
-
|
139
|
-
|
141
|
+
rails-html-sanitizer (1.6.0)
|
142
|
+
loofah (~> 2.21)
|
143
|
+
nokogiri (~> 1.14)
|
144
|
+
railties (7.0.8)
|
145
|
+
actionpack (= 7.0.8)
|
146
|
+
activesupport (= 7.0.8)
|
140
147
|
method_source
|
141
148
|
rake (>= 12.2)
|
142
149
|
thor (~> 1.0)
|
@@ -175,15 +182,15 @@ GEM
|
|
175
182
|
rubocop-rspec (2.11.1)
|
176
183
|
rubocop (~> 1.19)
|
177
184
|
ruby-progressbar (1.11.0)
|
178
|
-
thor (1.2.
|
179
|
-
timeout (0.
|
180
|
-
tzinfo (2.0.
|
185
|
+
thor (1.2.2)
|
186
|
+
timeout (0.4.0)
|
187
|
+
tzinfo (2.0.6)
|
181
188
|
concurrent-ruby (~> 1.0)
|
182
189
|
unicode-display_width (2.2.0)
|
183
|
-
websocket-driver (0.7.
|
190
|
+
websocket-driver (0.7.6)
|
184
191
|
websocket-extensions (>= 0.1.0)
|
185
192
|
websocket-extensions (0.1.5)
|
186
|
-
zeitwerk (2.6.
|
193
|
+
zeitwerk (2.6.12)
|
187
194
|
|
188
195
|
PLATFORMS
|
189
196
|
ruby
|
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.2
|
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:
|
14
|
+
date: 2023-09-27 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
103
|
requirements: []
|
104
|
-
rubygems_version: 3.3.
|
104
|
+
rubygems_version: 3.3.7
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: ''
|