daffy_lib 0.1.9 → 0.1.11

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: 1fb06664d430a0fbe4d2fdade4731491e8ca1f14c6a8c396e9e69c3d3f0fb754
4
- data.tar.gz: cccde845a73a27c2f8abe2dd0042e99fc5115a47a58ce9958c89462400283aca
3
+ metadata.gz: '019231ab80663c10aa98ec1f3f257fe46bc956e7fc3054c49fff8db887865ed8'
4
+ data.tar.gz: 1881fbc251f1fdd8c8af63d22d862cd19386b0ea1282686fb0b747288baa5c61
5
5
  SHA512:
6
- metadata.gz: 9ad7ebc8d050b2ef368d13a34634a4ab62fb3eefb066cd284a799f0086965eee849f43b8217e3631d63ad700c7466189ecf0a3c9664a7ba8110c3ca9fd439d1a
7
- data.tar.gz: f5c538a0924552087302a210b48990f845833c99c58c7efa3e25e399cad52bf1625b29e7c3271682ad53d2e08b2e424265072003293a8a2b1b752a4796e76183
6
+ metadata.gz: 25df0d5a5e0f2ac83442aeefc1640c324e3d5268372e9ab7ccbae61fa24210bbcf6dee39ad68e7a1aa5da623062ff1e22f160c7ecd792cc11d4fe6021a88e5fe
7
+ data.tar.gz: f0ae5f6b0321cc3f232ec6ebcbf1b7e30ed16775166d74f24c1a3d1eeff19a0a13ae3f1fa9bf52039eb43c9b380387842c70a3a42fefa38e31af63c2d8c05739
data/.circleci/config.yml CHANGED
@@ -27,6 +27,10 @@ jobs:
27
27
  name: Bundle Install
28
28
  command: bundle install
29
29
 
30
+ - run:
31
+ name: Install libsodium
32
+ command: sudo apt-get install libsodium-dev
33
+
30
34
  - save_cache:
31
35
  name: Store bundle cache
32
36
  key: daffy_lib-bundle-{{ checksum "Gemfile.lock" }}
@@ -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.666.0)
87
- aws-sdk-core (3.168.1)
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.59.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.1)
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,100 +102,103 @@ 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)
124
126
  jmespath (1.6.2)
125
- json (2.6.2)
126
- loofah (2.19.0)
127
+ json (2.6.3)
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.9)
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.2.1)
156
+ parser (3.2.0.0)
151
157
  ast (~> 2.4.1)
152
- porky_lib (0.11.0)
158
+ porky_lib (0.11.2)
153
159
  aws-sdk-kms
154
160
  aws-sdk-s3
155
161
  msgpack
156
- rbnacl (= 5.0.0)
157
- rbnacl-libsodium
158
- racc (1.6.0)
159
- rack (2.2.4)
162
+ rbnacl (= 7.1.1)
163
+ racc (1.6.2)
164
+ rack (2.2.6.2)
160
165
  rack-test (2.0.2)
161
166
  rack (>= 1.3)
162
- rails (7.0.4)
163
- actioncable (= 7.0.4)
164
- actionmailbox (= 7.0.4)
165
- actionmailer (= 7.0.4)
166
- actionpack (= 7.0.4)
167
- actiontext (= 7.0.4)
168
- actionview (= 7.0.4)
169
- activejob (= 7.0.4)
170
- activemodel (= 7.0.4)
171
- activerecord (= 7.0.4)
172
- activestorage (= 7.0.4)
173
- 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)
174
179
  bundler (>= 1.15.0)
175
- railties (= 7.0.4)
180
+ railties (= 7.0.4.2)
176
181
  rails-dom-testing (2.0.3)
177
182
  activesupport (>= 4.2.0)
178
183
  nokogiri (>= 1.6)
179
- rails-html-sanitizer (1.4.3)
180
- loofah (~> 2.3)
181
- railties (7.0.4)
182
- actionpack (= 7.0.4)
183
- activesupport (= 7.0.4)
184
+ rails-html-sanitizer (1.5.0)
185
+ loofah (~> 2.19, >= 2.19.1)
186
+ railties (7.0.4.2)
187
+ actionpack (= 7.0.4.2)
188
+ activesupport (= 7.0.4.2)
184
189
  method_source
185
190
  rake (>= 12.2)
186
191
  thor (~> 1.0)
187
192
  zeitwerk (~> 2.5)
188
193
  rainbow (3.1.1)
189
194
  rake (13.0.6)
190
- rbnacl (5.0.0)
195
+ rbnacl (7.1.1)
191
196
  ffi
192
- rbnacl-libsodium (1.0.16)
193
- rbnacl (>= 3.0.1)
194
- redis (5.0.5)
197
+ redis (5.0.6)
195
198
  redis-client (>= 0.9.0)
196
- redis-client (0.11.2)
199
+ redis-client (0.12.1)
197
200
  connection_pool
198
- regexp_parser (2.6.0)
201
+ regexp_parser (2.6.1)
199
202
  rexml (3.2.5)
200
203
  rspec (3.12.0)
201
204
  rspec-core (~> 3.12.0)
@@ -208,7 +211,7 @@ GEM
208
211
  rspec-expectations (3.12.0)
209
212
  diff-lcs (>= 1.2.0, < 2.0)
210
213
  rspec-support (~> 3.12.0)
211
- rspec-mocks (3.12.0)
214
+ rspec-mocks (3.12.3)
212
215
  diff-lcs (>= 1.2.0, < 2.0)
213
216
  rspec-support (~> 3.12.0)
214
217
  rspec-rails (6.0.1)
@@ -222,43 +225,46 @@ GEM
222
225
  rspec-support (3.12.0)
223
226
  rspec_junit_formatter (0.6.0)
224
227
  rspec-core (>= 2, < 4, != 2.12.0)
225
- rubocop (1.39.0)
228
+ rubocop (1.43.0)
226
229
  json (~> 2.3)
227
230
  parallel (~> 1.10)
228
- parser (>= 3.1.2.1)
231
+ parser (>= 3.2.0.0)
229
232
  rainbow (>= 2.2.2, < 4.0)
230
233
  regexp_parser (>= 1.8, < 3.0)
231
234
  rexml (>= 3.2.5, < 4.0)
232
- rubocop-ast (>= 1.23.0, < 2.0)
235
+ rubocop-ast (>= 1.24.1, < 2.0)
233
236
  ruby-progressbar (~> 1.7)
234
- unicode-display_width (>= 1.4.0, < 3.0)
235
- rubocop-ast (1.23.0)
237
+ unicode-display_width (>= 2.4.0, < 3.0)
238
+ rubocop-ast (1.24.1)
236
239
  parser (>= 3.1.1.0)
237
- rubocop-performance (1.15.1)
240
+ rubocop-capybara (2.17.0)
241
+ rubocop (~> 1.41)
242
+ rubocop-performance (1.15.2)
238
243
  rubocop (>= 1.7.0, < 2.0)
239
244
  rubocop-ast (>= 0.4.0)
240
- rubocop-rspec (2.15.0)
245
+ rubocop-rspec (2.18.1)
241
246
  rubocop (~> 1.33)
247
+ rubocop-capybara (~> 2.17)
242
248
  rubocop_runner (2.2.1)
243
249
  ruby-progressbar (1.11.0)
244
- simplecov (0.21.2)
250
+ simplecov (0.22.0)
245
251
  docile (~> 1.1)
246
252
  simplecov-html (~> 0.11)
247
253
  simplecov_json_formatter (~> 0.1)
248
254
  simplecov-html (0.12.3)
249
- simplecov_json_formatter (0.1.3)
250
- sqlite3 (1.5.4)
255
+ simplecov_json_formatter (0.1.4)
256
+ sqlite3 (1.6.0)
251
257
  mini_portile2 (~> 2.8.0)
252
258
  thor (1.2.1)
253
- timecop (0.9.5)
254
- timeout (0.3.0)
259
+ timecop (0.9.6)
260
+ timeout (0.3.1)
255
261
  tzinfo (2.0.5)
256
262
  concurrent-ruby (~> 1.0)
257
- unicode-display_width (2.3.0)
263
+ unicode-display_width (2.4.2)
258
264
  websocket-driver (0.7.5)
259
265
  websocket-extensions (>= 0.1.0)
260
266
  websocket-extensions (0.1.5)
261
- zeitwerk (2.6.1)
267
+ zeitwerk (2.6.6)
262
268
 
263
269
  PLATFORMS
264
270
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DaffyLib
4
- VERSION = "0.1.9"
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.9
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-11-29 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