mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.244.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
plexruby (0.1.0)
|
||||
plexruby (0.1.1)
|
||||
faraday
|
||||
faraday-multipart
|
||||
rack
|
||||
|
||||
@@ -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] .
|
||||
@@ -78,7 +78,7 @@ module OpenApiSDK
|
||||
'pathParam': {
|
||||
},
|
||||
'header': {
|
||||
'x_plex_client_identifier': x_plex_client_identifier
|
||||
'x_plex_client_identifier': x_plex_client_identifier,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]]) }
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user