ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.244.0

This commit is contained in:
speakeasybot
2024-04-09 00:48:26 +00:00
parent 5f55e68f22
commit d0dbb22ccf
7 changed files with 21 additions and 13 deletions

View File

@@ -3,10 +3,10 @@ id: aa9449e7-c19d-411d-b8e2-f9c5fe982f6f
management: management:
docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.228.1 speakeasyVersion: 1.244.0
generationVersion: 2.292.0 generationVersion: 2.301.0
releaseVersion: 0.1.0 releaseVersion: 0.1.1
configChecksum: 5fbbc61076b94d002317a999a476fa6a configChecksum: b5ac565ca364b670501fb66fc2a08bce
repoURL: https://github.com/LukeHagar/plexruby.git repoURL: https://github.com/LukeHagar/plexruby.git
repoSubDirectory: . repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexruby installationURL: https://github.com/LukeHagar/plexruby
@@ -18,7 +18,7 @@ features:
globalServerURLs: 2.82.3 globalServerURLs: 2.82.3
globals: 2.82.1 globals: 2.82.1
methodServerURLs: 2.82.1 methodServerURLs: 2.82.1
nameOverrides: 2.81.1 nameOverrides: 2.81.2
generatedFiles: generatedFiles:
- lib/open_api_sdk/sdkconfiguration.rb - lib/open_api_sdk/sdkconfiguration.rb
- lib/open_api_sdk/server.rb - lib/open_api_sdk/server.rb

View File

@@ -12,7 +12,7 @@ generation:
auth: auth:
oAuth2ClientCredentialsEnabled: false oAuth2ClientCredentialsEnabled: false
ruby: ruby:
version: 0.1.0 version: 0.1.1
author: LukeHagar author: LukeHagar
description: Ruby Client SDK Generated by Speakeasy description: Ruby Client SDK Generated by Speakeasy
imports: imports:

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
plexruby (0.1.0) plexruby (0.1.1)
faraday faraday
faraday-multipart faraday-multipart
rack rack

View File

@@ -22,4 +22,12 @@ Based on:
- OpenAPI Doc - OpenAPI Doc
- Speakeasy CLI 1.228.1 (2.292.0) https://github.com/speakeasy-api/speakeasy - Speakeasy CLI 1.228.1 (2.292.0) https://github.com/speakeasy-api/speakeasy
### Generated ### Generated
- [ruby v0.1.0] . - [ruby v0.1.0] .
## 2024-04-09 00:47:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.244.0 (2.301.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.1.1] .

View File

@@ -78,7 +78,7 @@ module OpenApiSDK
'pathParam': { 'pathParam': {
}, },
'header': { 'header': {
'x_plex_client_identifier': x_plex_client_identifier 'x_plex_client_identifier': x_plex_client_identifier,
} }
} }
} }

View File

@@ -42,9 +42,9 @@ module OpenApiSDK
@globals = globals.nil? ? {} : globals @globals = globals.nil? ? {} : globals
@language = 'ruby' @language = 'ruby'
@openapi_doc_version = '0.0.3' @openapi_doc_version = '0.0.3'
@sdk_version = '0.1.0' @sdk_version = '0.1.1'
@gen_version = '2.292.0' @gen_version = '2.301.0'
@user_agent = 'speakeasy-sdk/ruby 0.1.0 2.292.0 0.0.3 plexruby' @user_agent = 'speakeasy-sdk/ruby 0.1.1 2.301.0 0.0.3 plexruby'
end end
sig { returns([String, T::Hash[Symbol, String]]) } sig { returns([String, T::Hash[Symbol, String]]) }

View File

@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'plexruby' s.name = 'plexruby'
s.version = '0.1.0' s.version = '0.1.1'
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0'] s.licenses = ['Apache-2.0']
s.summary = '' s.summary = ''