grape_sorbet 0.1.0 → 0.1.1
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/.rubocop.yml +1 -1
- data/CHANGELOG.md +5 -1
- data/Gemfile.lock +60 -61
- data/grape_sorbet.gemspec +1 -1
- data/lib/grape_sorbet/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 651263829f7eef12df9fe28d4546e8d6496dd20e18f8eff2cb88ef82706eb12f
|
|
4
|
+
data.tar.gz: 41a284b546a4aba2819674ef1609b6612307c6adcaad030f81e75fd71f5110a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cba856b213d35d598bc0c449db49326d1529cc7b2381317fa43fb06b0844cda3f55e09a83905ca11d160fc2370b5c774b9a8a8a5f00b28e785a89f333d108abd
|
|
7
|
+
data.tar.gz: 483cd5f0c27b5bdd8a9a88eb94d9ace72f171886bcbea277430aaf0d60e289329d72271f81228467ac468beb529abfad79a0ec9f033edbf5033398dc86456a01
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 0.1.1 (2026-05-05)
|
|
2
|
+
|
|
3
|
+
- Bump dependencies and drop support for Ruby 3.2 (#36)
|
|
4
|
+
|
|
1
5
|
## 0.1.0 (2026-04-14)
|
|
2
6
|
|
|
3
7
|
⚠️ This release is a BREAKING CHANGE. ⚠️
|
|
@@ -5,7 +9,7 @@
|
|
|
5
9
|
grape_sorbet now targets grape >= 3.0 and is no longer compatible with grape 2.x.
|
|
6
10
|
|
|
7
11
|
- Compatibility with grape >= 3.0 (#35)
|
|
8
|
-
- Bump dependencies and regenerate RBIs(#34)
|
|
12
|
+
- Bump dependencies and regenerate RBIs (#34)
|
|
9
13
|
|
|
10
14
|
## 0.0.15 (2026-03-23)
|
|
11
15
|
|
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.1)
|
|
5
5
|
activesupport
|
|
6
6
|
grape (~> 3.0)
|
|
7
7
|
sorbet-runtime (>= 0.6)
|
|
@@ -26,7 +26,7 @@ GEM
|
|
|
26
26
|
ast (2.4.3)
|
|
27
27
|
base64 (0.3.0)
|
|
28
28
|
benchmark (0.5.0)
|
|
29
|
-
bigdecimal (4.1.
|
|
29
|
+
bigdecimal (4.1.2)
|
|
30
30
|
builder (3.3.0)
|
|
31
31
|
concurrent-ruby (1.3.6)
|
|
32
32
|
connection_pool (3.0.2)
|
|
@@ -53,27 +53,27 @@ GEM
|
|
|
53
53
|
dry-inflector (~> 1.0)
|
|
54
54
|
dry-logic (~> 1.4)
|
|
55
55
|
zeitwerk (~> 2.6)
|
|
56
|
-
erb (6.0.
|
|
56
|
+
erb (6.0.4)
|
|
57
57
|
erubi (1.13.1)
|
|
58
|
-
grape (3.2.
|
|
58
|
+
grape (3.2.1)
|
|
59
59
|
activesupport (>= 7.2)
|
|
60
60
|
dry-configurable
|
|
61
61
|
dry-types (>= 1.1)
|
|
62
62
|
mustermann-grape (~> 1.1.0)
|
|
63
63
|
rack (>= 2)
|
|
64
64
|
zeitwerk
|
|
65
|
-
grape-entity (1.0.
|
|
65
|
+
grape-entity (1.0.4)
|
|
66
66
|
activesupport (>= 3.0.0)
|
|
67
|
-
multi_json (>= 1.
|
|
67
|
+
multi_json (>= 1.0)
|
|
68
68
|
i18n (1.14.8)
|
|
69
69
|
concurrent-ruby (~> 1.0)
|
|
70
70
|
io-console (0.8.2)
|
|
71
|
-
irb (1.
|
|
71
|
+
irb (1.18.0)
|
|
72
72
|
pp (>= 0.6.0)
|
|
73
73
|
prism (>= 1.3.0)
|
|
74
74
|
rdoc (>= 4.0.0)
|
|
75
75
|
reline (>= 0.4.2)
|
|
76
|
-
json (2.19.
|
|
76
|
+
json (2.19.5)
|
|
77
77
|
language_server-protocol (3.17.0.5)
|
|
78
78
|
lint_roller (1.1.0)
|
|
79
79
|
logger (1.7.0)
|
|
@@ -83,13 +83,12 @@ GEM
|
|
|
83
83
|
builder
|
|
84
84
|
minitest (>= 5.0, < 7)
|
|
85
85
|
ruby-progressbar
|
|
86
|
-
multi_json (1.
|
|
87
|
-
mustermann (
|
|
88
|
-
ruby2_keywords (~> 0.0.1)
|
|
86
|
+
multi_json (1.21.1)
|
|
87
|
+
mustermann (4.0.0)
|
|
89
88
|
mustermann-grape (1.1.0)
|
|
90
89
|
mustermann (>= 1.0.0)
|
|
91
90
|
netrc (0.11.0)
|
|
92
|
-
parallel (1.
|
|
91
|
+
parallel (2.1.0)
|
|
93
92
|
parser (3.3.11.1)
|
|
94
93
|
ast (~> 2.4.1)
|
|
95
94
|
racc
|
|
@@ -103,8 +102,8 @@ GEM
|
|
|
103
102
|
racc (1.8.1)
|
|
104
103
|
rack (3.2.6)
|
|
105
104
|
rainbow (3.1.1)
|
|
106
|
-
rake (13.
|
|
107
|
-
rbi (0.3.
|
|
105
|
+
rake (13.4.2)
|
|
106
|
+
rbi (0.3.11)
|
|
108
107
|
prism (~> 1.0)
|
|
109
108
|
rbs (>= 4.0.1)
|
|
110
109
|
rbs (4.0.2)
|
|
@@ -118,13 +117,13 @@ GEM
|
|
|
118
117
|
regexp_parser (2.12.0)
|
|
119
118
|
reline (0.6.3)
|
|
120
119
|
io-console (~> 0.5)
|
|
121
|
-
require-hooks (0.
|
|
120
|
+
require-hooks (0.4.0)
|
|
122
121
|
rexml (3.4.4)
|
|
123
|
-
rubocop (1.86.
|
|
122
|
+
rubocop (1.86.1)
|
|
124
123
|
json (~> 2.3)
|
|
125
124
|
language_server-protocol (~> 3.17.0.2)
|
|
126
125
|
lint_roller (~> 1.1.0)
|
|
127
|
-
parallel (
|
|
126
|
+
parallel (>= 1.10)
|
|
128
127
|
parser (>= 3.3.0.2)
|
|
129
128
|
rainbow (>= 2.2.2, < 4.0)
|
|
130
129
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
@@ -151,7 +150,10 @@ GEM
|
|
|
151
150
|
lint_roller
|
|
152
151
|
rubocop (>= 1.75.2)
|
|
153
152
|
ruby-progressbar (1.13.0)
|
|
154
|
-
|
|
153
|
+
rubydex (0.2.0-aarch64-linux)
|
|
154
|
+
rubydex (0.2.0-arm64-darwin)
|
|
155
|
+
rubydex (0.2.0-x86_64-darwin)
|
|
156
|
+
rubydex (0.2.0-x86_64-linux)
|
|
155
157
|
securerandom (0.4.1)
|
|
156
158
|
simplecov (0.22.0)
|
|
157
159
|
docile (~> 1.1)
|
|
@@ -159,16 +161,16 @@ GEM
|
|
|
159
161
|
simplecov_json_formatter (~> 0.1)
|
|
160
162
|
simplecov-html (0.13.2)
|
|
161
163
|
simplecov_json_formatter (0.1.4)
|
|
162
|
-
sorbet (0.6.
|
|
163
|
-
sorbet-static (= 0.6.
|
|
164
|
-
sorbet-runtime (0.6.
|
|
165
|
-
sorbet-static (0.6.
|
|
166
|
-
sorbet-static (0.6.
|
|
167
|
-
sorbet-static (0.6.
|
|
168
|
-
sorbet-static-and-runtime (0.6.
|
|
169
|
-
sorbet (= 0.6.
|
|
170
|
-
sorbet-runtime (= 0.6.
|
|
171
|
-
spoom (1.7.
|
|
164
|
+
sorbet (0.6.13188)
|
|
165
|
+
sorbet-static (= 0.6.13188)
|
|
166
|
+
sorbet-runtime (0.6.13188)
|
|
167
|
+
sorbet-static (0.6.13188-aarch64-linux)
|
|
168
|
+
sorbet-static (0.6.13188-universal-darwin)
|
|
169
|
+
sorbet-static (0.6.13188-x86_64-linux)
|
|
170
|
+
sorbet-static-and-runtime (0.6.13188)
|
|
171
|
+
sorbet (= 0.6.13188)
|
|
172
|
+
sorbet-runtime (= 0.6.13188)
|
|
173
|
+
spoom (1.7.13)
|
|
172
174
|
erubi (>= 1.10.0)
|
|
173
175
|
prism (>= 0.28.0)
|
|
174
176
|
rbi (>= 0.3.3)
|
|
@@ -177,18 +179,18 @@ GEM
|
|
|
177
179
|
sorbet-static-and-runtime (>= 0.5.10187)
|
|
178
180
|
thor (>= 0.19.2)
|
|
179
181
|
stringio (3.2.0)
|
|
180
|
-
tapioca (0.
|
|
182
|
+
tapioca (0.19.1)
|
|
181
183
|
benchmark
|
|
182
184
|
bundler (>= 2.2.25)
|
|
183
185
|
netrc (>= 0.11.0)
|
|
184
186
|
parallel (>= 1.21.0)
|
|
185
187
|
rbi (>= 0.3.7)
|
|
186
188
|
require-hooks (>= 0.2.2)
|
|
187
|
-
|
|
189
|
+
rubydex (>= 0.1.0.beta10)
|
|
190
|
+
sorbet-static-and-runtime (>= 0.6.12698)
|
|
188
191
|
spoom (>= 1.7.9)
|
|
189
192
|
thor (>= 1.2.0)
|
|
190
193
|
tsort
|
|
191
|
-
yard-sorbet
|
|
192
194
|
thor (1.5.0)
|
|
193
195
|
tsort (0.2.0)
|
|
194
196
|
tzinfo (2.0.6)
|
|
@@ -197,10 +199,6 @@ GEM
|
|
|
197
199
|
unicode-emoji (~> 4.1)
|
|
198
200
|
unicode-emoji (4.2.0)
|
|
199
201
|
uri (1.1.1)
|
|
200
|
-
yard (0.9.38)
|
|
201
|
-
yard-sorbet (0.9.0)
|
|
202
|
-
sorbet-runtime
|
|
203
|
-
yard
|
|
204
202
|
zeitwerk (2.7.5)
|
|
205
203
|
|
|
206
204
|
PLATFORMS
|
|
@@ -231,7 +229,7 @@ CHECKSUMS
|
|
|
231
229
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
232
230
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
233
231
|
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
234
|
-
bigdecimal (4.1.
|
|
232
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
235
233
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
236
234
|
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
|
|
237
235
|
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
@@ -243,25 +241,25 @@ CHECKSUMS
|
|
|
243
241
|
dry-inflector (1.3.1) sha256=7fb0c2bb04f67638f25c52e7ba39ab435d922a3a5c3cd196120f63accb682dcc
|
|
244
242
|
dry-logic (1.6.0) sha256=da6fedbc0f90fc41f9b0cc7e6f05f5d529d1efaef6c8dcc8e0733f685745cea2
|
|
245
243
|
dry-types (1.9.1) sha256=baebeecdb9f8395d6c9d227b62011279440943e3ef2468fe8ccc1ba11467f178
|
|
246
|
-
erb (6.0.
|
|
244
|
+
erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
|
|
247
245
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
248
|
-
grape (3.2.
|
|
249
|
-
grape-entity (1.0.
|
|
250
|
-
grape_sorbet (0.1.
|
|
246
|
+
grape (3.2.1) sha256=448072f55904e5a4dca2e3781f0a373942514be65402cafb6177f5bc73db1b94
|
|
247
|
+
grape-entity (1.0.4) sha256=cda42416d87831de0da2f28aa1f5ba9b38856b936b4a5ba995e52d32de1ec0bd
|
|
248
|
+
grape_sorbet (0.1.1)
|
|
251
249
|
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
252
250
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
253
|
-
irb (1.
|
|
254
|
-
json (2.19.
|
|
251
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
252
|
+
json (2.19.5) sha256=218a18553e4801d579ca7e0f5bc72bafd776d7397238a1fb4e74db5b0a812c59
|
|
255
253
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
256
254
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
257
255
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
258
256
|
minitest (5.27.0) sha256=2d3b17f8a36fe7801c1adcffdbc38233b938eb0b4966e97a6739055a45fa77d5
|
|
259
257
|
minitest-reporters (1.8.0) sha256=8ce5280fb73ad3178ae525454df169b6f28c1b38b1d088ea91815d3a370ba384
|
|
260
|
-
multi_json (1.
|
|
261
|
-
mustermann (
|
|
258
|
+
multi_json (1.21.1) sha256=e6126a31808e3b4d19f483c775ceac34df190dffa62adfb63a165ee14ba68080
|
|
259
|
+
mustermann (4.0.0) sha256=91f67411bb208d1d93c41e6128cb3b0f8ddd9ec7c45966f1007e1c43c08040d7
|
|
262
260
|
mustermann-grape (1.1.0) sha256=8d258a986004c8f01ce4c023c0b037c168a9ed889cf5778068ad54398fa458c5
|
|
263
261
|
netrc (0.11.0) sha256=de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f
|
|
264
|
-
parallel (1.
|
|
262
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
265
263
|
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
|
|
266
264
|
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
267
265
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
@@ -270,15 +268,15 @@ CHECKSUMS
|
|
|
270
268
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
271
269
|
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
272
270
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
273
|
-
rake (13.
|
|
274
|
-
rbi (0.3.
|
|
271
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
272
|
+
rbi (0.3.11) sha256=d8f0f1b45f8b470dc3bdd1e8192b1d554c826d66a4fb73e68480c4230c638d02
|
|
275
273
|
rbs (4.0.2) sha256=af75671e66cd03434cc546622741ebf83f6197ec4328375805306330bf78ef25
|
|
276
274
|
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
277
275
|
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
278
276
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
279
|
-
require-hooks (0.
|
|
277
|
+
require-hooks (0.4.0) sha256=005f4c6435b4edae73e358cdbaba48370a4121f9ce893d5d2a3c66fce855677d
|
|
280
278
|
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
|
|
281
|
-
rubocop (1.86.
|
|
279
|
+
rubocop (1.86.1) sha256=44415f3f01d01a21e01132248d2fd0867572475b566ca188a0a42133a08d4531
|
|
282
280
|
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
283
281
|
rubocop-minitest (0.39.1) sha256=998398d6da4026d297f0f9bf709a1eac5f2b6947c24431f94af08138510cf7ed
|
|
284
282
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
@@ -286,29 +284,30 @@ CHECKSUMS
|
|
|
286
284
|
rubocop-shopify (2.18.0) sha256=dafa25e5617ce4600ff86b1de3d5b78e43ab3d58cc5729df38e492b8e10294eb
|
|
287
285
|
rubocop-sorbet (0.12.0) sha256=195521e132500555819313df5accaaf56bf721a63de3e5b7b1d0b25f696b1f39
|
|
288
286
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
289
|
-
|
|
287
|
+
rubydex (0.2.0-aarch64-linux) sha256=1c9b0e0fd82d629aed0bd5cd2ea91ce278dd2cd4acb1251305c03c9ca2439fe5
|
|
288
|
+
rubydex (0.2.0-arm64-darwin) sha256=8c0ad11bd6a103de7e9fea2fddd55dc7d7ea5635ef9751c1569b6418185381a5
|
|
289
|
+
rubydex (0.2.0-x86_64-darwin) sha256=06baad305bd09a49f9abcfae5e1aa1f54d71bdae6d42d148035dab5bcaf7660a
|
|
290
|
+
rubydex (0.2.0-x86_64-linux) sha256=28071b3189f80daf5ed76ad87faaf95665f987cdebc2b5203876536253442616
|
|
290
291
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
291
292
|
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
292
293
|
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
293
294
|
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
294
|
-
sorbet (0.6.
|
|
295
|
-
sorbet-runtime (0.6.
|
|
296
|
-
sorbet-static (0.6.
|
|
297
|
-
sorbet-static (0.6.
|
|
298
|
-
sorbet-static (0.6.
|
|
299
|
-
sorbet-static-and-runtime (0.6.
|
|
300
|
-
spoom (1.7.
|
|
295
|
+
sorbet (0.6.13188) sha256=3639745189cb783c104f34fb6e59fce3b4315f7ec9157dec76cdabba670ec709
|
|
296
|
+
sorbet-runtime (0.6.13188) sha256=dbd24f06ea66a07aa39d3d4156e42617fb8db99e853e8d88840ceae4cdaf3731
|
|
297
|
+
sorbet-static (0.6.13188-aarch64-linux) sha256=6a51fe1204f4d4d4c8a669800b8716a93d6e2fdf6db79bbb5f6a30a6c180ecbd
|
|
298
|
+
sorbet-static (0.6.13188-universal-darwin) sha256=ef287ee833f035d8f0e6455afeb12cd00fba2dbb40d35a426cdfcd62ea91136d
|
|
299
|
+
sorbet-static (0.6.13188-x86_64-linux) sha256=7530abc5252318590ebf12064b6e2cabc5e749199ae7e247e2a4b51b3e8f7488
|
|
300
|
+
sorbet-static-and-runtime (0.6.13188) sha256=d550024fbfa4269379f2c88162054f1c0de2f857cd79257917275c66985a19ea
|
|
301
|
+
spoom (1.7.13) sha256=f82178f8a5db8ddf45fcd0d8cb4436e1969cd8f57abe4fc1d8d06ed083588454
|
|
301
302
|
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
302
|
-
tapioca (0.
|
|
303
|
+
tapioca (0.19.1) sha256=5de94d458950897ffe3d4e86a21eec48bb6a8775af85f80b1486b7ae7ba51823
|
|
303
304
|
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
304
305
|
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
305
306
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
306
307
|
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
307
308
|
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
|
|
308
309
|
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
309
|
-
yard (0.9.38) sha256=721fb82afb10532aa49860655f6cc2eaa7130889df291b052e1e6b268283010f
|
|
310
|
-
yard-sorbet (0.9.0) sha256=03d1aa461b9e9c82b886919a13aa3e09fcf4d1852239d2967ed97e92723ffe21
|
|
311
310
|
zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
|
|
312
311
|
|
|
313
312
|
BUNDLED WITH
|
|
314
|
-
4.0.
|
|
313
|
+
4.0.9
|
data/grape_sorbet.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
"the Grape API framework in a Sorbet-typed Ruby project."
|
|
14
14
|
spec.homepage = "https://github.com/thatch-health/grape_sorbet"
|
|
15
15
|
spec.license = "MIT"
|
|
16
|
-
spec.required_ruby_version = ">= 3.
|
|
16
|
+
spec.required_ruby_version = ">= 3.3.0"
|
|
17
17
|
|
|
18
18
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
19
19
|
spec.metadata["source_code_uri"] = spec.homepage
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thatch Health, Inc.
|
|
@@ -91,14 +91,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
requirements:
|
|
92
92
|
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: 3.
|
|
94
|
+
version: 3.3.0
|
|
95
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
96
|
requirements:
|
|
97
97
|
- - ">="
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
99
|
version: '0'
|
|
100
100
|
requirements: []
|
|
101
|
-
rubygems_version: 4.0.
|
|
101
|
+
rubygems_version: 4.0.11
|
|
102
102
|
specification_version: 4
|
|
103
103
|
summary: Sorbet signatures and Tapioca DSL compiler for Grape.
|
|
104
104
|
test_files: []
|