sorbet_typed-props 1.2.6 → 1.2.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96e9aa97b50eddb8265d8d275c7db74a7f204a53ca4c6f4dfa88b5f98c9627be
4
- data.tar.gz: 73273471db3af51f00664c4e5b030c5133faa09a7490d472f96416a64fd1e57a
3
+ metadata.gz: cd2b8e6a232d723e9e613c4517f348d1b5516a54060b2a0b65cea8a4b9744361
4
+ data.tar.gz: bb0d94857fb33785d9dbfec2ef7a752f31dfb0c655fd60d2f3faf79c9bf65b96
5
5
  SHA512:
6
- metadata.gz: 477c56cbb1b91a89698c25fb0cea79c9b84fac64f65f8b6b009d481274cc182f099d96de3057ad63c900f855f0b22ab3ecb5e261cb07380fab04a4edd7491537
7
- data.tar.gz: bf5ac7f14714d3a1dc2ef874381d37693bc31e9b590e441f3d5c12f613267b3ae95acfb06e18910476c8f603a27432909a23c16dc877f48b207a42a48abc593f
6
+ metadata.gz: 7df99f6c26e6cab65822d647872626892d22063ac5565f5160b879e686a49ab0d0856678782af936480c57152452347cca92e5e322196ac2441ac2d9f87bf6f6
7
+ data.tar.gz: d43969d7bbfc98ff9ceae852bcb28bbef813a466daba6e65061b79cbb8dc7aa8d12204dbceea908ddd40bd5273793a7ea620c74bbf3f70a4e4098a976fb5c90c
data/.cz.yaml CHANGED
@@ -15,7 +15,7 @@ commitizen:
15
15
  - mise run format
16
16
  tag_format: v$version
17
17
  update_changelog_on_bump: true
18
- version: 1.2.6
18
+ version: 1.2.8
19
19
  version_files:
20
20
  - lib/sorbet_typed/props/version.rb
21
21
  version_scheme: semver2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## v1.2.8 (2025-12-10)
2
+
3
+ ### Fix
4
+
5
+ - **gemspec-deps**: update dependency tapioca to v0.17.10
6
+
7
+ ## v1.2.7 (2025-12-10)
8
+
9
+ ### Fix
10
+
11
+ - **deps**: update sorbet to v0.6.12829
12
+
1
13
  ## v1.2.6 (2025-12-07)
2
14
 
3
15
  ### Fix
@@ -5,7 +5,7 @@
5
5
 
6
6
  module SorbetTyped
7
7
  module Props
8
- VERSION = '1.2.6'
8
+ VERSION = '1.2.8'
9
9
  end
10
10
  end
11
11
 
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.2.6
4
+ version: 1.2.8
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.12825
21
+ version: 0.6.12829
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.12825
31
+ version: 0.6.12829
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: tapioca
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: 0.17.0
39
39
  - - "<="
40
40
  - !ruby/object:Gem::Version
41
- version: 0.17.9
41
+ version: 0.17.10
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -48,7 +48,7 @@ dependencies:
48
48
  version: 0.17.0
49
49
  - - "<="
50
50
  - !ruby/object:Gem::Version
51
- version: 0.17.9
51
+ version: 0.17.10
52
52
  description: A small wrapper around sorbets T::Props and T::Props::Constructor. Also
53
53
  provides an accompanying tapioca compiler to allow using the prop-syntax in any
54
54
  class and getting the correct signature for an initializer.
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.6.9
96
+ rubygems_version: 4.0.0
97
97
  specification_version: 4
98
98
  summary: Provides sorbet typed prop-DSL with correct initializer.
99
99
  test_files: []