Skip to content

Commit 582686c

Browse files
authored
Merge pull request #3 from speakeasy-api/speakeasy-sdk-regen-1727802194
chore: 🐝 Update SDK - Generate 4.2.23
2 parents d3247da + b9d97dc commit 582686c

File tree

7 files changed

+24
-11
lines changed

7 files changed

+24
-11
lines changed

.speakeasy/gen.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ management:
55
docVersion: 0.4.0 .
66
speakeasyVersion: 1.405.6
77
generationVersion: 2.428.1
8-
releaseVersion: 0.1.1
9-
configChecksum: 7b86769fbaf6426b9138dde7f85eb554
8+
releaseVersion: 4.2.23
9+
configChecksum: 8e938d1cc757eb34c5b2ee0447659f24
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
1111
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
12+
published: true
1213
features:
1314
ruby:
1415
core: 3.2.26

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: true
1414
ruby:
15-
version: 0.1.1
15+
version: 4.2.23
1616
author: Speakeasy
1717
description: Ruby Client SDK Generated by Speakeasy
1818
imports:

.speakeasy/workflow.lock

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ speakeasyVersion: 1.405.6
22
sources:
33
SpeakeasyClientSDK-OAS:
44
sourceNamespace: speakeasy-client-sdk-oas
5-
sourceRevisionDigest: sha256:c17780bff47b67b0829c1af06962c4f0af2016ba538ebe51a5b01f818495f0bd
5+
sourceRevisionDigest: sha256:ebb4ecf7c6e51242111631aa15cbdb113bb608789370d3264fbe612e52d9d942
66
sourceBlobDigest: sha256:0b64a1031fabde77e13c11db1c6970f09b5190df0a94b0f7bd79490ee88de3c2
77
tags:
88
- latest
@@ -11,7 +11,7 @@ targets:
1111
speakeasy-client-sdk:
1212
source: SpeakeasyClientSDK-OAS
1313
sourceNamespace: speakeasy-client-sdk-oas
14-
sourceRevisionDigest: sha256:c17780bff47b67b0829c1af06962c4f0af2016ba538ebe51a5b01f818495f0bd
14+
sourceRevisionDigest: sha256:ebb4ecf7c6e51242111631aa15cbdb113bb608789370d3264fbe612e52d9d942
1515
sourceBlobDigest: sha256:0b64a1031fabde77e13c11db1c6970f09b5190df0a94b0f7bd79490ee88de3c2
1616
workflow:
1717
workflowVersion: 1.0.0
@@ -28,3 +28,6 @@ workflow:
2828
speakeasy-client-sdk:
2929
target: ruby
3030
source: SpeakeasyClientSDK-OAS
31+
publish:
32+
rubygems:
33+
token: $rubygems_auth_token

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ For more information about the API: [The Speakeasy Platform Documentation](/docs
3737
The SDK can be installed using [RubyGems](https://rubygems.org/):
3838

3939
```bash
40-
gem install specific_install
41-
gem specific_install https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
40+
gem install openapi
4241
```
4342
<!-- End SDK Installation [installation] -->
4443

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@ Based on:
66
- OpenAPI Doc
77
- Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy
88
### Generated
9-
- [ruby v0.1.1] .
9+
- [ruby v0.1.1] .
10+
11+
## 2024-10-01 17:03:09
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc
15+
- Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy
16+
### Generated
17+
- [ruby v4.2.23] .
18+
### Releases
19+
- [Ruby Gems v4.2.23] https://rubygems.org/gems/openapi/versions/4.2.23 - .

lib/open_api_sdk/sdkconfiguration.rb

+2-2
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 = '0.1.1'
44+
@sdk_version = '4.2.23'
4545
@gen_version = '2.428.1'
46-
@user_agent = 'speakeasy-sdk/ruby 0.1.1 2.428.1 0.4.0 . openapi'
46+
@user_agent = 'speakeasy-sdk/ruby 4.2.23 2.428.1 0.4.0 . openapi'
4747
end
4848

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

openapi.gemspec

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

0 commit comments

Comments
 (0)