Skip to content

Commit

Permalink
Merge pull request #43 from dubinc/speakeasy-sdk-regen-1728779301
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.2.2-alpha.24
  • Loading branch information
devkiran authored Oct 13, 2024
2 parents 8e774ca + 2a5acf3 commit 3b426f6
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 18 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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
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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
2 changes: 1 addition & 1 deletion dub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
6 changes: 3 additions & 3 deletions lib/open_api_sdk/sdkconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]]) }
Expand Down

0 comments on commit 3b426f6

Please sign in to comment.