sorbet_operation 0.1.3 → 0.1.5
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/.ruby-version +1 -1
- data/Gemfile +2 -2
- data/Gemfile.lock +120 -100
- data/lib/sorbet_operation/version.rb +1 -1
- data/sorbet_operation.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f95a02cbfe14feb2bfd5b3bddd8245114ab505002cc396d345a3b6447f1d91e3
|
|
4
|
+
data.tar.gz: 50781f7dca681a38a86da30dcbba8adfe46674db53ebb572d805f80ad3c368ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1860f9b50d5659ca738aa1fa088900a85eb0f56da74c8bb9f20570a4125fa1b25729bf07f899f50eb0f4fa35098158a977597182f3f2015275f1964fe91f45c0
|
|
7
|
+
data.tar.gz: 3b21ea130210daea371a4a1d48ee6bc226a8e9a3d230ac39d8a4c2542f5d50ff5783b93fcad13b9c895c9a8b6554d2409decf4d16fc4731e2bcf0bd089ee9dfa
|
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4.0.4
|
data/Gemfile
CHANGED
|
@@ -16,8 +16,8 @@ group :development, :test do
|
|
|
16
16
|
end
|
|
17
17
|
|
|
18
18
|
group :development do
|
|
19
|
-
gem "sorbet", "
|
|
20
|
-
gem "tapioca", require: false
|
|
19
|
+
gem "sorbet", ">= 0.6"
|
|
20
|
+
gem "tapioca", ">= 0.18", require: false
|
|
21
21
|
|
|
22
22
|
gem "rubocop", require: false
|
|
23
23
|
gem "rubocop-minitest", require: false
|
data/Gemfile.lock
CHANGED
|
@@ -1,136 +1,149 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sorbet_operation (0.1.
|
|
5
|
-
sorbet-runtime (
|
|
4
|
+
sorbet_operation (0.1.5)
|
|
5
|
+
sorbet-runtime (>= 0.6)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
ansi (1.
|
|
10
|
+
ansi (1.6.0)
|
|
11
11
|
ast (2.4.3)
|
|
12
|
-
benchmark (0.
|
|
13
|
-
bigdecimal (
|
|
12
|
+
benchmark (0.5.0)
|
|
13
|
+
bigdecimal (4.1.2)
|
|
14
14
|
builder (3.3.0)
|
|
15
|
-
bundler-audit (0.9.
|
|
16
|
-
bundler (>= 1.2.0
|
|
15
|
+
bundler-audit (0.9.3)
|
|
16
|
+
bundler (>= 1.2.0)
|
|
17
17
|
thor (~> 1.0)
|
|
18
|
-
date (3.
|
|
18
|
+
date (3.5.1)
|
|
19
19
|
docile (1.4.1)
|
|
20
|
-
erb (
|
|
20
|
+
erb (6.0.4)
|
|
21
21
|
erubi (1.13.1)
|
|
22
|
-
io-console (0.8.
|
|
23
|
-
irb (1.
|
|
22
|
+
io-console (0.8.2)
|
|
23
|
+
irb (1.18.0)
|
|
24
24
|
pp (>= 0.6.0)
|
|
25
|
+
prism (>= 1.3.0)
|
|
25
26
|
rdoc (>= 4.0.0)
|
|
26
27
|
reline (>= 0.4.2)
|
|
27
|
-
json (2.
|
|
28
|
+
json (2.19.5)
|
|
28
29
|
language_server-protocol (3.17.0.5)
|
|
29
30
|
lint_roller (1.1.0)
|
|
30
31
|
logger (1.7.0)
|
|
31
|
-
minitest (5.
|
|
32
|
-
minitest-reporters (1.
|
|
32
|
+
minitest (5.27.0)
|
|
33
|
+
minitest-reporters (1.8.0)
|
|
33
34
|
ansi
|
|
34
35
|
builder
|
|
35
|
-
minitest (>= 5.0)
|
|
36
|
+
minitest (>= 5.0, < 7)
|
|
36
37
|
ruby-progressbar
|
|
37
38
|
netrc (0.11.0)
|
|
38
39
|
ostruct (0.6.3)
|
|
39
|
-
parallel (1.
|
|
40
|
-
parser (3.3.
|
|
40
|
+
parallel (2.1.0)
|
|
41
|
+
parser (3.3.11.1)
|
|
41
42
|
ast (~> 2.4.1)
|
|
42
43
|
racc
|
|
43
|
-
pp (0.6.
|
|
44
|
+
pp (0.6.3)
|
|
44
45
|
prettyprint
|
|
45
46
|
prettyprint (0.2.0)
|
|
46
|
-
prism (1.
|
|
47
|
-
psych (5.
|
|
47
|
+
prism (1.9.0)
|
|
48
|
+
psych (5.3.1)
|
|
48
49
|
date
|
|
49
50
|
stringio
|
|
50
51
|
racc (1.8.1)
|
|
51
52
|
rainbow (3.1.1)
|
|
52
|
-
rake (13.
|
|
53
|
-
rbi (0.3.
|
|
53
|
+
rake (13.4.2)
|
|
54
|
+
rbi (0.3.12)
|
|
54
55
|
prism (~> 1.0)
|
|
55
|
-
rbs (>=
|
|
56
|
-
rbs (
|
|
56
|
+
rbs (>= 4.0.1)
|
|
57
|
+
rbs (4.0.2)
|
|
57
58
|
logger
|
|
58
|
-
|
|
59
|
+
prism (>= 1.6.0)
|
|
60
|
+
tsort
|
|
61
|
+
rdoc (7.2.0)
|
|
59
62
|
erb
|
|
60
63
|
psych (>= 4.0.0)
|
|
61
|
-
|
|
62
|
-
|
|
64
|
+
tsort
|
|
65
|
+
regexp_parser (2.12.0)
|
|
66
|
+
reline (0.6.3)
|
|
63
67
|
io-console (~> 0.5)
|
|
68
|
+
require-hooks (0.4.0)
|
|
64
69
|
rexml (3.4.4)
|
|
65
|
-
rubocop (1.
|
|
70
|
+
rubocop (1.86.2)
|
|
66
71
|
json (~> 2.3)
|
|
67
72
|
language_server-protocol (~> 3.17.0.2)
|
|
68
73
|
lint_roller (~> 1.1.0)
|
|
69
|
-
parallel (
|
|
74
|
+
parallel (>= 1.10)
|
|
70
75
|
parser (>= 3.3.0.2)
|
|
71
76
|
rainbow (>= 2.2.2, < 4.0)
|
|
72
77
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
73
|
-
rubocop-ast (>= 1.
|
|
78
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
74
79
|
ruby-progressbar (~> 1.7)
|
|
75
80
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
76
|
-
rubocop-ast (1.
|
|
81
|
+
rubocop-ast (1.49.1)
|
|
77
82
|
parser (>= 3.3.7.2)
|
|
78
|
-
prism (~> 1.
|
|
79
|
-
rubocop-minitest (0.
|
|
83
|
+
prism (~> 1.7)
|
|
84
|
+
rubocop-minitest (0.39.1)
|
|
80
85
|
lint_roller (~> 1.1)
|
|
81
86
|
rubocop (>= 1.75.0, < 2.0)
|
|
82
87
|
rubocop-ast (>= 1.38.0, < 2.0)
|
|
83
|
-
rubocop-performance (1.26.
|
|
88
|
+
rubocop-performance (1.26.1)
|
|
84
89
|
lint_roller (~> 1.1)
|
|
85
90
|
rubocop (>= 1.75.0, < 2.0)
|
|
86
|
-
rubocop-ast (>= 1.
|
|
91
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
87
92
|
rubocop-rake (0.7.1)
|
|
88
93
|
lint_roller (~> 1.1)
|
|
89
94
|
rubocop (>= 1.72.1)
|
|
90
|
-
rubocop-shopify (2.
|
|
95
|
+
rubocop-shopify (2.18.0)
|
|
91
96
|
rubocop (~> 1.62)
|
|
92
|
-
rubocop-sorbet (0.
|
|
97
|
+
rubocop-sorbet (0.12.0)
|
|
93
98
|
lint_roller
|
|
94
99
|
rubocop (>= 1.75.2)
|
|
95
100
|
ruby-progressbar (1.13.0)
|
|
101
|
+
rubydex (0.2.3-aarch64-linux)
|
|
102
|
+
rubydex (0.2.3-arm64-darwin)
|
|
103
|
+
rubydex (0.2.3-x86_64-darwin)
|
|
104
|
+
rubydex (0.2.3-x86_64-linux)
|
|
96
105
|
simplecov (0.22.0)
|
|
97
106
|
docile (~> 1.1)
|
|
98
107
|
simplecov-html (~> 0.11)
|
|
99
108
|
simplecov_json_formatter (~> 0.1)
|
|
100
109
|
simplecov-html (0.13.2)
|
|
101
110
|
simplecov_json_formatter (0.1.4)
|
|
102
|
-
sorbet (0.
|
|
103
|
-
sorbet-static (= 0.
|
|
104
|
-
sorbet-runtime (0.
|
|
105
|
-
sorbet-static (0.
|
|
106
|
-
sorbet-static (0.
|
|
107
|
-
sorbet-static (0.
|
|
108
|
-
sorbet-static-and-runtime (0.
|
|
109
|
-
sorbet (= 0.
|
|
110
|
-
sorbet-runtime (= 0.
|
|
111
|
-
spoom (1.
|
|
111
|
+
sorbet (0.6.13220)
|
|
112
|
+
sorbet-static (= 0.6.13220)
|
|
113
|
+
sorbet-runtime (0.6.13220)
|
|
114
|
+
sorbet-static (0.6.13220-aarch64-linux)
|
|
115
|
+
sorbet-static (0.6.13220-universal-darwin)
|
|
116
|
+
sorbet-static (0.6.13220-x86_64-linux)
|
|
117
|
+
sorbet-static-and-runtime (0.6.13220)
|
|
118
|
+
sorbet (= 0.6.13220)
|
|
119
|
+
sorbet-runtime (= 0.6.13220)
|
|
120
|
+
spoom (1.7.14)
|
|
112
121
|
erubi (>= 1.10.0)
|
|
113
122
|
prism (>= 0.28.0)
|
|
114
123
|
rbi (>= 0.3.3)
|
|
124
|
+
rbs (>= 4.0.0.dev.5)
|
|
115
125
|
rexml (>= 3.2.6)
|
|
116
126
|
sorbet-static-and-runtime (>= 0.5.10187)
|
|
117
127
|
thor (>= 0.19.2)
|
|
118
|
-
stringio (3.
|
|
119
|
-
tapioca (0.
|
|
128
|
+
stringio (3.2.0)
|
|
129
|
+
tapioca (0.19.1)
|
|
120
130
|
benchmark
|
|
121
131
|
bundler (>= 2.2.25)
|
|
122
132
|
netrc (>= 0.11.0)
|
|
123
133
|
parallel (>= 1.21.0)
|
|
124
|
-
rbi (
|
|
125
|
-
|
|
126
|
-
|
|
134
|
+
rbi (>= 0.3.7)
|
|
135
|
+
require-hooks (>= 0.2.2)
|
|
136
|
+
rubydex (>= 0.1.0.beta10)
|
|
137
|
+
sorbet-static-and-runtime (>= 0.6.12698)
|
|
138
|
+
spoom (>= 1.7.9)
|
|
127
139
|
thor (>= 1.2.0)
|
|
128
|
-
|
|
129
|
-
thor (1.
|
|
140
|
+
tsort
|
|
141
|
+
thor (1.5.0)
|
|
142
|
+
tsort (0.2.0)
|
|
130
143
|
unicode-display_width (3.2.0)
|
|
131
144
|
unicode-emoji (~> 4.1)
|
|
132
|
-
unicode-emoji (4.
|
|
133
|
-
yard (0.9.
|
|
145
|
+
unicode-emoji (4.2.0)
|
|
146
|
+
yard (0.9.43)
|
|
134
147
|
yard-sorbet (0.9.0)
|
|
135
148
|
sorbet-runtime
|
|
136
149
|
yard
|
|
@@ -139,6 +152,7 @@ PLATFORMS
|
|
|
139
152
|
aarch64-linux
|
|
140
153
|
arm64-darwin
|
|
141
154
|
universal-darwin
|
|
155
|
+
x86_64-darwin
|
|
142
156
|
x86_64-linux
|
|
143
157
|
|
|
144
158
|
DEPENDENCIES
|
|
@@ -157,74 +171,80 @@ DEPENDENCIES
|
|
|
157
171
|
rubocop-shopify
|
|
158
172
|
rubocop-sorbet
|
|
159
173
|
simplecov
|
|
160
|
-
sorbet (
|
|
174
|
+
sorbet (>= 0.6)
|
|
161
175
|
sorbet_operation!
|
|
162
|
-
tapioca
|
|
176
|
+
tapioca (>= 0.18)
|
|
163
177
|
yard
|
|
164
178
|
yard-sorbet
|
|
165
179
|
|
|
166
180
|
CHECKSUMS
|
|
167
|
-
ansi (1.
|
|
181
|
+
ansi (1.6.0) sha256=ac9ea0c0ea8d32fb4e271348e609963ac78882f34b73836c2a02b3622e666658
|
|
168
182
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
169
|
-
benchmark (0.
|
|
170
|
-
bigdecimal (
|
|
183
|
+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
184
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
171
185
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
172
|
-
bundler-audit (0.9.
|
|
173
|
-
date (3.
|
|
186
|
+
bundler-audit (0.9.3) sha256=81c8766c71e47d0d28a0f98c7eed028539f21a6ea3cd8f685eb6f42333c9b4e9
|
|
187
|
+
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
174
188
|
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
175
|
-
erb (
|
|
189
|
+
erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
|
|
176
190
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
177
|
-
io-console (0.8.
|
|
178
|
-
irb (1.
|
|
179
|
-
json (2.
|
|
191
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
192
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
193
|
+
json (2.19.5) sha256=218a18553e4801d579ca7e0f5bc72bafd776d7397238a1fb4e74db5b0a812c59
|
|
180
194
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
181
195
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
182
196
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
183
|
-
minitest (5.
|
|
184
|
-
minitest-reporters (1.
|
|
197
|
+
minitest (5.27.0) sha256=2d3b17f8a36fe7801c1adcffdbc38233b938eb0b4966e97a6739055a45fa77d5
|
|
198
|
+
minitest-reporters (1.8.0) sha256=8ce5280fb73ad3178ae525454df169b6f28c1b38b1d088ea91815d3a370ba384
|
|
185
199
|
netrc (0.11.0) sha256=de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f
|
|
186
200
|
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
|
|
187
|
-
parallel (1.
|
|
188
|
-
parser (3.3.
|
|
189
|
-
pp (0.6.
|
|
201
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
202
|
+
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
|
|
203
|
+
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
190
204
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
191
|
-
prism (1.
|
|
192
|
-
psych (5.
|
|
205
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
206
|
+
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
193
207
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
194
208
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
195
|
-
rake (13.
|
|
196
|
-
rbi (0.3.
|
|
197
|
-
rbs (
|
|
198
|
-
rdoc (
|
|
199
|
-
regexp_parser (2.
|
|
200
|
-
reline (0.6.
|
|
209
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
210
|
+
rbi (0.3.12) sha256=406ea58265942e7f2316744a11de742fdef8b2325bb6066c71c9765f53298eb2
|
|
211
|
+
rbs (4.0.2) sha256=af75671e66cd03434cc546622741ebf83f6197ec4328375805306330bf78ef25
|
|
212
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
213
|
+
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
214
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
215
|
+
require-hooks (0.4.0) sha256=005f4c6435b4edae73e358cdbaba48370a4121f9ce893d5d2a3c66fce855677d
|
|
201
216
|
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
|
|
202
|
-
rubocop (1.
|
|
203
|
-
rubocop-ast (1.
|
|
204
|
-
rubocop-minitest (0.
|
|
205
|
-
rubocop-performance (1.26.
|
|
217
|
+
rubocop (1.86.2) sha256=bb2e97f635eda42c448f2588f4a6ff78f221b8bdfdf65b1e9b07fbd57521b45d
|
|
218
|
+
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
219
|
+
rubocop-minitest (0.39.1) sha256=998398d6da4026d297f0f9bf709a1eac5f2b6947c24431f94af08138510cf7ed
|
|
220
|
+
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
206
221
|
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
|
|
207
|
-
rubocop-shopify (2.
|
|
208
|
-
rubocop-sorbet (0.
|
|
222
|
+
rubocop-shopify (2.18.0) sha256=dafa25e5617ce4600ff86b1de3d5b78e43ab3d58cc5729df38e492b8e10294eb
|
|
223
|
+
rubocop-sorbet (0.12.0) sha256=195521e132500555819313df5accaaf56bf721a63de3e5b7b1d0b25f696b1f39
|
|
209
224
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
225
|
+
rubydex (0.2.3-aarch64-linux) sha256=f666ff383430cc800cb0889d52c77da7457e99165b5eef7c0d45491a5fafea87
|
|
226
|
+
rubydex (0.2.3-arm64-darwin) sha256=997d7895a0208ec3d7ef922c9d29243b62e10c67bc3c2396a9f978d7df117390
|
|
227
|
+
rubydex (0.2.3-x86_64-darwin) sha256=de4890f91bedb59bfefb90c528939e52475da3afa105feaf855594ad527b0fb9
|
|
228
|
+
rubydex (0.2.3-x86_64-linux) sha256=796a54c1af9f8868c87bf92fee5f9ccc39ffd40eb8386e0875058a18beb76b09
|
|
210
229
|
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
211
230
|
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
212
231
|
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
213
|
-
sorbet (0.
|
|
214
|
-
sorbet-runtime (0.
|
|
215
|
-
sorbet-static (0.
|
|
216
|
-
sorbet-static (0.
|
|
217
|
-
sorbet-static (0.
|
|
218
|
-
sorbet-static-and-runtime (0.
|
|
219
|
-
sorbet_operation (0.1.
|
|
220
|
-
spoom (1.
|
|
221
|
-
stringio (3.
|
|
222
|
-
tapioca (0.
|
|
223
|
-
thor (1.
|
|
232
|
+
sorbet (0.6.13220) sha256=35ef6b4b041aedb8c16f6c1ad69540eab318bf8b4dd5dfaa9366298e5ae0a14e
|
|
233
|
+
sorbet-runtime (0.6.13220) sha256=2dba2bb4544376ac8141574a6e97f00a13bca6f44991581cdb69f43b15cec5ca
|
|
234
|
+
sorbet-static (0.6.13220-aarch64-linux) sha256=dd4814b08b085cbe843a8d9d034e271810a7e8dc29f95ddcc2c484b7a9b0f326
|
|
235
|
+
sorbet-static (0.6.13220-universal-darwin) sha256=a818a3ce16416b218d1630d4c1f700fb83181b4bfe16c2980ea1af2d54aa4e8b
|
|
236
|
+
sorbet-static (0.6.13220-x86_64-linux) sha256=949eb02c54907cca44249d2f38b8eebbe428b331e03ea733428499e99e37ea29
|
|
237
|
+
sorbet-static-and-runtime (0.6.13220) sha256=4d46f41a7b50f9f342be012b00528f741febae452a36a20da7dfbf4c33a68215
|
|
238
|
+
sorbet_operation (0.1.5)
|
|
239
|
+
spoom (1.7.14) sha256=48da4e39d9a63611aa0132a3656d7e75833fcccb6006d59f7fa879b98c8877c4
|
|
240
|
+
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
241
|
+
tapioca (0.19.1) sha256=5de94d458950897ffe3d4e86a21eec48bb6a8775af85f80b1486b7ae7ba51823
|
|
242
|
+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
243
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
224
244
|
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
225
|
-
unicode-emoji (4.
|
|
226
|
-
yard (0.9.
|
|
245
|
+
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
|
|
246
|
+
yard (0.9.43) sha256=cf8733a8f0485df2a162927e9b5f182215a61f6d22de096b8f402c726a1c5821
|
|
227
247
|
yard-sorbet (0.9.0) sha256=03d1aa461b9e9c82b886919a13aa3e09fcf4d1852239d2967ed97e92723ffe21
|
|
228
248
|
|
|
229
249
|
BUNDLED WITH
|
|
230
|
-
|
|
250
|
+
4.0.10
|
data/sorbet_operation.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
"ensure that operations are well-typed and that their inputs and outputs are well-defined."
|
|
14
14
|
spec.homepage = "https://github.com/thatch-health/sorbet_operation"
|
|
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
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
spec.require_paths = ["lib"]
|
|
32
32
|
|
|
33
33
|
# Uncomment to register a new dependency of your gem
|
|
34
|
-
spec.add_runtime_dependency("sorbet-runtime", "
|
|
34
|
+
spec.add_runtime_dependency("sorbet-runtime", ">= 0.6")
|
|
35
35
|
|
|
36
36
|
# For more information and examples about making a new gem, check out our
|
|
37
37
|
# guide at: https://bundler.io/guides/creating_gem.html
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sorbet_operation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thatch Health, Inc.
|
|
@@ -13,16 +13,16 @@ dependencies:
|
|
|
13
13
|
name: sorbet-runtime
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: '0.6'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
|
-
- - "
|
|
23
|
+
- - ">="
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.
|
|
25
|
+
version: '0.6'
|
|
26
26
|
description: sorbet_operation is a minimal operation framework that leverages Sorbet's
|
|
27
27
|
type system to ensure that operations are well-typed and that their inputs and outputs
|
|
28
28
|
are well-defined.
|
|
@@ -61,14 +61,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
61
61
|
requirements:
|
|
62
62
|
- - ">="
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
|
-
version: 3.
|
|
64
|
+
version: 3.3.0
|
|
65
65
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
rubygems_version:
|
|
71
|
+
rubygems_version: 4.0.10
|
|
72
72
|
specification_version: 4
|
|
73
73
|
summary: Sorbet-powered operation framework.
|
|
74
74
|
test_files: []
|