Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.410.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 6, 2024
1 parent 829bfd5 commit d2da86e
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: 5c400b20334e45bb5625715215fcbff4
docChecksum: 8620b0f24a0133906ad7b91d73cc1651
docVersion: 0.0.1
speakeasyVersion: 1.409.0
generationVersion: 2.429.0
releaseVersion: 0.2.2-alpha.22
configChecksum: c3d6fd0cf1ca281e9a7051cc245f6ee3
speakeasyVersion: 1.410.0
generationVersion: 2.434.1
releaseVersion: 0.2.2-alpha.23
configChecksum: 2cf3ccea78890224e60eec4e39a36212
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.22
version: 0.2.2-alpha.23
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.409.0
speakeasyVersion: 1.410.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:81c375a0dc66f52bb3c01b940c780d26a509a670949c7b07d38b87f52d1654ed
sourceBlobDigest: sha256:d6fef5d2315d51d2ef4e69445186824cb997ff35f71ac1b37244fb3e4d6d139b
sourceRevisionDigest: sha256:1b9fe9275705eeeadd608698c2424e9ba496f4459ce181cb9063f865051c63e7
sourceBlobDigest: sha256:6ab987aa5f0b092a76d9de3a547488b2597f3a269ae69b8335ccd89bbad386b3
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:81c375a0dc66f52bb3c01b940c780d26a509a670949c7b07d38b87f52d1654ed
sourceBlobDigest: sha256:d6fef5d2315d51d2ef4e69445186824cb997ff35f71ac1b37244fb3e4d6d139b
sourceRevisionDigest: sha256:1b9fe9275705eeeadd608698c2424e9ba496f4459ce181cb9063f865051c63e7
sourceBlobDigest: sha256:6ab987aa5f0b092a76d9de3a547488b2597f3a269ae69b8335ccd89bbad386b3
codeSamplesNamespace: code-samples-ruby-my-first-target
codeSamplesRevisionDigest: sha256:59372fbc90ffd46f4cc4b96e1ba5dbecae3d11e1b53b1555430e8bc937bf80f9
codeSamplesRevisionDigest: sha256:e4016f158647228e2947bd36eba7a4f037339369230b1a264f12ca375b42b06c
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.22)
dub (0.2.2.pre.alpha.23)
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 @@ -368,4 +368,14 @@ Based on:
### Generated
- [ruby v0.2.2-alpha.22] .
### Releases
- [Ruby Gems v0.2.2-alpha.22] https://rubygems.org/gems/dub/versions/0.2.2-alpha.22 - .
- [Ruby Gems v0.2.2-alpha.22] https://rubygems.org/gems/dub/versions/0.2.2-alpha.22 - .

## 2024-10-06 21:55:19
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.410.0 (2.434.1) https://github.com/speakeasy-api/speakeasy
### 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 - .
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.22'
s.version = '0.2.2-alpha.23'
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.22'
@gen_version = '2.429.0'
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.22 2.429.0 0.0.1 dub'
@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'
end

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

0 comments on commit d2da86e

Please sign in to comment.