sorbet-result 0.2.0 → 0.2.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/CHANGELOG.md +10 -0
- data/Gemfile.lock +17 -17
- data/sorbet/rbi/gems/{parser@3.2.2.0.rbi → parser@3.2.2.1.rbi} +162 -162
- data/sorbet/rbi/gems/{rubocop-ast@1.28.0.rbi → rubocop-ast@1.28.1.rbi} +4 -1
- data/sorbet/rbi/gems/{rubocop-minitest@0.30.0.rbi → rubocop-minitest@0.31.0.rbi} +48 -5
- data/sorbet/rbi/gems/{rubocop@1.50.2.rbi → rubocop@1.51.0.rbi} +495 -326
- data/sorbet/rbi/gems/{tapioca@0.11.5.rbi → tapioca@0.11.6.rbi} +43 -10
- data/sorbet/rbi/gems/{thor@1.2.1.rbi → thor@1.2.2.rbi} +69 -60
- data/sorbet/rbi/gems/{zeitwerk@2.6.7.rbi → zeitwerk@2.6.8.rbi} +67 -47
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4eb8fb4c04fad76f6947a6c888e741ebc9154abb224edb87d5a8f3461aaabfc1
|
4
|
+
data.tar.gz: 3de9d634bec586f32a6d7151d826e78f125dabc6ae93423137bcc1c3985e8ef3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab3a1deeae77642c99de930d1d9ad7d772b0401bbdcedfc8e2b49c36839b1d6868a3a4b5643cc024304403a6b967855be0c0754c8079e84adc079d0792d9a350
|
7
|
+
data.tar.gz: 556bdd555bcb02e7976c09097fde14c06a9cbc7fa7bbf20aefa95610ea5d3d3b897ae1e8cb5700f6234ddd0a89f6293f874a3767c762e6321789e3909ecb5ee7
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.2.1] - 2023-05-18
|
10
|
+
|
11
|
+
### Added
|
12
|
+
|
13
|
+
- Automated gem release process
|
14
|
+
|
15
|
+
### Changed
|
16
|
+
|
17
|
+
- Update dependencies
|
18
|
+
|
9
19
|
## [0.2.0] - 2023-04-21
|
10
20
|
|
11
21
|
### Changed
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
sorbet-result (0.2.
|
4
|
+
sorbet-result (0.2.1)
|
5
5
|
sorbet-runtime (~> 0.5)
|
6
6
|
zeitwerk (~> 2.6)
|
7
7
|
|
@@ -9,7 +9,7 @@ GEM
|
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
11
|
ast (2.4.2)
|
12
|
-
debug (1.
|
12
|
+
debug (1.8.0)
|
13
13
|
irb (>= 1.5.0)
|
14
14
|
reline (>= 0.3.1)
|
15
15
|
diff-lcs (1.5.0)
|
@@ -20,7 +20,7 @@ GEM
|
|
20
20
|
minitest (5.18.0)
|
21
21
|
netrc (0.11.0)
|
22
22
|
parallel (1.23.0)
|
23
|
-
parser (3.2.2.
|
23
|
+
parser (3.2.2.1)
|
24
24
|
ast (~> 2.4.1)
|
25
25
|
rainbow (3.1.1)
|
26
26
|
rake (13.0.6)
|
@@ -33,7 +33,7 @@ GEM
|
|
33
33
|
reline (0.3.3)
|
34
34
|
io-console (~> 0.5)
|
35
35
|
rexml (3.2.5)
|
36
|
-
rubocop (1.
|
36
|
+
rubocop (1.51.0)
|
37
37
|
json (~> 2.3)
|
38
38
|
parallel (~> 1.10)
|
39
39
|
parser (>= 3.2.0.0)
|
@@ -43,28 +43,28 @@ GEM
|
|
43
43
|
rubocop-ast (>= 1.28.0, < 2.0)
|
44
44
|
ruby-progressbar (~> 1.7)
|
45
45
|
unicode-display_width (>= 2.4.0, < 3.0)
|
46
|
-
rubocop-ast (1.28.
|
46
|
+
rubocop-ast (1.28.1)
|
47
47
|
parser (>= 3.2.1.0)
|
48
|
-
rubocop-minitest (0.
|
48
|
+
rubocop-minitest (0.31.0)
|
49
49
|
rubocop (>= 1.39, < 2.0)
|
50
50
|
rubocop-rake (0.6.0)
|
51
51
|
rubocop (~> 1.0)
|
52
52
|
rubocop-sorbet (0.7.0)
|
53
53
|
rubocop (>= 0.90.0)
|
54
54
|
ruby-progressbar (1.13.0)
|
55
|
-
sorbet (0.5.
|
56
|
-
sorbet-static (= 0.5.
|
57
|
-
sorbet-runtime (0.5.
|
58
|
-
sorbet-static (0.5.
|
59
|
-
sorbet-static (0.5.
|
60
|
-
sorbet-static-and-runtime (0.5.
|
61
|
-
sorbet (= 0.5.
|
62
|
-
sorbet-runtime (= 0.5.
|
55
|
+
sorbet (0.5.10832)
|
56
|
+
sorbet-static (= 0.5.10832)
|
57
|
+
sorbet-runtime (0.5.10832)
|
58
|
+
sorbet-static (0.5.10832-universal-darwin-22)
|
59
|
+
sorbet-static (0.5.10832-x86_64-linux)
|
60
|
+
sorbet-static-and-runtime (0.5.10832)
|
61
|
+
sorbet (= 0.5.10832)
|
62
|
+
sorbet-runtime (= 0.5.10832)
|
63
63
|
spoom (1.2.1)
|
64
64
|
sorbet (>= 0.5.10187)
|
65
65
|
sorbet-runtime (>= 0.5.9204)
|
66
66
|
thor (>= 0.19.2)
|
67
|
-
tapioca (0.11.
|
67
|
+
tapioca (0.11.6)
|
68
68
|
bundler (>= 2.2.25)
|
69
69
|
netrc (>= 0.11.0)
|
70
70
|
parallel (>= 1.21.0)
|
@@ -73,7 +73,7 @@ GEM
|
|
73
73
|
spoom (~> 1.2.0, >= 1.2.0)
|
74
74
|
thor (>= 1.2.0)
|
75
75
|
yard-sorbet
|
76
|
-
thor (1.2.
|
76
|
+
thor (1.2.2)
|
77
77
|
unicode-display_width (2.4.2)
|
78
78
|
unparser (0.6.7)
|
79
79
|
diff-lcs (~> 1.3)
|
@@ -82,7 +82,7 @@ GEM
|
|
82
82
|
yard-sorbet (0.8.1)
|
83
83
|
sorbet-runtime (>= 0.5)
|
84
84
|
yard (>= 0.9)
|
85
|
-
zeitwerk (2.6.
|
85
|
+
zeitwerk (2.6.8)
|
86
86
|
|
87
87
|
PLATFORMS
|
88
88
|
arm64-darwin-22
|