Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.448.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 29, 2024
1 parent a2c8221 commit 64405b1
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.448.2
generationVersion: 2.467.4
releaseVersion: 0.10.1
configChecksum: 4ca21bac6cf6a452fe94ff6e483c5b2d
releaseVersion: 0.10.2
configChecksum: 56080df1ea282c0db54a6e5c66e38e27
repoURL: https://github.com/ding-live/ding-ruby.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-ruby
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.448.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:7537297bef6f4b3a102a7ffb6961666f98bc20e76fb7feb9d75f2f9bf4cdadcd
sourceRevisionDigest: sha256:756833e9e39ab920b799324ce3bbfdd03208342aeb201b21653bae37f3f98ec9
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1732753215
- speakeasy-sdk-regen-1732839609
- 1.0.0
targets:
ding_sdk:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:7537297bef6f4b3a102a7ffb6961666f98bc20e76fb7feb9d75f2f9bf4cdadcd
sourceRevisionDigest: sha256:756833e9e39ab920b799324ce3bbfdd03208342aeb201b21653bae37f3f98ec9
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-ruby-code-samples
codeSamplesRevisionDigest: sha256:1ed5dbe417603e345f5c358f0fd54d09e9371b930cbf4bcaace0b2b91055d554
codeSamplesRevisionDigest: sha256:4078916bbf8059b28221ceb2953c26e9b66bf2decdbecf2249fac4708efee0a1
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:
ding_sdk (0.10.1)
ding_sdk (0.10.2)
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 @@ -734,4 +734,14 @@ Based on:
### Generated
- [ruby v0.10.1] .
### Releases
- [Ruby Gems v0.10.1] https://rubygems.org/gems/ding_sdk/versions/0.10.1 - .
- [Ruby Gems v0.10.1] https://rubygems.org/gems/ding_sdk/versions/0.10.1 - .

## 2024-11-29 00:20:06
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.10.2] .
### Releases
- [Ruby Gems v0.10.2] https://rubygems.org/gems/ding_sdk/versions/0.10.2 - .
2 changes: 1 addition & 1 deletion ding_sdk.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 = 'ding_sdk'
s.version = '0.10.1'
s.version = '0.10.2'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
ruby:
version: 0.10.1
version: 0.10.2
author: Ding
description: Ding Ruby SDK
imports:
Expand Down
4 changes: 2 additions & 2 deletions lib/ding_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 = '1.0.0'
@sdk_version = '0.10.1'
@sdk_version = '0.10.2'
@gen_version = '2.467.4'
@user_agent = 'speakeasy-sdk/ruby 0.10.1 2.467.4 1.0.0 ding_sdk'
@user_agent = 'speakeasy-sdk/ruby 0.10.2 2.467.4 1.0.0 ding_sdk'
end

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

0 comments on commit 64405b1

Please sign in to comment.