sorbet_typed-props 1.0.1 → 1.0.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/.cz.yaml +2 -1
- data/CHANGELOG.md +10 -0
- data/lib/sorbet_typed/props/version.rb +1 -1
- data/lib/tapioca/dsl/compilers/sorbet_typed_props_constructor.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: 849142d0c5fae335e9750a5e5d4c51d73ef33f2c747d841c1a1bfda0c92b3b54
|
|
4
|
+
data.tar.gz: e5d51ba98c8b0208cdd7b8590768c6b77ffd6ca2975fa6c6c9b9721a9fed7155
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8096b697c3a0dfd1c20be260e114cb3eb5d651993ed0c3da70e300bf6e723f0398d50b2b0ba6a8b8eca3f461f98d960f9519d0721aada8704bb4a7e5d13fa5ec
|
|
7
|
+
data.tar.gz: 713b5c594f00ebd0cc13c3223d8901242c6899d4ab3a11f0bd1e125d17764394346b13b2b65b4db440e9c2d3a2f5bbc02adc9edb97efd79c3a8adff0ca7998d2
|
data/.cz.yaml
CHANGED
|
@@ -10,11 +10,12 @@ commitizen:
|
|
|
10
10
|
name: cz_conventional_commits
|
|
11
11
|
pre_bump_hooks:
|
|
12
12
|
- mise x -- bundle install
|
|
13
|
+
- mise x -- bun install
|
|
13
14
|
- mise run update
|
|
14
15
|
- mise run format
|
|
15
16
|
tag_format: v$version
|
|
16
17
|
update_changelog_on_bump: true
|
|
17
|
-
version: 1.0.
|
|
18
|
+
version: 1.0.2
|
|
18
19
|
version_files:
|
|
19
20
|
- lib/sorbet_typed/props/version.rb
|
|
20
21
|
version_scheme: semver2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## v1.0.2 (2025-11-16)
|
|
2
|
+
|
|
3
|
+
### Fix
|
|
4
|
+
|
|
5
|
+
- **deps**: update sorbet to v0.6.12768
|
|
6
|
+
- **deps**: update sorbet to v0.6.12753
|
|
7
|
+
- **deps**: update dependency markdownlint-cli2 to v0.19.0
|
|
8
|
+
- **deps**: update sorbet to v0.6.12751
|
|
9
|
+
- **deps**: update dependency cspell to v9.3.1
|
|
10
|
+
|
|
1
11
|
## v1.0.1 (2025-11-10)
|
|
2
12
|
|
|
3
13
|
### Fix
|
|
@@ -13,7 +13,7 @@ module Tapioca
|
|
|
13
13
|
|
|
14
14
|
ConstantType = type_member { { fixed: T.class_of(SorbetTyped::Props) } }
|
|
15
15
|
|
|
16
|
-
sig { override.returns(T::Enumerable[Module]) }
|
|
16
|
+
sig { override.returns(T::Enumerable[T::Module[T.anything]]) }
|
|
17
17
|
def self.gather_constants
|
|
18
18
|
# Collect all the classes that include SorbetTyped::Props
|
|
19
19
|
all_classes.select { |klass| klass < SorbetTyped::Props }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sorbet_typed-props
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Kramer
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: 0.6.0
|
|
19
19
|
- - "<="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.6.
|
|
21
|
+
version: 0.6.12768
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: 0.6.0
|
|
29
29
|
- - "<="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 0.6.
|
|
31
|
+
version: 0.6.12768
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: tapioca
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|