Skip to content

Commit d9fda25

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.136.1
1 parent 15df00a commit d9fda25

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ Style/RedundantAssignment:
7070
Enabled: false
7171
Lint/LiteralAsCondition:
7272
Enabled: false
73+
Naming/VariableNumber:
74+
Enabled: false

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ management:
44
docChecksum: ba638b2ad28966c596e28321a2003686
55
docVersion: 0.3.0
66
speakeasyVersion: internal
7-
generationVersion: 2.225.2
8-
releaseVersion: 2.2.0
9-
configChecksum: ed6f96c7417ceb953c8ce9e852c8afc5
7+
generationVersion: 2.231.0
8+
releaseVersion: 2.2.1
9+
configChecksum: b6648f2408d6e802a54c4da0ec172dd4
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
1313
published: true
1414
features:
1515
ruby:
16-
core: 3.2.0
16+
core: 3.2.1
1717
examples: 2.81.3
1818
globalSecurity: 2.81.2
1919
globalServerURLs: 2.82.1

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,4 +508,14 @@ Based on:
508508
### Generated
509509
- [ruby v2.2.0] .
510510
### Releases
511-
- [Ruby Gems v2.2.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.2.0 - .
511+
- [Ruby Gems v2.2.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.2.0 - .
512+
513+
## 2024-01-12 00:02:57
514+
### Changes
515+
Based on:
516+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
517+
- Speakeasy CLI 1.136.1 (2.231.0) https://github.com/speakeasy-api/speakeasy
518+
### Generated
519+
- [ruby v2.2.1] .
520+
### Releases
521+
- [Ruby Gems v2.2.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.2.1 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generation:
66
fixes:
77
nameResolutionDec2023: false
88
ruby:
9-
version: 2.2.0
9+
version: 2.2.1
1010
author: Speakeasy
1111
description: Ruby Client SDK Generated by Speakeasy
1212
imports:

lib/sdk/sdkconfiguration.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def initialize(client, security, server_url, server_idx)
3838
@server = server_url.nil? ? '' : server_url
3939
@language = 'ruby'
4040
@openapi_doc_version = '0.3.0'
41-
@sdk_version = '2.2.0'
42-
@gen_version = '2.225.2'
43-
@user_agent = 'speakeasy-sdk/ruby 2.2.0 2.225.2 0.3.0 speakeasy_client_sdk_ruby'
41+
@sdk_version = '2.2.1'
42+
@gen_version = '2.231.0'
43+
@user_agent = 'speakeasy-sdk/ruby 2.2.1 2.231.0 0.3.0 speakeasy_client_sdk_ruby'
4444
end
4545

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

0 commit comments

Comments
 (0)