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:
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
docVersion: 0.0.3
speakeasyVersion: 1.397.0
generationVersion: 2.415.7
releaseVersion: 0.3.1
configChecksum: a6899dd7633410b1f4cd5f9d30c3138e
speakeasyVersion: 1.397.2
generationVersion: 2.415.8
releaseVersion: 0.3.2
configChecksum: aa1242008b99b40584966bcff9193325
repoURL: https://github.com/LukeHagar/plexruby.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexruby
published: true
features:
ruby:
core: 3.2.22

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
PATH
remote: .
specs:
plexruby (0.3.1)
plexruby (0.3.2)
faraday
faraday-multipart
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/):
```bash
gem install specific_install
gem specific_install https://github.com/LukeHagar/plexruby
gem install plexruby
```
<!-- End SDK Installation [installation] -->

View File

@@ -486,4 +486,14 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.323.0 (2.356.0) https://github.com/speakeasy-api/speakeasy
### 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
@language = 'ruby'
@openapi_doc_version = '0.0.3'
@sdk_version = '0.3.1'
@gen_version = '2.415.7'
@user_agent = 'speakeasy-sdk/ruby 0.3.1 2.415.7 0.0.3 plexruby'
@sdk_version = '0.3.2'
@gen_version = '2.415.8'
@user_agent = 'speakeasy-sdk/ruby 0.3.2 2.415.8 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.3.1'
s.version = '0.3.2'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''