Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 9, 2023
1 parent 843c9aa commit faa3b04
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ if ! res.apis.nil?
end

```

<!-- End SDK Example Usage -->

<!-- Start SDK Available Operations -->
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Ruby Gems v1.1.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.1.0 - .
- [Ruby Gems v1.1.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.1.0 - .

## 2023-06-09 00:02:38
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Ruby Gems v1.1.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.1.1 - .
1 change: 0 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ if ! res.apis.nil?
end

```

<!-- End SDK Example Usage -->
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.45.0
generationVersion: 2.37.0
speakeasyVersion: 1.45.2
generationVersion: 2.37.2
generation:
sdkClassName: SDK
singleTagPerOp: false
ruby:
version: 1.1.0
version: 1.1.1
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.1.0'
@gen_version = '2.37.0'
@sdk_version = '1.1.1'
@gen_version = '2.37.2'
@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.1.0'
s.version = '1.1.1'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down

0 comments on commit faa3b04

Please sign in to comment.