Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 10, 2023
1 parent 40173cd commit 18ce104
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.46.1 (2.38.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Ruby Gems v1.2.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.2.0 - .
- [Ruby Gems v1.2.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.2.0 - .

## 2023-06-10 00:02:41
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Ruby Gems v1.3.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.3.0 - .
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ configVersion: 1.0.0
management:
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
docVersion: 0.3.0
speakeasyVersion: 1.46.1
generationVersion: 2.38.1
speakeasyVersion: 1.47.0
generationVersion: 2.39.0
generation:
sdkClassName: SDK
singleTagPerOp: false
ruby:
version: 1.2.0
version: 1.3.0
author: Speakeasy
description: Ruby Client SDK Generated by Speakeasy
maxMethodParams: 0
Expand Down
4 changes: 2 additions & 2 deletions lib/sdk/sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def initialize(security: nil,
@security = nil
@server_url = SERVERS[SERVER_PROD]
@language = 'ruby'
@sdk_version = '1.2.0'
@gen_version = '2.38.1'
@sdk_version = '1.3.0'
@gen_version = '2.39.0'
@openapi_doc_version = '0.3.0'
init_sdks
end
Expand Down
2 changes: 1 addition & 1 deletion speakeasy_client_sdk_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'speakeasy_client_sdk_ruby'
s.version = '1.2.0'
s.version = '1.3.0'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down

0 comments on commit 18ce104

Please sign in to comment.