Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.121.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 18, 2023
1 parent eda1309 commit b687356
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,14 @@ Based on:
### Generated
- [ruby v0.4.1] .
### Releases
- [Ruby Gems v0.4.1] https://rubygems.org/gems/ding_sdk/versions/0.4.1 - .
- [Ruby Gems v0.4.1] https://rubygems.org/gems/ding_sdk/versions/0.4.1 - .

## 2023-11-18 00:14:34
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.4.2] .
### Releases
- [Ruby Gems v0.4.2] https://rubygems.org/gems/ding_sdk/versions/0.4.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.4.1'
s.version = '0.4.2'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
docVersion: 1.0.0
speakeasyVersion: 1.120.3
generationVersion: 2.192.1
speakeasyVersion: 1.121.1
generationVersion: 2.194.1
generation:
comments: {}
sdkClassName: Ding
Expand All @@ -16,10 +16,10 @@ features:
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
globalServerURLs: 2.82.1
serverIDs: 2.81.1
ruby:
version: 0.4.1
version: 0.4.2
author: Ding
description: Ding Ruby SDK
imports:
Expand Down
6 changes: 3 additions & 3 deletions lib/ding/sdkconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def initialize(client, security, server_url, server_idx, server_defaults, global
@server = server_url.nil? ? '' : server_url
@language = 'ruby'
@openapi_doc_version = '1.0.0'
@sdk_version = '0.4.1'
@gen_version = '2.192.1'
@user_agent = 'speakeasy-sdk/ruby 0.4.1 2.192.1 1.0.0 ding_sdk'
@sdk_version = '0.4.2'
@gen_version = '2.194.1'
@user_agent = 'speakeasy-sdk/ruby 0.4.2 2.194.1 1.0.0 ding_sdk'
end

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

0 comments on commit b687356

Please sign in to comment.