Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 16, 2024
1 parent 71a67d2 commit d840c66
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.3
speakeasyVersion: 1.397.2
generationVersion: 2.415.8
releaseVersion: 0.3.4
configChecksum: 2725162a230db6ada6065be692444dc2
releaseVersion: 0.3.5
configChecksum: b47335363281cb2bc91347ed8463cbdf
repoURL: https://github.com/LukeHagar/plexruby.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexruby
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
ruby:
version: 0.3.4
version: 0.3.5
author: LukeHagar
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
23 changes: 15 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,36 @@ sources:
tags:
- latest
- main
plexapi:
sourceNamespace: plexapi
sourceRevisionDigest: sha256:533fe97486e3fe2d84e890b7bbcdba4543d415e45181386154e011861f6da36f
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
tags:
- latest
- main
targets:
plexruby:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:90da815184f89206abe4694aca05802c71d19c10d572a0a1f84d89883e5fce45
source: plexapi
sourceNamespace: plexapi
sourceRevisionDigest: sha256:533fe97486e3fe2d84e890b7bbcdba4543d415e45181386154e011861f6da36f
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
codeSamplesNamespace: code-samples-ruby-plexruby
codeSamplesRevisionDigest: sha256:f7325622cd3daf766e0c56ebe8390fe313bbfeb35a0a013f4cd6cfcc1700f5b3
codeSamplesRevisionDigest: sha256:528ed89116bd86753ee769183367924a5a991630b7cd609339b283e1bcbda236
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
plexapi:
inputs:
- location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api:main
- location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi:main
targets:
plexruby:
target: ruby
source: my-source
source: plexapi
publish:
rubygems:
token: $rubygems_auth_token
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-ruby-plexruby
location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-ruby-plexruby
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
plex_ruby_sdk (0.3.4)
plex_ruby_sdk (0.3.5)
faraday
faraday-multipart
rack
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,14 @@ Based on:
### Generated
- [ruby v0.3.4] .
### Releases
- [Ruby Gems v0.3.4] https://rubygems.org/gems/plex_ruby_sdk/versions/0.3.4 - .
- [Ruby Gems v0.3.4] https://rubygems.org/gems/plex_ruby_sdk/versions/0.3.4 - .

## 2024-09-16 18:34:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.2 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.3.5] .
### Releases
- [Ruby Gems v0.3.5] https://rubygems.org/gems/plex_ruby_sdk/versions/0.3.5 - .
4 changes: 2 additions & 2 deletions lib/plex_ruby_sdk/sdkconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def initialize(client, security, server_url, server_idx, server_params, globals)
@globals = globals.nil? ? {} : globals
@language = 'ruby'
@openapi_doc_version = '0.0.3'
@sdk_version = '0.3.4'
@sdk_version = '0.3.5'
@gen_version = '2.415.8'
@user_agent = 'speakeasy-sdk/ruby 0.3.4 2.415.8 0.0.3 plex_ruby_sdk'
@user_agent = 'speakeasy-sdk/ruby 0.3.5 2.415.8 0.0.3 plex_ruby_sdk'
end

sig { returns([String, T::Hash[Symbol, String]]) }
Expand Down
2 changes: 1 addition & 1 deletion plex_ruby_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'plex_ruby_sdk'
s.version = '0.3.4'
s.version = '0.3.5'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down

0 comments on commit d840c66

Please sign in to comment.