Skip to content

Commit

Permalink
Merge pull request #5 from speakeasy-api/speakeasy-sdk-regen-1727864191
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 4.2.24
  • Loading branch information
farazcsk authored Oct 2, 2024
2 parents 1d4b1ee + e981f9c commit 644c15f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ management:
docVersion: 0.4.0 .
speakeasyVersion: 1.405.8
generationVersion: 2.429.0
releaseVersion: 4.2.23
configChecksum: a4866914b99a5defe4ab5efd16620eec
releaseVersion: 4.2.24
configChecksum: b44c4c6d10fc1cef416d8c5bd31c898a
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
published: true
features:
ruby:
core: 3.2.26
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
ruby:
version: 4.2.23
version: 4.2.24
author: Speakeasy
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
3 changes: 3 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ workflow:
speakeasy-client-sdk:
target: ruby
source: -OAS
publish:
rubygems:
token: $rubygems_auth_token
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ For more information about the API: [The Speakeasy Platform Documentation](/docs
The SDK can be installed using [RubyGems](https://rubygems.org/):

```bash
gem install specific_install
gem specific_install https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
gem install speakeasy_client_sdk_ruby
```
<!-- End SDK Installation [installation] -->

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,14 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.405.8 (2.429.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v4.2.23] .
- [ruby v4.2.23] .

## 2024-10-02 10:16:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.405.8 (2.429.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v4.2.24] .
### Releases
- [Ruby Gems v4.2.24] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.24 - .
4 changes: 2 additions & 2 deletions lib/open_api_sdk/sdkconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def initialize(client, security, server_url, server, globals)
@globals = globals.nil? ? {} : globals
@language = 'ruby'
@openapi_doc_version = '0.4.0 .'
@sdk_version = '4.2.23'
@sdk_version = '4.2.24'
@gen_version = '2.429.0'
@user_agent = 'speakeasy-sdk/ruby 4.2.23 2.429.0 0.4.0 . speakeasy_client_sdk_ruby'
@user_agent = 'speakeasy-sdk/ruby 4.2.24 2.429.0 0.4.0 . speakeasy_client_sdk_ruby'
end

sig { returns([String, T::Hash[Symbol, String]]) }
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 = '4.2.23'
s.version = '4.2.24'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down

0 comments on commit 644c15f

Please sign in to comment.