ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.2

This commit is contained in:
speakeasybot
2024-09-16 15:46:37 +00:00
parent b689f4fe66
commit cc96fa5849
8 changed files with 29 additions and 15 deletions

View File

@@ -3,13 +3,14 @@ id: aa9449e7-c19d-411d-b8e2-f9c5fe982f6f
management: management:
docChecksum: a6fee1797b2da7ccbaf7743772a40b56 docChecksum: a6fee1797b2da7ccbaf7743772a40b56
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.397.0 speakeasyVersion: 1.397.2
generationVersion: 2.415.7 generationVersion: 2.415.8
releaseVersion: 0.3.1 releaseVersion: 0.3.2
configChecksum: a6899dd7633410b1f4cd5f9d30c3138e configChecksum: aa1242008b99b40584966bcff9193325
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
published: true
features: features:
ruby: ruby:
core: 3.2.22 core: 3.2.22

View File

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

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.397.0 speakeasyVersion: 1.397.2
sources: sources:
my-source: my-source:
sourceNamespace: my-source sourceNamespace: my-source
@@ -6,6 +6,7 @@ sources:
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9 sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
tags: tags:
- latest - latest
- main
targets: targets:
plexruby: plexruby:
source: my-source source: my-source
@@ -13,7 +14,7 @@ targets:
sourceRevisionDigest: sha256:90da815184f89206abe4694aca05802c71d19c10d572a0a1f84d89883e5fce45 sourceRevisionDigest: sha256:90da815184f89206abe4694aca05802c71d19c10d572a0a1f84d89883e5fce45
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9 sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
codeSamplesNamespace: code-samples-ruby-plexruby codeSamplesNamespace: code-samples-ruby-plexruby
codeSamplesRevisionDigest: sha256:c243b38c08c2a8e132455209e4581bce4a0fb3847580bb7ab9674973d6a9d5c9 codeSamplesRevisionDigest: sha256:5c9b307937e0e65a45c54e2cbfb4cb50f212de3ac417858a551f574beb4cf0d4
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest
@@ -25,6 +26,9 @@ workflow:
plexruby: plexruby:
target: ruby target: ruby
source: my-source source: my-source
publish:
rubygems:
token: $rubygems_auth_token
codeSamples: codeSamples:
output: codeSamples.yaml output: codeSamples.yaml
registry: registry:

View File

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

View File

@@ -29,8 +29,7 @@ Plex-API: An Open API Spec for interacting with Plex.tv and Plex Media Server
The SDK can be installed using [RubyGems](https://rubygems.org/): The SDK can be installed using [RubyGems](https://rubygems.org/):
```bash ```bash
gem install specific_install gem install plexruby
gem specific_install https://github.com/LukeHagar/plexruby
``` ```
<!-- End SDK Installation [installation] --> <!-- End SDK Installation [installation] -->

View File

@@ -487,3 +487,13 @@ Based on:
- Speakeasy CLI 1.323.0 (2.356.0) https://github.com/speakeasy-api/speakeasy - Speakeasy CLI 1.323.0 (2.356.0) https://github.com/speakeasy-api/speakeasy
### Generated ### Generated
- [ruby v0.2.2] . - [ruby v0.2.2] .
## 2024-09-16 15:44:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.2 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.3.2] .
### Releases
- [Ruby Gems v0.3.2] https://rubygems.org/gems/plexruby/versions/0.3.2 - .

View File

@@ -42,9 +42,9 @@ module PlexRubySDK
@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.3.1' @sdk_version = '0.3.2'
@gen_version = '2.415.7' @gen_version = '2.415.8'
@user_agent = 'speakeasy-sdk/ruby 0.3.1 2.415.7 0.0.3 plexruby' @user_agent = 'speakeasy-sdk/ruby 0.3.2 2.415.8 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.3.1' s.version = '0.3.2'
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0'] s.licenses = ['Apache-2.0']
s.summary = '' s.summary = ''