Skip to content

Commit faa3b04

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.45.2
1 parent 843c9aa commit faa3b04

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ if ! res.apis.nil?
4747
end
4848

4949
```
50-
5150
<!-- End SDK Example Usage -->
5251

5352
<!-- Start SDK Available Operations -->

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ Based on:
1414
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1515
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
1616
### Releases
17-
- [Ruby Gems v1.1.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.1.0 - .
17+
- [Ruby Gems v1.1.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.1.0 - .
18+
19+
## 2023-06-09 00:02:38
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
23+
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
24+
### Releases
25+
- [Ruby Gems v1.1.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.1.1 - .

USAGE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ if ! res.apis.nil?
3838
end
3939

4040
```
41-
4241
<!-- End SDK Example Usage -->

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.45.0
6-
generationVersion: 2.37.0
5+
speakeasyVersion: 1.45.2
6+
generationVersion: 2.37.2
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
ruby:
11-
version: 1.1.0
11+
version: 1.1.1
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.1.0'
56-
@gen_version = '2.37.0'
55+
@sdk_version = '1.1.1'
56+
@gen_version = '2.37.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.1.0'
7+
s.version = '1.1.1'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
 (0)