sorbet_typed-short_circuit 1.0.23 → 1.0.25

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: 95dacd948607d43896b52b046020d8179a348b2ab384578f7cf053927657967a
4
- data.tar.gz: 49856a99c7bd895beee9352706d1324afa2fea93d321f0679abd9de7c0df38e8
3
+ metadata.gz: c2e04887d4e50556c0eb28a419a4ac27eaa7b2f817c2f2c7a37a4c537697819d
4
+ data.tar.gz: da37c06663c1c2bd9d62b63b49cfbf9908867e46ec8794e0fb95e0efceb45c59
5
5
  SHA512:
6
- metadata.gz: 86fcf7ed89050a20e2182734bd537d0c93759592038c663ffe5e034d355a9d8cdca10bcf23b509261c6089862b634d02dd8de695662311c8aec188feb74fed9b
7
- data.tar.gz: f88615a490722d9bbf19d3d81334d6540acbe39f15638e8f255a5b889b538c7af48efc82435e02560effef33daacb286ce67716c0b7e7f0e8da4ad18b2c0513b
6
+ metadata.gz: '059a62b9d2591014fdf98a2f31f00aa689aba7ef0e7a5711cb189efc178d6088dae6d1af48b5fd198fe2840da22ebf8fd1a3c7bf1233e04bf22847d3078e5fed'
7
+ data.tar.gz: e03f73f0f7b01acf69fd098d8d72b17d6902615cfda11ecfb1e65406a6e7c39714a965e0a842f1f29a5db25511abf75a8920d66af21ec07752c0176bf73e0ca7
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.0.23
18
+ version: 1.0.25
19
19
  version_files:
20
20
  - lib/sorbet_typed/short_circuit/version.rb
21
21
  version_scheme: semver2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## v1.0.25 (2026-01-06)
2
+
3
+ ### Fix
4
+
5
+ - **deps**: update sorbet to v0.6.12873
6
+
7
+ ## v1.0.24 (2025-12-29)
8
+
9
+ ### Fix
10
+
11
+ - **deps**: update sorbet to v0.6.12872
12
+ - **gemspec-deps**: update dependency ruby to v4
13
+
1
14
  ## v1.0.23 (2025-12-25)
2
15
 
3
16
  ### Fix
@@ -6,7 +6,7 @@
6
6
  # -- Disabled, because this file gets required in gemspec, where zeitwerk is not active
7
7
  module SorbetTyped
8
8
  class ShortCircuit
9
- VERSION = '1.0.23'
9
+ VERSION = '1.0.25'
10
10
  end
11
11
  end
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet_typed-short_circuit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.23
4
+ version: 1.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Kramer
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '0.6'
19
19
  - - "<="
20
20
  - !ruby/object:Gem::Version
21
- version: 0.6.12869
21
+ version: 0.6.12873
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'
29
29
  - - "<="
30
30
  - !ruby/object:Gem::Version
31
- version: 0.6.12869
31
+ version: 0.6.12873
32
32
  description: ''
33
33
  email:
34
34
  - mail@richardkramer.de
@@ -69,14 +69,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  version: '3.2'
70
70
  - - "<="
71
71
  - !ruby/object:Gem::Version
72
- version: 3.4.8
72
+ version: 4.0.0
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.9
79
+ rubygems_version: 4.0.3
80
80
  specification_version: 4
81
81
  summary: Provides sorbet typed short-circuit monad.
82
82
  test_files: []