Skip to content

Commit ec4849b

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.51.1
1 parent 8a74682 commit ec4849b

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,12 @@ Based on:
102102
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
103103
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
104104
### Releases
105-
- [Ruby Gems v1.7.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.7.0 - .
105+
- [Ruby Gems v1.7.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.7.0 - .
106+
107+
## 2023-06-28 00:02:41
108+
### Changes
109+
Based on:
110+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
111+
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
112+
### Releases
113+
- [Ruby Gems v1.7.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.7.1 - .

docs/sdks/sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
66

77
The Speakeasy Platform Documentation
8-
<https://docs.speakeasyapi.dev>
8+
<https://speakeasyapi.dev/docs/>
99
### Available Operations
1010

1111
* [validate_api_key](#validate_api_key) - Validate the current api key.

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
3+
docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c
44
docVersion: 0.3.0
55
speakeasyVersion: 1.51.1
66
generationVersion: 2.50.2
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
ruby:
11-
version: 1.7.0
11+
version: 1.7.1
1212
author: Speakeasy
1313
description: Ruby Client SDK Generated by Speakeasy
1414
maxMethodParams: 0

lib/sdk/sdk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def initialize(security: nil,
5252
@security = nil
5353
@server_url = SERVERS[SERVER_PROD]
5454
@language = 'ruby'
55-
@sdk_version = '1.7.0'
55+
@sdk_version = '1.7.1'
5656
@gen_version = '2.50.2'
5757
@openapi_doc_version = '0.3.0'
5858
init_sdks

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

0 commit comments

Comments
 (0)