Skip to content

Commit af5052e

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.72.0
1 parent c923c88 commit af5052e

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,14 @@ Based on:
238238
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
239239
- Speakeasy CLI 1.69.1 (2.82.0) https://github.com/speakeasy-api/speakeasy
240240
### Releases
241-
- [Ruby Gems v1.19.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.19.0 - .
241+
- [Ruby Gems v1.19.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.19.0 - .
242+
243+
## 2023-08-15 00:02:46
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
247+
- Speakeasy CLI 1.72.0 (2.84.1) https://github.com/speakeasy-api/speakeasy
248+
### Generated
249+
- [ruby v1.20.0] .
250+
### Releases
251+
- [Ruby Gems v1.20.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.20.0 - .

gen.yaml

Lines changed: 5 additions & 5 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.69.1
6-
generationVersion: 2.82.0
5+
speakeasyVersion: 1.72.0
6+
generationVersion: 2.84.1
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
features:
1111
ruby:
12-
core: 2.82.0
12+
core: 2.82.1
1313
examples: 2.81.1
1414
globalSecurity: 2.81.1
15-
globalServerURLs: 2.81.1
15+
globalServerURLs: 2.82.0
1616
inputOutputModels: 2.81.1
1717
serverIDs: 2.81.1
1818
ruby:
19-
version: 1.19.0
19+
version: 1.20.0
2020
author: Speakeasy
2121
description: Ruby Client SDK Generated by Speakeasy
2222
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.19.0'
42-
@gen_version = '2.82.0'
41+
@sdk_version = '1.20.0'
42+
@gen_version = '2.84.1'
4343
end
4444

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

lib/sdk/utils/utils.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def self._serialize_header(explode, obj)
7070
end
7171
end
7272

73-
return items.join(',') if !items.empty?
73+
items.join(',') if !items.empty?
7474
elsif obj.is_a? Hash
7575
items = []
7676
obj.each do |key, value|
@@ -83,8 +83,8 @@ def self._serialize_header(explode, obj)
8383
items.append(val_to_string(value))
8484
end
8585
end
86-
return items.join(',') if !items.empty?
8786

87+
items.join(',') if !items.empty?
8888
elsif obj.is_a? Array
8989
items = obj.filter { |v| !v.nil? }.map { |v| val_to_string(v) }.join(',')
9090
else
@@ -289,7 +289,7 @@ def self.generate_url(clazz, server_url, path, path_params, gbls)
289289
param = path_params.send(f.name) if !path_params.nil?
290290
param = _populate_from_globals(f.name, param, 'pathParam', gbls)
291291
end
292-
292+
293293
f_name = param_metadata.fetch(:field_name, f.name)
294294
serialization = param_metadata.fetch(:serialization, '')
295295
if serialization != ''

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

0 commit comments

Comments
 (0)