diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index cc5c743..b1fa1bd 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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 diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index de40302..00ceff8 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -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: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 6121714..fe802ce 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 3acc62a..382037a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - plex_ruby_sdk (0.3.4) + plex_ruby_sdk (0.3.5) faraday faraday-multipart rack diff --git a/RELEASES.md b/RELEASES.md index 376f734..1d61fbb 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/lib/plex_ruby_sdk/sdkconfiguration.rb b/lib/plex_ruby_sdk/sdkconfiguration.rb index 5940882..159afca 100644 --- a/lib/plex_ruby_sdk/sdkconfiguration.rb +++ b/lib/plex_ruby_sdk/sdkconfiguration.rb @@ -42,9 +42,9 @@ module PlexRubySDK @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]]) } diff --git a/plex_ruby_sdk.gemspec b/plex_ruby_sdk.gemspec index 6f542c0..987c7e7 100644 --- a/plex_ruby_sdk.gemspec +++ b/plex_ruby_sdk.gemspec @@ -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 = ''