daffy_lib 0.1.9 → 0.1.10

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: 1fb06664d430a0fbe4d2fdade4731491e8ca1f14c6a8c396e9e69c3d3f0fb754
4
- data.tar.gz: cccde845a73a27c2f8abe2dd0042e99fc5115a47a58ce9958c89462400283aca
3
+ metadata.gz: 6b9625bf9dedae1ae933a4a48e0278355cd1f7ae234d88a3767228971407af4d
4
+ data.tar.gz: dd392d941ff69ab89ace5b31ae9f647c1b9ce8205f8512fd99a8003b884f58df
5
5
  SHA512:
6
- metadata.gz: 9ad7ebc8d050b2ef368d13a34634a4ab62fb3eefb066cd284a799f0086965eee849f43b8217e3631d63ad700c7466189ecf0a3c9664a7ba8110c3ca9fd439d1a
7
- data.tar.gz: f5c538a0924552087302a210b48990f845833c99c58c7efa3e25e399cad52bf1625b29e7c3271682ad53d2e08b2e424265072003293a8a2b1b752a4796e76183
6
+ metadata.gz: be4afa3edc7e27f52b019f2937b257896046cab33246338b955741600281dd0afdfd7cf6b40437c946c386d99a0d465457815ea73d4da35cbba77e7d80852075
7
+ data.tar.gz: 0d2b2ee76dbf8510c9e1a36921324117704abac4d1c70f88f842799fff8a9292706beeec04034cee985ad040db28c41e8677eabe570cb7e706faf516bdaa2881
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" }}
data/Gemfile.lock CHANGED
@@ -83,16 +83,16 @@ GEM
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.677.0)
87
+ aws-sdk-core (3.168.4)
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.61.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.117.2)
96
96
  aws-sdk-core (~> 3, >= 3.165.0)
97
97
  aws-sdk-kms (~> 1)
98
98
  aws-sigv4 (~> 1.4)
@@ -122,8 +122,8 @@ GEM
122
122
  i18n (1.12.0)
123
123
  concurrent-ruby (~> 1.0)
124
124
  jmespath (1.6.2)
125
- json (2.6.2)
126
- loofah (2.19.0)
125
+ json (2.6.3)
126
+ loofah (2.19.1)
127
127
  crass (~> 1.0.2)
128
128
  nokogiri (>= 1.5.9)
129
129
  mail (2.7.1)
@@ -143,19 +143,18 @@ GEM
143
143
  net-smtp (0.3.3)
144
144
  net-protocol
145
145
  nio4r (2.5.8)
146
- nokogiri (1.13.9)
146
+ nokogiri (1.13.10)
147
147
  mini_portile2 (~> 2.8.0)
148
148
  racc (~> 1.4)
149
149
  parallel (1.22.1)
150
- parser (3.1.2.1)
150
+ parser (3.1.3.0)
151
151
  ast (~> 2.4.1)
152
- porky_lib (0.11.0)
152
+ porky_lib (0.11.2)
153
153
  aws-sdk-kms
154
154
  aws-sdk-s3
155
155
  msgpack
156
- rbnacl (= 5.0.0)
157
- rbnacl-libsodium
158
- racc (1.6.0)
156
+ rbnacl (= 7.1.1)
157
+ racc (1.6.1)
159
158
  rack (2.2.4)
160
159
  rack-test (2.0.2)
161
160
  rack (>= 1.3)
@@ -176,8 +175,8 @@ GEM
176
175
  rails-dom-testing (2.0.3)
177
176
  activesupport (>= 4.2.0)
178
177
  nokogiri (>= 1.6)
179
- rails-html-sanitizer (1.4.3)
180
- loofah (~> 2.3)
178
+ rails-html-sanitizer (1.4.4)
179
+ loofah (~> 2.19, >= 2.19.1)
181
180
  railties (7.0.4)
182
181
  actionpack (= 7.0.4)
183
182
  activesupport (= 7.0.4)
@@ -187,15 +186,13 @@ GEM
187
186
  zeitwerk (~> 2.5)
188
187
  rainbow (3.1.1)
189
188
  rake (13.0.6)
190
- rbnacl (5.0.0)
189
+ rbnacl (7.1.1)
191
190
  ffi
192
- rbnacl-libsodium (1.0.16)
193
- rbnacl (>= 3.0.1)
194
191
  redis (5.0.5)
195
192
  redis-client (>= 0.9.0)
196
193
  redis-client (0.11.2)
197
194
  connection_pool
198
- regexp_parser (2.6.0)
195
+ regexp_parser (2.6.1)
199
196
  rexml (3.2.5)
200
197
  rspec (3.12.0)
201
198
  rspec-core (~> 3.12.0)
@@ -208,7 +205,7 @@ GEM
208
205
  rspec-expectations (3.12.0)
209
206
  diff-lcs (>= 1.2.0, < 2.0)
210
207
  rspec-support (~> 3.12.0)
211
- rspec-mocks (3.12.0)
208
+ rspec-mocks (3.12.1)
212
209
  diff-lcs (>= 1.2.0, < 2.0)
213
210
  rspec-support (~> 3.12.0)
214
211
  rspec-rails (6.0.1)
@@ -232,12 +229,12 @@ GEM
232
229
  rubocop-ast (>= 1.23.0, < 2.0)
233
230
  ruby-progressbar (~> 1.7)
234
231
  unicode-display_width (>= 1.4.0, < 3.0)
235
- rubocop-ast (1.23.0)
232
+ rubocop-ast (1.24.0)
236
233
  parser (>= 3.1.1.0)
237
234
  rubocop-performance (1.15.1)
238
235
  rubocop (>= 1.7.0, < 2.0)
239
236
  rubocop-ast (>= 0.4.0)
240
- rubocop-rspec (2.15.0)
237
+ rubocop-rspec (2.16.0)
241
238
  rubocop (~> 1.33)
242
239
  rubocop_runner (2.2.1)
243
240
  ruby-progressbar (1.11.0)
@@ -250,7 +247,7 @@ GEM
250
247
  sqlite3 (1.5.4)
251
248
  mini_portile2 (~> 2.8.0)
252
249
  thor (1.2.1)
253
- timecop (0.9.5)
250
+ timecop (0.9.6)
254
251
  timeout (0.3.0)
255
252
  tzinfo (2.0.5)
256
253
  concurrent-ruby (~> 1.0)
@@ -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.10"
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.10
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: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler