Skip to content

Commit 6760cc8

Browse files
authored
Merge pull request #127 from dubinc/speakeasy-sdk-regen-1752524810
chore: 🐝 Update SDK - Generate 0.2.2-alpha.133
2 parents 3d8603f + 5c919ec commit 6760cc8

File tree

7 files changed

+45
-35
lines changed

7 files changed

+45
-35
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
ruby:
20-
version: 0.2.2-alpha.131
20+
version: 0.2.2-alpha.133
2121
additionalDependencies:
2222
development: {}
2323
runtime: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.526.0
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:fe11ba45a54452fb7549455054a2a586fcccfded4e65172f6f1a40eb06f5cc52
5+
sourceRevisionDigest: sha256:03388d0ff6fbdb479d342fc65245968bddf2feb1e5a511450a5b0923b947caf8
66
sourceBlobDigest: sha256:e1ff17fb00ae029bf9d914ce735b80c02580e6238ccc3497f7f841c8395db95f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752180427
9+
- speakeasy-sdk-regen-1752524810
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:fe11ba45a54452fb7549455054a2a586fcccfded4e65172f6f1a40eb06f5cc52
15+
sourceRevisionDigest: sha256:03388d0ff6fbdb479d342fc65245968bddf2feb1e5a511450a5b0923b947caf8
1616
sourceBlobDigest: sha256:e1ff17fb00ae029bf9d914ce735b80c02580e6238ccc3497f7f841c8395db95f
1717
codeSamplesNamespace: code-samples-ruby-my-first-target
18-
codeSamplesRevisionDigest: sha256:7fa5d128aa6e915d73ad7d09243e783c48f7487163970b0173e7039fa5f5801e
18+
codeSamplesRevisionDigest: sha256:213b4dea40520eeaccbc605772d7eea20f15eeba4787fd252bea88f67c917753
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽGemfile.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dub (0.2.2.pre.alpha.131)
4+
dub (0.2.2.pre.alpha.133)
55
faraday
66
faraday-multipart
77
faraday-retry (~> 2.2.1)

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,4 +1218,14 @@ Based on:
12181218
### Generated
12191219
- [ruby v0.2.2-alpha.131] .
12201220
### Releases
1221-
- [Ruby Gems v0.2.2-alpha.131] https://rubygems.org/gems/dub/versions/0.2.2-alpha.131 - .
1221+
- [Ruby Gems v0.2.2-alpha.131] https://rubygems.org/gems/dub/versions/0.2.2-alpha.131 - .
1222+
1223+
## 2025-07-14 20:26:35
1224+
### Changes
1225+
Based on:
1226+
- OpenAPI Doc
1227+
- Speakeasy CLI 1.526.0 (2.563.0) https://github.com/speakeasy-api/speakeasy
1228+
### Generated
1229+
- [ruby v0.2.2-alpha.133] .
1230+
### Releases
1231+
- [Ruby Gems v0.2.2-alpha.133] https://rubygems.org/gems/dub/versions/0.2.2-alpha.133 - .

β€Ždub.gemspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'dub'
7-
s.version = '0.2.2-alpha.131'
7+
s.version = '0.2.2-alpha.133'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

β€Žlib/open_api_sdk/sdkconfiguration.rbβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def initialize(client, hooks, retry_config, timeout_ms, security, security_sourc
6161
end
6262
@language = 'ruby'
6363
@openapi_doc_version = '0.0.1'
64-
@sdk_version = '0.2.2-alpha.131'
64+
@sdk_version = '0.2.2-alpha.133'
6565
@gen_version = '2.563.0'
66-
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.131 2.563.0 0.0.1 dub'
66+
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.133 2.563.0 0.0.1 dub'
6767
end
6868

6969
sig { returns([String, T::Hash[Symbol, String]]) }

0 commit comments

Comments
Β (0)