grape_sorbet 0.1.1 → 0.1.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 +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile +3 -3
- data/Gemfile.lock +43 -35
- data/lib/grape_sorbet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77c361bcd6e9adbf844b69f6fec5c75a5679ddca7f14ca008635fb994897110c
|
|
4
|
+
data.tar.gz: 889849676b0998df1a2869395ebb7362b7a3807c597f8a7ea061f38abc738c4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66ef25658b83e81561a2c1a34797e6176366d73787fdba917480cb7aad575b9e64d3fb112e0b62989fbc0cf0846903b5f6ef18f04bc30cbbddc61adc184d2be5
|
|
7
|
+
data.tar.gz: daf3d0bd765b56374677f008b96c0496a8c1efec740235cf57b731d5688101af1f3734fa1c152e3098517beb6080ec24fe27d8e0d4941c5b469aa63fac4310fa
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.0.
|
|
1
|
+
4.0.4
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
source "https://rubygems.org"
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
# Specify your gem's dependencies in grape_sorbet.gemspec
|
|
5
|
+
# Specify your gem's dependencies in sorbet_operation.gemspec
|
|
8
6
|
gemspec
|
|
9
7
|
|
|
10
8
|
gem "rake", "~> 13.0"
|
|
@@ -23,6 +21,8 @@ group :development do
|
|
|
23
21
|
gem "rubocop-rake", require: false
|
|
24
22
|
gem "rubocop-shopify", require: false
|
|
25
23
|
gem "rubocop-sorbet", require: false
|
|
24
|
+
|
|
25
|
+
gem "bundler-audit", require: false
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
group :test do
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
grape_sorbet (0.1.
|
|
4
|
+
grape_sorbet (0.1.2)
|
|
5
5
|
activesupport
|
|
6
6
|
grape (~> 3.0)
|
|
7
7
|
sorbet-runtime (>= 0.6)
|
|
@@ -28,13 +28,16 @@ GEM
|
|
|
28
28
|
benchmark (0.5.0)
|
|
29
29
|
bigdecimal (4.1.2)
|
|
30
30
|
builder (3.3.0)
|
|
31
|
+
bundler-audit (0.9.3)
|
|
32
|
+
bundler (>= 1.2.0)
|
|
33
|
+
thor (~> 1.0)
|
|
31
34
|
concurrent-ruby (1.3.6)
|
|
32
35
|
connection_pool (3.0.2)
|
|
33
36
|
date (3.5.1)
|
|
34
37
|
docile (1.4.1)
|
|
35
38
|
drb (2.2.3)
|
|
36
|
-
dry-configurable (1.
|
|
37
|
-
dry-core (~> 1.
|
|
39
|
+
dry-configurable (1.4.0)
|
|
40
|
+
dry-core (~> 1.0)
|
|
38
41
|
zeitwerk (~> 2.6)
|
|
39
42
|
dry-core (1.2.0)
|
|
40
43
|
concurrent-ruby (~> 1.0)
|
|
@@ -103,7 +106,7 @@ GEM
|
|
|
103
106
|
rack (3.2.6)
|
|
104
107
|
rainbow (3.1.1)
|
|
105
108
|
rake (13.4.2)
|
|
106
|
-
rbi (0.3.
|
|
109
|
+
rbi (0.3.12)
|
|
107
110
|
prism (~> 1.0)
|
|
108
111
|
rbs (>= 4.0.1)
|
|
109
112
|
rbs (4.0.2)
|
|
@@ -119,7 +122,7 @@ GEM
|
|
|
119
122
|
io-console (~> 0.5)
|
|
120
123
|
require-hooks (0.4.0)
|
|
121
124
|
rexml (3.4.4)
|
|
122
|
-
rubocop (1.86.
|
|
125
|
+
rubocop (1.86.2)
|
|
123
126
|
json (~> 2.3)
|
|
124
127
|
language_server-protocol (~> 3.17.0.2)
|
|
125
128
|
lint_roller (~> 1.1.0)
|
|
@@ -150,10 +153,10 @@ GEM
|
|
|
150
153
|
lint_roller
|
|
151
154
|
rubocop (>= 1.75.2)
|
|
152
155
|
ruby-progressbar (1.13.0)
|
|
153
|
-
rubydex (0.2.
|
|
154
|
-
rubydex (0.2.
|
|
155
|
-
rubydex (0.2.
|
|
156
|
-
rubydex (0.2.
|
|
156
|
+
rubydex (0.2.3-aarch64-linux)
|
|
157
|
+
rubydex (0.2.3-arm64-darwin)
|
|
158
|
+
rubydex (0.2.3-x86_64-darwin)
|
|
159
|
+
rubydex (0.2.3-x86_64-linux)
|
|
157
160
|
securerandom (0.4.1)
|
|
158
161
|
simplecov (0.22.0)
|
|
159
162
|
docile (~> 1.1)
|
|
@@ -161,16 +164,16 @@ GEM
|
|
|
161
164
|
simplecov_json_formatter (~> 0.1)
|
|
162
165
|
simplecov-html (0.13.2)
|
|
163
166
|
simplecov_json_formatter (0.1.4)
|
|
164
|
-
sorbet (0.6.
|
|
165
|
-
sorbet-static (= 0.6.
|
|
166
|
-
sorbet-runtime (0.6.
|
|
167
|
-
sorbet-static (0.6.
|
|
168
|
-
sorbet-static (0.6.
|
|
169
|
-
sorbet-static (0.6.
|
|
170
|
-
sorbet-static-and-runtime (0.6.
|
|
171
|
-
sorbet (= 0.6.
|
|
172
|
-
sorbet-runtime (= 0.6.
|
|
173
|
-
spoom (1.7.
|
|
167
|
+
sorbet (0.6.13220)
|
|
168
|
+
sorbet-static (= 0.6.13220)
|
|
169
|
+
sorbet-runtime (0.6.13220)
|
|
170
|
+
sorbet-static (0.6.13220-aarch64-linux)
|
|
171
|
+
sorbet-static (0.6.13220-universal-darwin)
|
|
172
|
+
sorbet-static (0.6.13220-x86_64-linux)
|
|
173
|
+
sorbet-static-and-runtime (0.6.13220)
|
|
174
|
+
sorbet (= 0.6.13220)
|
|
175
|
+
sorbet-runtime (= 0.6.13220)
|
|
176
|
+
spoom (1.7.14)
|
|
174
177
|
erubi (>= 1.10.0)
|
|
175
178
|
prism (>= 0.28.0)
|
|
176
179
|
rbi (>= 0.3.3)
|
|
@@ -203,10 +206,13 @@ GEM
|
|
|
203
206
|
|
|
204
207
|
PLATFORMS
|
|
205
208
|
aarch64-linux
|
|
209
|
+
arm64-darwin
|
|
206
210
|
universal-darwin
|
|
211
|
+
x86_64-darwin
|
|
207
212
|
x86_64-linux
|
|
208
213
|
|
|
209
214
|
DEPENDENCIES
|
|
215
|
+
bundler-audit
|
|
210
216
|
grape-entity
|
|
211
217
|
grape_sorbet!
|
|
212
218
|
irb
|
|
@@ -231,12 +237,14 @@ CHECKSUMS
|
|
|
231
237
|
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
232
238
|
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
233
239
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
240
|
+
bundler (4.0.11) sha256=5bcec0fb78302e48d02ee46f10ee6e6942be647ba5b44a6d1ddfda9a240ce785
|
|
241
|
+
bundler-audit (0.9.3) sha256=81c8766c71e47d0d28a0f98c7eed028539f21a6ea3cd8f685eb6f42333c9b4e9
|
|
234
242
|
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
|
|
235
243
|
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
236
244
|
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
237
245
|
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
238
246
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
239
|
-
dry-configurable (1.
|
|
247
|
+
dry-configurable (1.4.0) sha256=e35d1b5f3c081753ef361f564919db79000f32cfa6f20ee3a3ba5921b41b73ce
|
|
240
248
|
dry-core (1.2.0) sha256=0cc5a7da88df397f153947eeeae42e876e999c1e30900f3c536fb173854e96a1
|
|
241
249
|
dry-inflector (1.3.1) sha256=7fb0c2bb04f67638f25c52e7ba39ab435d922a3a5c3cd196120f63accb682dcc
|
|
242
250
|
dry-logic (1.6.0) sha256=da6fedbc0f90fc41f9b0cc7e6f05f5d529d1efaef6c8dcc8e0733f685745cea2
|
|
@@ -245,7 +253,7 @@ CHECKSUMS
|
|
|
245
253
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
246
254
|
grape (3.2.1) sha256=448072f55904e5a4dca2e3781f0a373942514be65402cafb6177f5bc73db1b94
|
|
247
255
|
grape-entity (1.0.4) sha256=cda42416d87831de0da2f28aa1f5ba9b38856b936b4a5ba995e52d32de1ec0bd
|
|
248
|
-
grape_sorbet (0.1.
|
|
256
|
+
grape_sorbet (0.1.2)
|
|
249
257
|
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
250
258
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
251
259
|
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
@@ -269,14 +277,14 @@ CHECKSUMS
|
|
|
269
277
|
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
270
278
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
271
279
|
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
272
|
-
rbi (0.3.
|
|
280
|
+
rbi (0.3.12) sha256=406ea58265942e7f2316744a11de742fdef8b2325bb6066c71c9765f53298eb2
|
|
273
281
|
rbs (4.0.2) sha256=af75671e66cd03434cc546622741ebf83f6197ec4328375805306330bf78ef25
|
|
274
282
|
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
275
283
|
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
276
284
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
277
285
|
require-hooks (0.4.0) sha256=005f4c6435b4edae73e358cdbaba48370a4121f9ce893d5d2a3c66fce855677d
|
|
278
286
|
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
|
|
279
|
-
rubocop (1.86.
|
|
287
|
+
rubocop (1.86.2) sha256=bb2e97f635eda42c448f2588f4a6ff78f221b8bdfdf65b1e9b07fbd57521b45d
|
|
280
288
|
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
281
289
|
rubocop-minitest (0.39.1) sha256=998398d6da4026d297f0f9bf709a1eac5f2b6947c24431f94af08138510cf7ed
|
|
282
290
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
@@ -284,21 +292,21 @@ CHECKSUMS
|
|
|
284
292
|
rubocop-shopify (2.18.0) sha256=dafa25e5617ce4600ff86b1de3d5b78e43ab3d58cc5729df38e492b8e10294eb
|
|
285
293
|
rubocop-sorbet (0.12.0) sha256=195521e132500555819313df5accaaf56bf721a63de3e5b7b1d0b25f696b1f39
|
|
286
294
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
287
|
-
rubydex (0.2.
|
|
288
|
-
rubydex (0.2.
|
|
289
|
-
rubydex (0.2.
|
|
290
|
-
rubydex (0.2.
|
|
295
|
+
rubydex (0.2.3-aarch64-linux) sha256=f666ff383430cc800cb0889d52c77da7457e99165b5eef7c0d45491a5fafea87
|
|
296
|
+
rubydex (0.2.3-arm64-darwin) sha256=997d7895a0208ec3d7ef922c9d29243b62e10c67bc3c2396a9f978d7df117390
|
|
297
|
+
rubydex (0.2.3-x86_64-darwin) sha256=de4890f91bedb59bfefb90c528939e52475da3afa105feaf855594ad527b0fb9
|
|
298
|
+
rubydex (0.2.3-x86_64-linux) sha256=796a54c1af9f8868c87bf92fee5f9ccc39ffd40eb8386e0875058a18beb76b09
|
|
291
299
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
292
300
|
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
293
301
|
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
294
302
|
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
295
|
-
sorbet (0.6.
|
|
296
|
-
sorbet-runtime (0.6.
|
|
297
|
-
sorbet-static (0.6.
|
|
298
|
-
sorbet-static (0.6.
|
|
299
|
-
sorbet-static (0.6.
|
|
300
|
-
sorbet-static-and-runtime (0.6.
|
|
301
|
-
spoom (1.7.
|
|
303
|
+
sorbet (0.6.13220) sha256=35ef6b4b041aedb8c16f6c1ad69540eab318bf8b4dd5dfaa9366298e5ae0a14e
|
|
304
|
+
sorbet-runtime (0.6.13220) sha256=2dba2bb4544376ac8141574a6e97f00a13bca6f44991581cdb69f43b15cec5ca
|
|
305
|
+
sorbet-static (0.6.13220-aarch64-linux) sha256=dd4814b08b085cbe843a8d9d034e271810a7e8dc29f95ddcc2c484b7a9b0f326
|
|
306
|
+
sorbet-static (0.6.13220-universal-darwin) sha256=a818a3ce16416b218d1630d4c1f700fb83181b4bfe16c2980ea1af2d54aa4e8b
|
|
307
|
+
sorbet-static (0.6.13220-x86_64-linux) sha256=949eb02c54907cca44249d2f38b8eebbe428b331e03ea733428499e99e37ea29
|
|
308
|
+
sorbet-static-and-runtime (0.6.13220) sha256=4d46f41a7b50f9f342be012b00528f741febae452a36a20da7dfbf4c33a68215
|
|
309
|
+
spoom (1.7.14) sha256=48da4e39d9a63611aa0132a3656d7e75833fcccb6006d59f7fa879b98c8877c4
|
|
302
310
|
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
303
311
|
tapioca (0.19.1) sha256=5de94d458950897ffe3d4e86a21eec48bb6a8775af85f80b1486b7ae7ba51823
|
|
304
312
|
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
@@ -310,4 +318,4 @@ CHECKSUMS
|
|
|
310
318
|
zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
|
|
311
319
|
|
|
312
320
|
BUNDLED WITH
|
|
313
|
-
4.0.
|
|
321
|
+
4.0.11
|
data/lib/grape_sorbet/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grape_sorbet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thatch Health, Inc.
|
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
99
|
version: '0'
|
|
100
100
|
requirements: []
|
|
101
|
-
rubygems_version: 4.0.
|
|
101
|
+
rubygems_version: 4.0.10
|
|
102
102
|
specification_version: 4
|
|
103
103
|
summary: Sorbet signatures and Tapioca DSL compiler for Grape.
|
|
104
104
|
test_files: []
|