Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 28, 2023
1 parent 8a74682 commit ec4849b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,12 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Ruby Gems v1.7.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.7.0 - .
- [Ruby Gems v1.7.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.7.0 - .

## 2023-06-28 00:02:41
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Ruby Gems v1.7.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.7.1 - .
2 changes: 1 addition & 1 deletion docs/sdks/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs

The Speakeasy Platform Documentation
<https://docs.speakeasyapi.dev>
<https://speakeasyapi.dev/docs/>
### Available Operations

* [validate_api_key](#validate_api_key) - Validate the current api key.
Expand Down
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
configVersion: 1.0.0
management:
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c
docVersion: 0.3.0
speakeasyVersion: 1.51.1
generationVersion: 2.50.2
generation:
sdkClassName: SDK
singleTagPerOp: false
ruby:
version: 1.7.0
version: 1.7.1
author: Speakeasy
description: Ruby Client SDK Generated by Speakeasy
maxMethodParams: 0
Expand Down
2 changes: 1 addition & 1 deletion lib/sdk/sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def initialize(security: nil,
@security = nil
@server_url = SERVERS[SERVER_PROD]
@language = 'ruby'
@sdk_version = '1.7.0'
@sdk_version = '1.7.1'
@gen_version = '2.50.2'
@openapi_doc_version = '0.3.0'
init_sdks
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.7.0'
s.version = '1.7.1'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down

0 comments on commit ec4849b

Please sign in to comment.