Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 20, 2024
1 parent 9276f6d commit c716425
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.441.0
generationVersion: 2.460.1
releaseVersion: 0.9.13
configChecksum: 3ccca5ee72c0ec923fcd4200c1911e36
releaseVersion: 0.9.14
configChecksum: 20ae75dec930607cd6e2d15693a10201
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,19 +2,19 @@ speakeasyVersion: 1.441.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:11252879523bbbba807749cac075cc2600ee36ee7760992b0fb7b5f2d1ab9509
sourceRevisionDigest: sha256:6bbe73cad0c311f66968da5fac2fc2e9bdcfd70be1c92495723530e11d0567ab
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
tags:
- latest
- speakeasy-sdk-regen-1731975586
- speakeasy-sdk-regen-1732061975
targets:
ding_sdk:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:11252879523bbbba807749cac075cc2600ee36ee7760992b0fb7b5f2d1ab9509
sourceRevisionDigest: sha256:6bbe73cad0c311f66968da5fac2fc2e9bdcfd70be1c92495723530e11d0567ab
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:ee2cec58d4f25ab30ee4d789a37de78dc9ae723d18e48903ed4b132072df1c92
codeSamplesRevisionDigest: sha256:f4e8a041707496532ab950895191a615cb5ffb97d93fd4fefad2f01ad0e675a2
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.9.13)
ding_sdk (0.9.14)
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 @@ -644,4 +644,14 @@ Based on:
### Generated
- [ruby v0.9.13] .
### Releases
- [Ruby Gems v0.9.13] https://rubygems.org/gems/ding_sdk/versions/0.9.13 - .
- [Ruby Gems v0.9.13] https://rubygems.org/gems/ding_sdk/versions/0.9.13 - .

## 2024-11-20 00:19:33
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.9.14] .
### Releases
- [Ruby Gems v0.9.14] https://rubygems.org/gems/ding_sdk/versions/0.9.14 - .
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.9.13'
s.version = '0.9.14'
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.9.13
version: 0.9.14
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.9.13'
@sdk_version = '0.9.14'
@gen_version = '2.460.1'
@user_agent = 'speakeasy-sdk/ruby 0.9.13 2.460.1 1.0.0 ding_sdk'
@user_agent = 'speakeasy-sdk/ruby 0.9.14 2.460.1 1.0.0 ding_sdk'
end

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

0 comments on commit c716425

Please sign in to comment.