super_spreader 0.1.0.beta2 → 0.2.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: c5fc69a1f1d03217e7eaeb01bcb69d532f52c90b22b3d8c8db61cdf2b365abbe
4
- data.tar.gz: de227b3cbee36f53ea682e5e08369a929e2370afa78cd9c08f689b7d087a69cd
3
+ metadata.gz: c4f5403c4f05f2a7b8e2c5ccfa049dff94c0287d9a0b59aa1853d0ac28722680
4
+ data.tar.gz: 92557080b4e2abc00a83895be40fd84c6175ce8e20d445704f4ffd561a8a34b6
5
5
  SHA512:
6
- metadata.gz: d14ae563ce013a7d3d8797ca6b65d55f065607cbe2ad2b46fd0c67caf23199597afa487bfc5b9ca68c492550dd75f1d5033f92b438c153f236c963364bd4bd06
7
- data.tar.gz: 4b9fbbee9a9c39a3f3a3e4f3d78886604c40af78f59397e5a5ad69f175a9eaf8fc63fbc8f2901b9ba35248ab06d3ee22320262b9d754fa02732ce89861525c29
6
+ metadata.gz: 46ae912f345a03186ebf6715abfbbecbc258aae0a158ea0857b6b000e4ee5c9c57a9a15a2ecc17859aaef6633f2c3d9f0bb314de6961d3b2f28e39bef4c92185
7
+ data.tar.gz: 60f869c9be817fd951cfe32d426d5186cb45cf41512d74c06da0b10a95dbf6c1d4d218231ac95fb56dfa57c0b50b80a8a54b8f9ade8a3ba364fbf3d48732744a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ## 0.2.0
5
+
6
+ * First release (see also #53)
7
+ * Resolve open Dependabot alerts (no changes for clients of this gem)
8
+
4
9
  ## 0.1.0.beta2
5
10
 
6
11
  * First external release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- super_spreader (0.1.0.beta2)
4
+ super_spreader (0.2.0)
5
5
  activejob (>= 6.1, < 8.0)
6
6
  activemodel (>= 6.1, < 8.0)
7
7
  activerecord (>= 6.1, < 8.0)
@@ -11,28 +11,28 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionpack (6.1.4.7)
15
- actionview (= 6.1.4.7)
16
- activesupport (= 6.1.4.7)
14
+ actionpack (6.1.7.6)
15
+ actionview (= 6.1.7.6)
16
+ activesupport (= 6.1.7.6)
17
17
  rack (~> 2.0, >= 2.0.9)
18
18
  rack-test (>= 0.6.3)
19
19
  rails-dom-testing (~> 2.0)
20
20
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
21
- actionview (6.1.4.7)
22
- activesupport (= 6.1.4.7)
21
+ actionview (6.1.7.6)
22
+ activesupport (= 6.1.7.6)
23
23
  builder (~> 3.1)
24
24
  erubi (~> 1.4)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
27
- activejob (6.1.4.7)
28
- activesupport (= 6.1.4.7)
27
+ activejob (6.1.7.6)
28
+ activesupport (= 6.1.7.6)
29
29
  globalid (>= 0.3.6)
30
- activemodel (6.1.4.7)
31
- activesupport (= 6.1.4.7)
32
- activerecord (6.1.4.7)
33
- activemodel (= 6.1.4.7)
34
- activesupport (= 6.1.4.7)
35
- activesupport (6.1.4.7)
30
+ activemodel (6.1.7.6)
31
+ activesupport (= 6.1.7.6)
32
+ activerecord (6.1.7.6)
33
+ activemodel (= 6.1.7.6)
34
+ activesupport (= 6.1.7.6)
35
+ activesupport (6.1.7.6)
36
36
  concurrent-ruby (~> 1.0, >= 1.0.2)
37
37
  i18n (>= 1.6, < 2)
38
38
  minitest (>= 5.1)
@@ -41,18 +41,18 @@ GEM
41
41
  ast (2.4.2)
42
42
  builder (3.2.4)
43
43
  coderay (1.1.3)
44
- concurrent-ruby (1.1.10)
44
+ concurrent-ruby (1.2.2)
45
45
  connection_pool (2.4.1)
46
46
  crass (1.0.6)
47
47
  diff-lcs (1.5.0)
48
48
  erubi (1.12.0)
49
- factory_bot (4.11.1)
50
- activesupport (>= 3.0.0)
51
- ffi (1.15.5)
49
+ factory_bot (6.3.0)
50
+ activesupport (>= 5.0.0)
51
+ ffi (1.16.3)
52
52
  formatador (1.1.0)
53
- globalid (1.1.0)
54
- activesupport (>= 5.0)
55
- guard (2.18.0)
53
+ globalid (1.2.1)
54
+ activesupport (>= 6.1)
55
+ guard (2.18.1)
56
56
  formatador (>= 0.2.4)
57
57
  listen (>= 2.7, < 4.0)
58
58
  lumberjack (>= 1.0.12, < 2.0)
@@ -66,20 +66,21 @@ GEM
66
66
  guard (~> 2.1)
67
67
  guard-compat (~> 1.1)
68
68
  rspec (>= 2.99.0, < 4.0)
69
- i18n (1.12.0)
69
+ i18n (1.14.1)
70
70
  concurrent-ruby (~> 1.0)
71
71
  json (2.6.3)
72
- language_server-protocol (3.17.0.2)
73
- listen (3.7.1)
72
+ language_server-protocol (3.17.0.3)
73
+ lint_roller (1.1.0)
74
+ listen (3.8.0)
74
75
  rb-fsevent (~> 0.10, >= 0.10.3)
75
76
  rb-inotify (~> 0.9, >= 0.9.10)
76
- loofah (2.19.1)
77
+ loofah (2.21.4)
77
78
  crass (~> 1.0.2)
78
- nokogiri (>= 1.5.9)
79
- lumberjack (1.2.8)
79
+ nokogiri (>= 1.12.0)
80
+ lumberjack (1.2.9)
80
81
  method_source (1.0.0)
81
- mini_portile2 (2.8.4)
82
- minitest (5.17.0)
82
+ mini_portile2 (2.8.5)
83
+ minitest (5.20.0)
83
84
  nenv (0.3.0)
84
85
  nokogiri (1.15.4)
85
86
  mini_portile2 (~> 2.8.2)
@@ -87,92 +88,102 @@ GEM
87
88
  notiffany (0.1.3)
88
89
  nenv (~> 0.1)
89
90
  shellany (~> 0.0)
90
- parallel (1.22.1)
91
- parser (3.2.0.0)
91
+ parallel (1.23.0)
92
+ parser (3.2.2.4)
92
93
  ast (~> 2.4.1)
93
- pry (0.14.1)
94
+ racc
95
+ pry (0.14.2)
94
96
  coderay (~> 1.1)
95
97
  method_source (~> 1.0)
96
- racc (1.7.1)
98
+ racc (1.7.3)
97
99
  rack (2.2.8)
98
- rack-test (2.0.2)
100
+ rack-test (2.1.0)
99
101
  rack (>= 1.3)
100
- rails-dom-testing (2.0.3)
101
- activesupport (>= 4.2.0)
102
+ rails-dom-testing (2.2.0)
103
+ activesupport (>= 5.0.0)
104
+ minitest
102
105
  nokogiri (>= 1.6)
103
- rails-html-sanitizer (1.4.4)
104
- loofah (~> 2.19, >= 2.19.1)
105
- railties (6.1.4.7)
106
- actionpack (= 6.1.4.7)
107
- activesupport (= 6.1.4.7)
106
+ rails-html-sanitizer (1.6.0)
107
+ loofah (~> 2.21)
108
+ nokogiri (~> 1.14)
109
+ railties (6.1.7.6)
110
+ actionpack (= 6.1.7.6)
111
+ activesupport (= 6.1.7.6)
108
112
  method_source
109
- rake (>= 0.13)
113
+ rake (>= 12.2)
110
114
  thor (~> 1.0)
111
115
  rainbow (3.1.1)
112
- rake (10.5.0)
116
+ rake (13.1.0)
113
117
  rb-fsevent (0.11.2)
114
118
  rb-inotify (0.10.1)
115
119
  ffi (~> 1.0)
116
- redis (5.0.6)
117
- redis-client (>= 0.9.0)
118
- redis-client (0.14.1)
120
+ redis (5.0.8)
121
+ redis-client (>= 0.17.0)
122
+ redis-client (0.18.0)
119
123
  connection_pool
120
- regexp_parser (2.6.1)
121
- rexml (3.2.5)
124
+ regexp_parser (2.8.2)
125
+ rexml (3.2.6)
122
126
  rspec (3.12.0)
123
127
  rspec-core (~> 3.12.0)
124
128
  rspec-expectations (~> 3.12.0)
125
129
  rspec-mocks (~> 3.12.0)
126
- rspec-core (3.12.0)
130
+ rspec-core (3.12.2)
127
131
  rspec-support (~> 3.12.0)
128
- rspec-expectations (3.12.1)
132
+ rspec-expectations (3.12.3)
129
133
  diff-lcs (>= 1.2.0, < 2.0)
130
134
  rspec-support (~> 3.12.0)
131
- rspec-mocks (3.12.1)
135
+ rspec-mocks (3.12.6)
132
136
  diff-lcs (>= 1.2.0, < 2.0)
133
137
  rspec-support (~> 3.12.0)
134
- rspec-rails (4.1.2)
135
- actionpack (>= 4.2)
136
- activesupport (>= 4.2)
137
- railties (>= 4.2)
138
- rspec-core (~> 3.10)
139
- rspec-expectations (~> 3.10)
140
- rspec-mocks (~> 3.10)
141
- rspec-support (~> 3.10)
142
- rspec-support (3.12.0)
138
+ rspec-rails (6.0.3)
139
+ actionpack (>= 6.1)
140
+ activesupport (>= 6.1)
141
+ railties (>= 6.1)
142
+ rspec-core (~> 3.12)
143
+ rspec-expectations (~> 3.12)
144
+ rspec-mocks (~> 3.12)
145
+ rspec-support (~> 3.12)
146
+ rspec-support (3.12.1)
143
147
  rspec_junit_formatter (0.6.0)
144
148
  rspec-core (>= 2, < 4, != 2.12.0)
145
- rubocop (1.42.0)
149
+ rubocop (1.57.2)
146
150
  json (~> 2.3)
151
+ language_server-protocol (>= 3.17.0)
147
152
  parallel (~> 1.10)
148
- parser (>= 3.1.2.1)
153
+ parser (>= 3.2.2.4)
149
154
  rainbow (>= 2.2.2, < 4.0)
150
155
  regexp_parser (>= 1.8, < 3.0)
151
156
  rexml (>= 3.2.5, < 4.0)
152
- rubocop-ast (>= 1.24.1, < 2.0)
157
+ rubocop-ast (>= 1.28.1, < 2.0)
153
158
  ruby-progressbar (~> 1.7)
154
- unicode-display_width (>= 1.4.0, < 3.0)
155
- rubocop-ast (1.24.1)
156
- parser (>= 3.1.1.0)
157
- rubocop-performance (1.15.2)
159
+ unicode-display_width (>= 2.4.0, < 3.0)
160
+ rubocop-ast (1.30.0)
161
+ parser (>= 3.2.1.0)
162
+ rubocop-performance (1.19.1)
158
163
  rubocop (>= 1.7.0, < 2.0)
159
164
  rubocop-ast (>= 0.4.0)
160
- ruby-progressbar (1.11.0)
165
+ ruby-progressbar (1.13.0)
161
166
  shellany (0.0.1)
162
- sqlite3 (1.6.0)
167
+ sqlite3 (1.6.8)
163
168
  mini_portile2 (~> 2.8.0)
164
- standard (1.21.1)
169
+ standard (1.32.0)
165
170
  language_server-protocol (~> 3.17.0.2)
166
- rubocop (= 1.42.0)
167
- rubocop-performance (= 1.15.2)
168
- thor (1.2.1)
169
- tzinfo (2.0.5)
171
+ lint_roller (~> 1.0)
172
+ rubocop (~> 1.57.2)
173
+ standard-custom (~> 1.0.0)
174
+ standard-performance (~> 1.2)
175
+ standard-custom (1.0.2)
176
+ lint_roller (~> 1.0)
177
+ rubocop (~> 1.50)
178
+ standard-performance (1.2.1)
179
+ lint_roller (~> 1.1)
180
+ rubocop-performance (~> 1.19.1)
181
+ thor (1.3.0)
182
+ tzinfo (2.0.6)
170
183
  concurrent-ruby (~> 1.0)
171
- unicode-display_width (2.4.2)
172
- webrick (1.7.0)
173
- yard (0.9.28)
174
- webrick (~> 1.7.0)
175
- zeitwerk (2.6.6)
184
+ unicode-display_width (2.5.0)
185
+ yard (0.9.34)
186
+ zeitwerk (2.6.12)
176
187
 
177
188
  PLATFORMS
178
189
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SuperSpreader
4
- VERSION = "0.1.0.beta2"
4
+ VERSION = "0.2.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_spreader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Oakes
@@ -330,9 +330,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
330
330
  version: '0'
331
331
  required_rubygems_version: !ruby/object:Gem::Requirement
332
332
  requirements:
333
- - - ">"
333
+ - - ">="
334
334
  - !ruby/object:Gem::Version
335
- version: 1.3.1
335
+ version: '0'
336
336
  requirements: []
337
337
  rubygems_version: 3.4.10
338
338
  signing_key: