Skip to content

Commit 748e868

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.213.0
1 parent 3dce3dd commit 748e868

File tree

6 files changed

+29
-19
lines changed

6 files changed

+29
-19
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: 3d1ffb0cc7307a0362c5389c0fa1fdb5
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.205.2
7-
generationVersion: 2.279.1
8-
releaseVersion: 4.0.14
9-
configChecksum: 1a46c09a395c4e31935c28ca19355923
6+
speakeasyVersion: 1.213.0
7+
generationVersion: 2.283.1
8+
releaseVersion: 4.0.15
9+
configChecksum: 6a034d83dc6e5084ff7634c42dca403b
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
@@ -15,7 +15,7 @@ features:
1515
ruby:
1616
core: 3.2.11
1717
examples: 2.81.3
18-
globalSecurity: 2.81.5
18+
globalSecurity: 2.81.6
1919
globalServerURLs: 2.82.3
2020
globals: 2.81.1
2121
inputOutputModels: 2.83.0

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
speakeasy_client_sdk_ruby (4.0.14)
4+
speakeasy_client_sdk_ruby (4.0.15)
55
faraday
66
faraday-multipart
77
rack
@@ -55,13 +55,13 @@ GEM
5555
rubocop-ast (1.30.0)
5656
parser (>= 3.2.1.0)
5757
ruby-progressbar (1.13.0)
58-
sorbet (0.5.11237)
59-
sorbet-static (= 0.5.11237)
60-
sorbet-runtime (0.5.11237)
61-
sorbet-static (0.5.11237-x86_64-linux)
62-
sorbet-static-and-runtime (0.5.11237)
63-
sorbet (= 0.5.11237)
64-
sorbet-runtime (= 0.5.11237)
58+
sorbet (0.5.11287)
59+
sorbet-static (= 0.5.11287)
60+
sorbet-runtime (0.5.11287)
61+
sorbet-static (0.5.11287-x86_64-linux)
62+
sorbet-static-and-runtime (0.5.11287)
63+
sorbet (= 0.5.11287)
64+
sorbet-runtime (= 0.5.11287)
6565
spoom (1.2.4)
6666
erubi (>= 1.10.0)
6767
sorbet-static-and-runtime (>= 0.5.10187)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,4 +708,14 @@ Based on:
708708
### Generated
709709
- [ruby v4.0.14] .
710710
### Releases
711-
- [Ruby Gems v4.0.14] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.14 - .
711+
- [Ruby Gems v4.0.14] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.14 - .
712+
713+
## 2024-03-20 00:02:50
714+
### Changes
715+
Based on:
716+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
717+
- Speakeasy CLI 1.213.0 (2.283.1) https://github.com/speakeasy-api/speakeasy
718+
### Generated
719+
- [ruby v4.0.15] .
720+
### Releases
721+
- [Ruby Gems v4.0.15] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.15 - .

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.0.14
13+
version: 4.0.15
1414
author: Speakeasy
1515
description: Ruby Client SDK Generated by Speakeasy
1616
imports:

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.0.14'
45-
@gen_version = '2.279.1'
46-
@user_agent = 'speakeasy-sdk/ruby 4.0.14 2.279.1 0.4.0 speakeasy_client_sdk_ruby'
44+
@sdk_version = '4.0.15'
45+
@gen_version = '2.283.1'
46+
@user_agent = 'speakeasy-sdk/ruby 4.0.15 2.283.1 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.0.14'
7+
s.version = '4.0.15'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
 (0)