Skip to content

Commit 92d161d

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.66.1
1 parent 821fc97 commit 92d161d

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,12 @@ Based on:
206206
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
207207
- Speakeasy CLI 1.65.2 (2.75.1) https://github.com/speakeasy-api/speakeasy
208208
### Releases
209-
- [Ruby Gems v1.16.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.16.0 - .
209+
- [Ruby Gems v1.16.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.16.0 - .
210+
211+
## 2023-08-01 00:02:44
212+
### Changes
213+
Based on:
214+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
215+
- Speakeasy CLI 1.66.1 (2.75.2) https://github.com/speakeasy-api/speakeasy
216+
### Releases
217+
- [Ruby Gems v1.16.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.16.1 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c
44
docVersion: 0.3.0
5-
speakeasyVersion: 1.65.2
6-
generationVersion: 2.75.1
5+
speakeasyVersion: 1.66.1
6+
generationVersion: 2.75.2
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
ruby:
11-
version: 1.16.0
11+
version: 1.16.1
1212
author: Speakeasy
1313
description: Ruby Client SDK Generated by Speakeasy
1414
maxMethodParams: 0

lib/sdk/sdkconfiguration.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def initialize(client, security, server_url, server_idx, server_defaults, global
3838
@server = server_url.nil? ? '' : server_url
3939
@language = 'ruby'
4040
@openapi_doc_version = '0.3.0'
41-
@sdk_version = '1.16.0'
42-
@gen_version = '2.75.1'
41+
@sdk_version = '1.16.1'
42+
@gen_version = '2.75.2'
4343
end
4444

4545
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.16.0'
7+
s.version = '1.16.1'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
 (0)