Skip to content

Commit c98006a

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.92.3
1 parent 033fc51 commit c98006a

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,14 @@ Based on:
378378
### Generated
379379
- [ruby v1.26.0] .
380380
### Releases
381-
- [Ruby Gems v1.26.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.26.0 - .
381+
- [Ruby Gems v1.26.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.26.0 - .
382+
383+
## 2023-10-02 00:02:42
384+
### Changes
385+
Based on:
386+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
387+
- Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
388+
### Generated
389+
- [ruby v1.26.1] .
390+
### Releases
391+
- [Ruby Gems v1.26.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.26.1 - .

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c
44
docVersion: 0.3.0
5-
speakeasyVersion: 1.92.2
6-
generationVersion: 2.142.2
5+
speakeasyVersion: 1.92.3
6+
generationVersion: 2.143.2
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
features:
1111
ruby:
12-
core: 2.88.0
12+
core: 2.88.1
1313
examples: 2.81.2
1414
globalSecurity: 2.81.1
1515
globalServerURLs: 2.82.0
1616
inputOutputModels: 2.81.1
1717
serverIDs: 2.81.1
1818
ruby:
19-
version: 1.26.0
19+
version: 1.26.1
2020
author: Speakeasy
2121
description: Ruby Client SDK Generated by Speakeasy
2222
maxMethodParams: 0

lib/sdk/sdkconfiguration.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def initialize(client, security, server_url, server_idx, server_defaults, global
3939
@server = server_url.nil? ? '' : server_url
4040
@language = 'ruby'
4141
@openapi_doc_version = '0.3.0'
42-
@sdk_version = '1.26.0'
43-
@gen_version = '2.142.2'
44-
@user_agent = 'speakeasy-sdk/ruby 1.26.0 2.142.2 0.3.0 speakeasy_client_sdk_ruby'
42+
@sdk_version = '1.26.1'
43+
@gen_version = '2.143.2'
44+
@user_agent = 'speakeasy-sdk/ruby 1.26.1 2.143.2 0.3.0 speakeasy_client_sdk_ruby'
4545
end
4646

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

speakeasy_client_sdk_ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'speakeasy_client_sdk_ruby'
7-
s.version = '1.26.0'
7+
s.version = '1.26.1'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
 (0)