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:
docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae
docVersion: 0.0.3
speakeasyVersion: 1.228.1
generationVersion: 2.292.0
releaseVersion: 0.1.0
configChecksum: 5fbbc61076b94d002317a999a476fa6a
speakeasyVersion: 1.244.0
generationVersion: 2.301.0
releaseVersion: 0.1.1
configChecksum: b5ac565ca364b670501fb66fc2a08bce
repoURL: https://github.com/LukeHagar/plexruby.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexruby
@@ -18,7 +18,7 @@ features:
globalServerURLs: 2.82.3
globals: 2.82.1
methodServerURLs: 2.82.1
nameOverrides: 2.81.1
nameOverrides: 2.81.2
generatedFiles:
- lib/open_api_sdk/sdkconfiguration.rb
- lib/open_api_sdk/server.rb

View File

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

View File

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

View File

@@ -23,3 +23,11 @@ Based on:
- Speakeasy CLI 1.228.1 (2.292.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [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': {
},
'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
@language = 'ruby'
@openapi_doc_version = '0.0.3'
@sdk_version = '0.1.0'
@gen_version = '2.292.0'
@user_agent = 'speakeasy-sdk/ruby 0.1.0 2.292.0 0.0.3 plexruby'
@sdk_version = '0.1.1'
@gen_version = '2.301.0'
@user_agent = 'speakeasy-sdk/ruby 0.1.1 2.301.0 0.0.3 plexruby'
end
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|
s.name = 'plexruby'
s.version = '0.1.0'
s.version = '0.1.1'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''