Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 20, 2023
1 parent ddf5f8c commit 0b0eacd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*.gem
Gemfile.lock
.rbenv-gemsets
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.48.0 (2.41.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Ruby Gems v1.5.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.5.0 - .
- [Ruby Gems v1.5.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.5.0 - .

## 2023-06-20 00:02:32
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.49.0 (2.41.4) https://github.com/speakeasy-api/speakeasy
### Releases
- [Ruby Gems v1.5.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.5.1 - .
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.48.0
generationVersion: 2.41.1
speakeasyVersion: 1.49.0
generationVersion: 2.41.4
generation:
sdkClassName: SDK
singleTagPerOp: false
ruby:
version: 1.5.0
version: 1.5.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.5.0'
@gen_version = '2.41.1'
@sdk_version = '1.5.1'
@gen_version = '2.41.4'
@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.5.0'
s.version = '1.5.1'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down

0 comments on commit 0b0eacd

Please sign in to comment.