Skip to content

Commit c8b09dd

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.244.0
1 parent 64fbc61 commit c8b09dd

File tree

7 files changed

+23
-13
lines changed

7 files changed

+23
-13
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: f5719c92-1297-4aa0-bc5f-37116859d1e3
33
management:
44
docChecksum: 17e2e733dfd588a7103c3c70e91b24b5
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.227.0
7-
generationVersion: 2.291.0
8-
releaseVersion: 4.1.0
9-
configChecksum: f05e8f20bb9cfaad6c192a8780a544fc
6+
speakeasyVersion: 1.244.0
7+
generationVersion: 2.301.0
8+
releaseVersion: 4.1.1
9+
configChecksum: c4e9ec1e0491d1eafe9a2a39c0d821f4
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
@@ -17,7 +17,7 @@ features:
1717
examples: 2.81.3
1818
globalSecurity: 2.81.6
1919
globalServerURLs: 2.82.3
20-
globals: 2.82.0
20+
globals: 2.82.1
2121
inputOutputModels: 2.83.0
2222
serverIDs: 2.81.1
2323
generatedFiles:

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
speakeasy_client_sdk_ruby (4.1.0)
4+
speakeasy_client_sdk_ruby (4.1.1)
55
faraday
66
faraday-multipart
77
rack

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,4 +738,14 @@ Based on:
738738
### Generated
739739
- [ruby v4.1.0] .
740740
### Releases
741-
- [Ruby Gems v4.1.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.0 - .
741+
- [Ruby Gems v4.1.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.0 - .
742+
743+
## 2024-04-09 00:02:44
744+
### Changes
745+
Based on:
746+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
747+
- Speakeasy CLI 1.244.0 (2.301.0) https://github.com/speakeasy-api/speakeasy
748+
### Generated
749+
- [ruby v4.1.1] .
750+
### Releases
751+
- [Ruby Gems v4.1.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.1 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
ruby:
13-
version: 4.1.0
13+
version: 4.1.1
1414
author: Speakeasy
1515
description: Ruby Client SDK Generated by Speakeasy
1616
imports:

lib/speakeasy_client_sdk/sdk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def initialize(client: nil,
5858
'queryParam': {
5959
},
6060
'pathParam': {
61-
'workspace_id': workspace_id
61+
'workspace_id': workspace_id,
6262
},
6363
'header': {
6464
}

lib/speakeasy_client_sdk/sdkconfiguration.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def initialize(client, security, server_url, server, globals)
4141
@globals = globals.nil? ? {} : globals
4242
@language = 'ruby'
4343
@openapi_doc_version = '0.4.0'
44-
@sdk_version = '4.1.0'
45-
@gen_version = '2.291.0'
46-
@user_agent = 'speakeasy-sdk/ruby 4.1.0 2.291.0 0.4.0 speakeasy_client_sdk_ruby'
44+
@sdk_version = '4.1.1'
45+
@gen_version = '2.301.0'
46+
@user_agent = 'speakeasy-sdk/ruby 4.1.1 2.301.0 0.4.0 speakeasy_client_sdk_ruby'
4747
end
4848

4949
sig { returns([String, T::Hash[Symbol, String]]) }

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 = '4.1.0'
7+
s.version = '4.1.1'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
 (0)