diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index ee478d4..7b5a864 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 5a2dd83e-da98-455b-8ef9-0100a914efdf management: - docChecksum: 8620b0f24a0133906ad7b91d73cc1651 + docChecksum: a31838ebdf42ec2dd03d62aa6a2b788e docVersion: 0.0.1 - speakeasyVersion: 1.410.0 - generationVersion: 2.434.1 - releaseVersion: 0.2.2-alpha.23 - configChecksum: 2cf3ccea78890224e60eec4e39a36212 + speakeasyVersion: 1.418.1 + generationVersion: 2.438.3 + releaseVersion: 0.2.2-alpha.24 + configChecksum: 7edd5e95423a27f8a574bd8e5f546eaa repoURL: https://github.com/dubinc/dub-ruby.git installationURL: https://github.com/dubinc/dub-ruby published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 5d5e585..22cd315 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true ruby: - version: 0.2.2-alpha.23 + version: 0.2.2-alpha.24 author: Dub description: Ruby Client SDK Generated by Speakeasy imports: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 5812810..db048b7 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,9 +1,9 @@ -speakeasyVersion: 1.410.0 +speakeasyVersion: 1.418.1 sources: dub: sourceNamespace: dub - sourceRevisionDigest: sha256:1b9fe9275705eeeadd608698c2424e9ba496f4459ce181cb9063f865051c63e7 - sourceBlobDigest: sha256:6ab987aa5f0b092a76d9de3a547488b2597f3a269ae69b8335ccd89bbad386b3 + sourceRevisionDigest: sha256:a8ca41016ba55ba15f36516d2d807697f10b4396f8b93df64024ef5d32338a71 + sourceBlobDigest: sha256:25164701413600365e4c5f283c6f61899713895f90692249eb6eef6b4b2a42af tags: - latest - main @@ -11,10 +11,10 @@ targets: my-first-target: source: dub sourceNamespace: dub - sourceRevisionDigest: sha256:1b9fe9275705eeeadd608698c2424e9ba496f4459ce181cb9063f865051c63e7 - sourceBlobDigest: sha256:6ab987aa5f0b092a76d9de3a547488b2597f3a269ae69b8335ccd89bbad386b3 + sourceRevisionDigest: sha256:a8ca41016ba55ba15f36516d2d807697f10b4396f8b93df64024ef5d32338a71 + sourceBlobDigest: sha256:25164701413600365e4c5f283c6f61899713895f90692249eb6eef6b4b2a42af codeSamplesNamespace: code-samples-ruby-my-first-target - codeSamplesRevisionDigest: sha256:e4016f158647228e2947bd36eba7a4f037339369230b1a264f12ca375b42b06c + codeSamplesRevisionDigest: sha256:211d4edc79aa9fa6242538daacbf5139f57ce0841267b6f351c0424591e0cbdd workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/Gemfile.lock b/Gemfile.lock index d222a1e..3050718 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dub (0.2.2.pre.alpha.23) + dub (0.2.2.pre.alpha.24) faraday faraday-multipart rack diff --git a/RELEASES.md b/RELEASES.md index 3726819..735e892 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -378,4 +378,14 @@ Based on: ### Generated - [ruby v0.2.2-alpha.23] . ### Releases -- [Ruby Gems v0.2.2-alpha.23] https://rubygems.org/gems/dub/versions/0.2.2-alpha.23 - . \ No newline at end of file +- [Ruby Gems v0.2.2-alpha.23] https://rubygems.org/gems/dub/versions/0.2.2-alpha.23 - . + +## 2024-10-13 00:28:16 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.418.1 (2.438.3) https://github.com/speakeasy-api/speakeasy +### Generated +- [ruby v0.2.2-alpha.24] . +### Releases +- [Ruby Gems v0.2.2-alpha.24] https://rubygems.org/gems/dub/versions/0.2.2-alpha.24 - . \ No newline at end of file diff --git a/dub.gemspec b/dub.gemspec index 87a1b6c..98c21a0 100644 --- a/dub.gemspec +++ b/dub.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__) Gem::Specification.new do |s| s.name = 'dub' - s.version = '0.2.2-alpha.23' + s.version = '0.2.2-alpha.24' s.platform = Gem::Platform::RUBY s.licenses = ['Apache-2.0'] s.summary = '' diff --git a/lib/open_api_sdk/sdkconfiguration.rb b/lib/open_api_sdk/sdkconfiguration.rb index ee69b30..c4d45d6 100644 --- a/lib/open_api_sdk/sdkconfiguration.rb +++ b/lib/open_api_sdk/sdkconfiguration.rb @@ -38,9 +38,9 @@ def initialize(client, security, server_url, server_idx) @security = security @language = 'ruby' @openapi_doc_version = '0.0.1' - @sdk_version = '0.2.2-alpha.23' - @gen_version = '2.434.1' - @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.23 2.434.1 0.0.1 dub' + @sdk_version = '0.2.2-alpha.24' + @gen_version = '2.438.3' + @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.24 2.438.3 0.0.1 dub' end sig { returns([String, T::Hash[Symbol, String]]) }