Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 21, 2024
1 parent c716425 commit bfa9541
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: a5967f02-15bd-4a6c-b816-cdec24288371
management:
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
docVersion: 1.0.0
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 0.9.14
configChecksum: 20ae75dec930607cd6e2d15693a10201
speakeasyVersion: 1.441.1
generationVersion: 2.461.2
releaseVersion: 0.9.15
configChecksum: 3e68619539af93890712c1a5e1c21afb
repoURL: https://github.com/ding-live/ding-ruby.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-ruby
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.441.0
speakeasyVersion: 1.441.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:6bbe73cad0c311f66968da5fac2fc2e9bdcfd70be1c92495723530e11d0567ab
sourceRevisionDigest: sha256:b45b41a2d001574ebe3bb2a38cad43681d139fc0904064a1d1ce1501aec903f5
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
tags:
- latest
- speakeasy-sdk-regen-1732061975
- speakeasy-sdk-regen-1732148389
targets:
ding_sdk:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:6bbe73cad0c311f66968da5fac2fc2e9bdcfd70be1c92495723530e11d0567ab
sourceRevisionDigest: sha256:b45b41a2d001574ebe3bb2a38cad43681d139fc0904064a1d1ce1501aec903f5
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:f4e8a041707496532ab950895191a615cb5ffb97d93fd4fefad2f01ad0e675a2
codeSamplesRevisionDigest: sha256:3440d7cfcb3f362b9005ebf4e3410fc90d543ce95bf2f4e006ce7293d837ef41
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.14)
ding_sdk (0.9.15)
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 @@ -654,4 +654,14 @@ Based on:
### Generated
- [ruby v0.9.14] .
### Releases
- [Ruby Gems v0.9.14] https://rubygems.org/gems/ding_sdk/versions/0.9.14 - .
- [Ruby Gems v0.9.14] https://rubygems.org/gems/ding_sdk/versions/0.9.14 - .

## 2024-11-21 00:19:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.1 (2.461.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.9.15] .
### Releases
- [Ruby Gems v0.9.15] https://rubygems.org/gems/ding_sdk/versions/0.9.15 - .
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.14'
s.version = '0.9.15'
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.14
version: 0.9.15
author: Ding
description: Ding Ruby SDK
imports:
Expand Down
6 changes: 3 additions & 3 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.14'
@gen_version = '2.460.1'
@user_agent = 'speakeasy-sdk/ruby 0.9.14 2.460.1 1.0.0 ding_sdk'
@sdk_version = '0.9.15'
@gen_version = '2.461.2'
@user_agent = 'speakeasy-sdk/ruby 0.9.15 2.461.2 1.0.0 ding_sdk'
end

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

0 comments on commit bfa9541

Please sign in to comment.