Skip to content

Commit 1db8cd2

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.50.1
1 parent f18279e commit 1db8cd2

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
@@ -86,4 +86,12 @@ Based on:
8686
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
8787
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy
8888
### Releases
89-
- [Ruby Gems v1.5.2] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.5.2 - .
89+
- [Ruby Gems v1.5.2] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.5.2 - .
90+
91+
## 2023-06-23 00:02:53
92+
### Changes
93+
Based on:
94+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
95+
- Speakeasy CLI 1.50.1 (2.43.2) https://github.com/speakeasy-api/speakeasy
96+
### Releases
97+
- [Ruby Gems v1.6.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.6.0 - .

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: 2bba3b8f9d211b02569b3f9aff0d34b4
44
docVersion: 0.3.0
5-
speakeasyVersion: 1.49.1
6-
generationVersion: 2.41.5
5+
speakeasyVersion: 1.50.1
6+
generationVersion: 2.43.2
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
ruby:
11-
version: 1.5.2
11+
version: 1.6.0
1212
author: Speakeasy
1313
description: Ruby Client SDK Generated by Speakeasy
1414
maxMethodParams: 0

lib/sdk/sdk.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def initialize(security: nil,
5252
@security = nil
5353
@server_url = SERVERS[SERVER_PROD]
5454
@language = 'ruby'
55-
@sdk_version = '1.5.2'
56-
@gen_version = '2.41.5'
55+
@sdk_version = '1.6.0'
56+
@gen_version = '2.43.2'
5757
@openapi_doc_version = '0.3.0'
5858
init_sdks
5959
end

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

0 commit comments

Comments
 (0)