daffy_lib 0.1.10 → 0.1.11

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: 6b9625bf9dedae1ae933a4a48e0278355cd1f7ae234d88a3767228971407af4d
4
- data.tar.gz: dd392d941ff69ab89ace5b31ae9f647c1b9ce8205f8512fd99a8003b884f58df
3
+ metadata.gz: '019231ab80663c10aa98ec1f3f257fe46bc956e7fc3054c49fff8db887865ed8'
4
+ data.tar.gz: 1881fbc251f1fdd8c8af63d22d862cd19386b0ea1282686fb0b747288baa5c61
5
5
  SHA512:
6
- metadata.gz: be4afa3edc7e27f52b019f2937b257896046cab33246338b955741600281dd0afdfd7cf6b40437c946c386d99a0d465457815ea73d4da35cbba77e7d80852075
7
- data.tar.gz: 0d2b2ee76dbf8510c9e1a36921324117704abac4d1c70f88f842799fff8a9292706beeec04034cee985ad040db28c41e8677eabe570cb7e706faf516bdaa2881
6
+ metadata.gz: 25df0d5a5e0f2ac83442aeefc1640c324e3d5268372e9ab7ccbae61fa24210bbcf6dee39ad68e7a1aa5da623062ff1e22f160c7ecd792cc11d4fe6021a88e5fe
7
+ data.tar.gz: f0ae5f6b0321cc3f232ec6ebcbf1b7e30ed16775166d74f24c1a3d1eeff19a0a13ae3f1fa9bf52039eb43c9b380387842c70a3a42fefa38e31af63c2d8c05739
@@ -7,9 +7,9 @@ updates:
7
7
  interval: daily
8
8
  open-pull-requests-limit: 10
9
9
  reviewers:
10
- - weiyunlu
10
+ - kirmsmithzt
11
11
  assignees:
12
- - weiyunlu
12
+ - kirksmithzt
13
13
  ignore:
14
14
  - dependency-name: rubocop
15
15
  versions:
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- daffy_lib (0.1.8)
11
+ daffy_lib (0.1.11)
12
12
  porky_lib
13
13
  rails
14
14
  redis
@@ -16,83 +16,83 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- actioncable (7.0.4)
20
- actionpack (= 7.0.4)
21
- activesupport (= 7.0.4)
19
+ actioncable (7.0.4.2)
20
+ actionpack (= 7.0.4.2)
21
+ activesupport (= 7.0.4.2)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailbox (7.0.4)
25
- actionpack (= 7.0.4)
26
- activejob (= 7.0.4)
27
- activerecord (= 7.0.4)
28
- activestorage (= 7.0.4)
29
- activesupport (= 7.0.4)
24
+ actionmailbox (7.0.4.2)
25
+ actionpack (= 7.0.4.2)
26
+ activejob (= 7.0.4.2)
27
+ activerecord (= 7.0.4.2)
28
+ activestorage (= 7.0.4.2)
29
+ activesupport (= 7.0.4.2)
30
30
  mail (>= 2.7.1)
31
31
  net-imap
32
32
  net-pop
33
33
  net-smtp
34
- actionmailer (7.0.4)
35
- actionpack (= 7.0.4)
36
- actionview (= 7.0.4)
37
- activejob (= 7.0.4)
38
- activesupport (= 7.0.4)
34
+ actionmailer (7.0.4.2)
35
+ actionpack (= 7.0.4.2)
36
+ actionview (= 7.0.4.2)
37
+ activejob (= 7.0.4.2)
38
+ activesupport (= 7.0.4.2)
39
39
  mail (~> 2.5, >= 2.5.4)
40
40
  net-imap
41
41
  net-pop
42
42
  net-smtp
43
43
  rails-dom-testing (~> 2.0)
44
- actionpack (7.0.4)
45
- actionview (= 7.0.4)
46
- activesupport (= 7.0.4)
44
+ actionpack (7.0.4.2)
45
+ actionview (= 7.0.4.2)
46
+ activesupport (= 7.0.4.2)
47
47
  rack (~> 2.0, >= 2.2.0)
48
48
  rack-test (>= 0.6.3)
49
49
  rails-dom-testing (~> 2.0)
50
50
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
51
- actiontext (7.0.4)
52
- actionpack (= 7.0.4)
53
- activerecord (= 7.0.4)
54
- activestorage (= 7.0.4)
55
- activesupport (= 7.0.4)
51
+ actiontext (7.0.4.2)
52
+ actionpack (= 7.0.4.2)
53
+ activerecord (= 7.0.4.2)
54
+ activestorage (= 7.0.4.2)
55
+ activesupport (= 7.0.4.2)
56
56
  globalid (>= 0.6.0)
57
57
  nokogiri (>= 1.8.5)
58
- actionview (7.0.4)
59
- activesupport (= 7.0.4)
58
+ actionview (7.0.4.2)
59
+ activesupport (= 7.0.4.2)
60
60
  builder (~> 3.1)
61
61
  erubi (~> 1.4)
62
62
  rails-dom-testing (~> 2.0)
63
63
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
64
- activejob (7.0.4)
65
- activesupport (= 7.0.4)
64
+ activejob (7.0.4.2)
65
+ activesupport (= 7.0.4.2)
66
66
  globalid (>= 0.3.6)
67
- activemodel (7.0.4)
68
- activesupport (= 7.0.4)
69
- activerecord (7.0.4)
70
- activemodel (= 7.0.4)
71
- activesupport (= 7.0.4)
72
- activestorage (7.0.4)
73
- actionpack (= 7.0.4)
74
- activejob (= 7.0.4)
75
- activerecord (= 7.0.4)
76
- activesupport (= 7.0.4)
67
+ activemodel (7.0.4.2)
68
+ activesupport (= 7.0.4.2)
69
+ activerecord (7.0.4.2)
70
+ activemodel (= 7.0.4.2)
71
+ activesupport (= 7.0.4.2)
72
+ activestorage (7.0.4.2)
73
+ actionpack (= 7.0.4.2)
74
+ activejob (= 7.0.4.2)
75
+ activerecord (= 7.0.4.2)
76
+ activesupport (= 7.0.4.2)
77
77
  marcel (~> 1.0)
78
78
  mini_mime (>= 1.1.0)
79
- activesupport (7.0.4)
79
+ activesupport (7.0.4.2)
80
80
  concurrent-ruby (~> 1.0, >= 1.0.2)
81
81
  i18n (>= 1.6, < 2)
82
82
  minitest (>= 5.1)
83
83
  tzinfo (~> 2.0)
84
84
  ast (2.4.2)
85
85
  aws-eventstream (1.2.0)
86
- aws-partitions (1.677.0)
87
- aws-sdk-core (3.168.4)
86
+ aws-partitions (1.701.0)
87
+ aws-sdk-core (3.170.0)
88
88
  aws-eventstream (~> 1, >= 1.0.2)
89
89
  aws-partitions (~> 1, >= 1.651.0)
90
90
  aws-sigv4 (~> 1.5)
91
91
  jmespath (~> 1, >= 1.6.1)
92
- aws-sdk-kms (1.61.0)
92
+ aws-sdk-kms (1.62.0)
93
93
  aws-sdk-core (~> 3, >= 3.165.0)
94
94
  aws-sigv4 (~> 1.1)
95
- aws-sdk-s3 (1.117.2)
95
+ aws-sdk-s3 (1.119.0)
96
96
  aws-sdk-core (~> 3, >= 3.165.0)
97
97
  aws-sdk-kms (~> 1)
98
98
  aws-sigv4 (~> 1.4)
@@ -102,22 +102,24 @@ GEM
102
102
  bundler-audit (0.9.1)
103
103
  bundler (>= 1.2.0, < 3)
104
104
  thor (~> 1.0)
105
- codecov (0.6.0)
106
- simplecov (>= 0.15, < 0.22)
107
- concurrent-ruby (1.1.10)
105
+ codecov (0.2.12)
106
+ json
107
+ simplecov
108
+ concurrent-ruby (1.2.0)
108
109
  connection_pool (2.3.0)
109
110
  crass (1.0.6)
111
+ date (3.3.3)
110
112
  diff-lcs (1.5.0)
111
113
  docile (1.4.0)
112
114
  encryptor (3.0.0)
113
- erubi (1.11.0)
115
+ erubi (1.12.0)
114
116
  factory_bot (6.2.0)
115
117
  activesupport (>= 5.0.0)
116
118
  factory_bot_rails (6.2.0)
117
119
  factory_bot (~> 6.2.0)
118
120
  railties (>= 5.0.0)
119
121
  ffi (1.15.5)
120
- globalid (1.0.0)
122
+ globalid (1.1.0)
121
123
  activesupport (>= 5.0)
122
124
  i18n (1.12.0)
123
125
  concurrent-ruby (~> 1.0)
@@ -126,60 +128,64 @@ GEM
126
128
  loofah (2.19.1)
127
129
  crass (~> 1.0.2)
128
130
  nokogiri (>= 1.5.9)
129
- mail (2.7.1)
131
+ mail (2.8.0.1)
130
132
  mini_mime (>= 0.1.1)
133
+ net-imap
134
+ net-pop
135
+ net-smtp
131
136
  marcel (1.0.2)
132
137
  method_source (1.0.0)
133
138
  mini_mime (1.1.2)
134
- mini_portile2 (2.8.0)
135
- minitest (5.16.3)
139
+ mini_portile2 (2.8.1)
140
+ minitest (5.17.0)
136
141
  msgpack (1.6.0)
137
- net-imap (0.3.1)
142
+ net-imap (0.3.4)
143
+ date
138
144
  net-protocol
139
145
  net-pop (0.1.2)
140
146
  net-protocol
141
- net-protocol (0.1.3)
147
+ net-protocol (0.2.1)
142
148
  timeout
143
149
  net-smtp (0.3.3)
144
150
  net-protocol
145
151
  nio4r (2.5.8)
146
- nokogiri (1.13.10)
152
+ nokogiri (1.14.0)
147
153
  mini_portile2 (~> 2.8.0)
148
154
  racc (~> 1.4)
149
155
  parallel (1.22.1)
150
- parser (3.1.3.0)
156
+ parser (3.2.0.0)
151
157
  ast (~> 2.4.1)
152
158
  porky_lib (0.11.2)
153
159
  aws-sdk-kms
154
160
  aws-sdk-s3
155
161
  msgpack
156
162
  rbnacl (= 7.1.1)
157
- racc (1.6.1)
158
- rack (2.2.4)
163
+ racc (1.6.2)
164
+ rack (2.2.6.2)
159
165
  rack-test (2.0.2)
160
166
  rack (>= 1.3)
161
- rails (7.0.4)
162
- actioncable (= 7.0.4)
163
- actionmailbox (= 7.0.4)
164
- actionmailer (= 7.0.4)
165
- actionpack (= 7.0.4)
166
- actiontext (= 7.0.4)
167
- actionview (= 7.0.4)
168
- activejob (= 7.0.4)
169
- activemodel (= 7.0.4)
170
- activerecord (= 7.0.4)
171
- activestorage (= 7.0.4)
172
- activesupport (= 7.0.4)
167
+ rails (7.0.4.2)
168
+ actioncable (= 7.0.4.2)
169
+ actionmailbox (= 7.0.4.2)
170
+ actionmailer (= 7.0.4.2)
171
+ actionpack (= 7.0.4.2)
172
+ actiontext (= 7.0.4.2)
173
+ actionview (= 7.0.4.2)
174
+ activejob (= 7.0.4.2)
175
+ activemodel (= 7.0.4.2)
176
+ activerecord (= 7.0.4.2)
177
+ activestorage (= 7.0.4.2)
178
+ activesupport (= 7.0.4.2)
173
179
  bundler (>= 1.15.0)
174
- railties (= 7.0.4)
180
+ railties (= 7.0.4.2)
175
181
  rails-dom-testing (2.0.3)
176
182
  activesupport (>= 4.2.0)
177
183
  nokogiri (>= 1.6)
178
- rails-html-sanitizer (1.4.4)
184
+ rails-html-sanitizer (1.5.0)
179
185
  loofah (~> 2.19, >= 2.19.1)
180
- railties (7.0.4)
181
- actionpack (= 7.0.4)
182
- activesupport (= 7.0.4)
186
+ railties (7.0.4.2)
187
+ actionpack (= 7.0.4.2)
188
+ activesupport (= 7.0.4.2)
183
189
  method_source
184
190
  rake (>= 12.2)
185
191
  thor (~> 1.0)
@@ -188,9 +194,9 @@ GEM
188
194
  rake (13.0.6)
189
195
  rbnacl (7.1.1)
190
196
  ffi
191
- redis (5.0.5)
197
+ redis (5.0.6)
192
198
  redis-client (>= 0.9.0)
193
- redis-client (0.11.2)
199
+ redis-client (0.12.1)
194
200
  connection_pool
195
201
  regexp_parser (2.6.1)
196
202
  rexml (3.2.5)
@@ -205,7 +211,7 @@ GEM
205
211
  rspec-expectations (3.12.0)
206
212
  diff-lcs (>= 1.2.0, < 2.0)
207
213
  rspec-support (~> 3.12.0)
208
- rspec-mocks (3.12.1)
214
+ rspec-mocks (3.12.3)
209
215
  diff-lcs (>= 1.2.0, < 2.0)
210
216
  rspec-support (~> 3.12.0)
211
217
  rspec-rails (6.0.1)
@@ -219,43 +225,46 @@ GEM
219
225
  rspec-support (3.12.0)
220
226
  rspec_junit_formatter (0.6.0)
221
227
  rspec-core (>= 2, < 4, != 2.12.0)
222
- rubocop (1.39.0)
228
+ rubocop (1.43.0)
223
229
  json (~> 2.3)
224
230
  parallel (~> 1.10)
225
- parser (>= 3.1.2.1)
231
+ parser (>= 3.2.0.0)
226
232
  rainbow (>= 2.2.2, < 4.0)
227
233
  regexp_parser (>= 1.8, < 3.0)
228
234
  rexml (>= 3.2.5, < 4.0)
229
- rubocop-ast (>= 1.23.0, < 2.0)
235
+ rubocop-ast (>= 1.24.1, < 2.0)
230
236
  ruby-progressbar (~> 1.7)
231
- unicode-display_width (>= 1.4.0, < 3.0)
232
- rubocop-ast (1.24.0)
237
+ unicode-display_width (>= 2.4.0, < 3.0)
238
+ rubocop-ast (1.24.1)
233
239
  parser (>= 3.1.1.0)
234
- rubocop-performance (1.15.1)
240
+ rubocop-capybara (2.17.0)
241
+ rubocop (~> 1.41)
242
+ rubocop-performance (1.15.2)
235
243
  rubocop (>= 1.7.0, < 2.0)
236
244
  rubocop-ast (>= 0.4.0)
237
- rubocop-rspec (2.16.0)
245
+ rubocop-rspec (2.18.1)
238
246
  rubocop (~> 1.33)
247
+ rubocop-capybara (~> 2.17)
239
248
  rubocop_runner (2.2.1)
240
249
  ruby-progressbar (1.11.0)
241
- simplecov (0.21.2)
250
+ simplecov (0.22.0)
242
251
  docile (~> 1.1)
243
252
  simplecov-html (~> 0.11)
244
253
  simplecov_json_formatter (~> 0.1)
245
254
  simplecov-html (0.12.3)
246
- simplecov_json_formatter (0.1.3)
247
- sqlite3 (1.5.4)
255
+ simplecov_json_formatter (0.1.4)
256
+ sqlite3 (1.6.0)
248
257
  mini_portile2 (~> 2.8.0)
249
258
  thor (1.2.1)
250
259
  timecop (0.9.6)
251
- timeout (0.3.0)
260
+ timeout (0.3.1)
252
261
  tzinfo (2.0.5)
253
262
  concurrent-ruby (~> 1.0)
254
- unicode-display_width (2.3.0)
263
+ unicode-display_width (2.4.2)
255
264
  websocket-driver (0.7.5)
256
265
  websocket-extensions (>= 0.1.0)
257
266
  websocket-extensions (0.1.5)
258
- zeitwerk (2.6.1)
267
+ zeitwerk (2.6.6)
259
268
 
260
269
  PLATFORMS
261
270
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DaffyLib
4
- VERSION = "0.1.10"
4
+ VERSION = "0.1.11"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daffy_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoît Jeaurond, Weiyun Lu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-16 00:00:00.000000000 Z
11
+ date: 2023-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler