Skip to content

Commit 644c15f

Browse files
authored
Merge pull request #5 from speakeasy-api/speakeasy-sdk-regen-1727864191
chore: 🐝 Update SDK - Generate 4.2.24
2 parents 1d4b1ee + e981f9c commit 644c15f

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
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.8
77
generationVersion: 2.429.0
8-
releaseVersion: 4.2.23
9-
configChecksum: a4866914b99a5defe4ab5efd16620eec
8+
releaseVersion: 4.2.24
9+
configChecksum: b44c4c6d10fc1cef416d8c5bd31c898a
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: 4.2.23
15+
version: 4.2.24
1616
author: Speakeasy
1717
description: Ruby Client SDK Generated by Speakeasy
1818
imports:

.speakeasy/workflow.lock

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ workflow:
1818
speakeasy-client-sdk:
1919
target: ruby
2020
source: -OAS
21+
publish:
22+
rubygems:
23+
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 speakeasy_client_sdk_ruby
4241
```
4342
<!-- End SDK Installation [installation] -->
4443

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,14 @@ Based on:
2424
- OpenAPI Doc
2525
- Speakeasy CLI 1.405.8 (2.429.0) https://github.com/speakeasy-api/speakeasy
2626
### Generated
27-
- [ruby v4.2.23] .
27+
- [ruby v4.2.23] .
28+
29+
## 2024-10-02 10:16:25
30+
### Changes
31+
Based on:
32+
- OpenAPI Doc
33+
- Speakeasy CLI 1.405.8 (2.429.0) https://github.com/speakeasy-api/speakeasy
34+
### Generated
35+
- [ruby v4.2.24] .
36+
### Releases
37+
- [Ruby Gems v4.2.24] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.24 - .

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

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

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

0 commit comments

Comments
 (0)