voting_schemes-dummy 0.24.1 → 0.24.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: 1c01ae29b2681a4d9eb965b7754cc19f4fb90bbbfe121ab79cb1d6a9626f2f7b
4
- data.tar.gz: 41fdadc1ce969982e8a9e80598e71cc8e2b5a0e5eb5044ff0f2df0525d26037e
3
+ metadata.gz: 6daa0fcfad51a16df31c0a2c6f462d3c45bf661175283343776463a60769d92c
4
+ data.tar.gz: a79bd9aed2033cd222cfbe306e9d55cec339548cc4949880a6e7081f5fb08072
5
5
  SHA512:
6
- metadata.gz: c731f3eb675f0361dfdbf2b73d4ab2cd873e919cab82ffd6711ac536e8f4079bd2e3cedc96ced8d53d25f2fcffa0d4fa64807d26f6cfc585f0f85b218fb06435
7
- data.tar.gz: c056e1f86eafc420e15c1de9abd29dcb9e8c46eaa6d41780313668e12305132d5f475b4854c6a957c44d2df03807fd37e914c39e8f60e73320e6f47e953d45ed
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.1)
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.4)
11
- actionpack (= 7.0.4)
12
- activesupport (= 7.0.4)
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.4)
16
- actionpack (= 7.0.4)
17
- activejob (= 7.0.4)
18
- activerecord (= 7.0.4)
19
- activestorage (= 7.0.4)
20
- activesupport (= 7.0.4)
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.4)
26
- actionpack (= 7.0.4)
27
- actionview (= 7.0.4)
28
- activejob (= 7.0.4)
29
- activesupport (= 7.0.4)
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.4)
36
- actionview (= 7.0.4)
37
- activesupport (= 7.0.4)
38
- rack (~> 2.0, >= 2.2.0)
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.4)
43
- actionpack (= 7.0.4)
44
- activerecord (= 7.0.4)
45
- activestorage (= 7.0.4)
46
- activesupport (= 7.0.4)
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.4)
50
- activesupport (= 7.0.4)
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.4)
56
- activesupport (= 7.0.4)
55
+ activejob (7.0.8)
56
+ activesupport (= 7.0.8)
57
57
  globalid (>= 0.3.6)
58
- activemodel (7.0.4)
59
- activesupport (= 7.0.4)
60
- activerecord (7.0.4)
61
- activemodel (= 7.0.4)
62
- activesupport (= 7.0.4)
63
- activestorage (7.0.4)
64
- actionpack (= 7.0.4)
65
- activejob (= 7.0.4)
66
- activerecord (= 7.0.4)
67
- activesupport (= 7.0.4)
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.4)
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.11.0)
81
+ erubi (1.12.0)
81
82
  faker (2.15.1)
82
83
  i18n (>= 1.6, < 2)
83
- globalid (1.0.0)
84
- activesupport (>= 5.0)
84
+ globalid (1.2.1)
85
+ activesupport (>= 6.1)
85
86
  i18n (1.10.0)
86
87
  concurrent-ruby (~> 1.0)
87
- loofah (2.19.0)
88
+ loofah (2.21.3)
88
89
  crass (~> 1.0.2)
89
- nokogiri (>= 1.5.9)
90
- mail (2.7.1)
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.2)
95
- mini_portile2 (2.8.0)
96
- minitest (5.16.3)
97
- net-imap (0.3.1)
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.3)
106
+ net-protocol (0.2.1)
102
107
  timeout
103
- net-smtp (0.3.3)
108
+ net-smtp (0.4.0)
104
109
  net-protocol
105
- nio4r (2.5.8)
106
- nokogiri (1.13.9)
107
- mini_portile2 (~> 2.8.0)
110
+ nio4r (2.5.9)
111
+ nokogiri (1.15.4)
112
+ mini_portile2 (~> 2.8.2)
108
113
  racc (~> 1.4)
109
- nokogiri (1.13.9-x86_64-linux)
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.6.0)
115
- rack (2.2.4)
116
- rack-test (2.0.2)
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.4)
119
- actioncable (= 7.0.4)
120
- actionmailbox (= 7.0.4)
121
- actionmailer (= 7.0.4)
122
- actionpack (= 7.0.4)
123
- actiontext (= 7.0.4)
124
- actionview (= 7.0.4)
125
- activejob (= 7.0.4)
126
- activemodel (= 7.0.4)
127
- activerecord (= 7.0.4)
128
- activestorage (= 7.0.4)
129
- activesupport (= 7.0.4)
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.4)
132
- rails-dom-testing (2.0.3)
133
- activesupport (>= 4.2.0)
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.4.3)
136
- loofah (~> 2.3)
137
- railties (7.0.4)
138
- actionpack (= 7.0.4)
139
- activesupport (= 7.0.4)
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.1)
179
- timeout (0.3.0)
180
- tzinfo (2.0.5)
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.5)
190
+ websocket-driver (0.7.6)
184
191
  websocket-extensions (>= 0.1.0)
185
192
  websocket-extensions (0.1.5)
186
- zeitwerk (2.6.6)
193
+ zeitwerk (2.6.12)
187
194
 
188
195
  PLATFORMS
189
196
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VotingSchemes
4
4
  module Dummy
5
- VERSION = "0.24.1"
5
+ VERSION = "0.24.2"
6
6
  end
7
7
  end
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.1
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: 2022-11-11 00:00:00.000000000 Z
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.25
104
+ rubygems_version: 3.3.7
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: ''