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 5438989 commit e9e1682
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 88 deletions.
8 changes: 4 additions & 4 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.3
configChecksum: bbc41306a25086aeae9fd27706f2e334
releaseVersion: 0.3.4
configChecksum: 2725162a230db6ada6065be692444dc2
repoURL: https://github.com/LukeHagar/plexruby.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexruby
Expand Down Expand Up @@ -732,7 +732,7 @@ generatedFiles:
- docs/sdks/updater/README.md
- docs/sdks/video/README.md
- docs/sdks/watchlist/README.md
- lib/plex-ruby-sdk.rb
- lib/plex_ruby_sdk.rb
- lib/plex_ruby_sdk/activities.rb
- lib/plex_ruby_sdk/authentication.rb
- lib/plex_ruby_sdk/butler.rb
Expand Down Expand Up @@ -1444,7 +1444,7 @@ generatedFiles:
- lib/plex_ruby_sdk/utils/utils.rb
- lib/plex_ruby_sdk/video.rb
- lib/plex_ruby_sdk/watchlist.rb
- plex-ruby-sdk.gemspec
- plex_ruby_sdk.gemspec
- sorbet/config
- sorbet/rbi/annotations/.gitattributes
- sorbet/rbi/annotations/faraday.rbi
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.3
version: 0.3.4
author: LukeHagar
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets:
sourceRevisionDigest: sha256:90da815184f89206abe4694aca05802c71d19c10d572a0a1f84d89883e5fce45
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
codeSamplesNamespace: code-samples-ruby-plexruby
codeSamplesRevisionDigest: sha256:5c9b307937e0e65a45c54e2cbfb4cb50f212de3ac417858a551f574beb4cf0d4
codeSamplesRevisionDigest: sha256:f7325622cd3daf766e0c56ebe8390fe313bbfeb35a0a013f4cd6cfcc1700f5b3
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
plex-ruby-sdk (0.3.3)
plex_ruby_sdk (0.3.4)
faraday
faraday-multipart
rack
Expand Down Expand Up @@ -93,7 +93,7 @@ PLATFORMS

DEPENDENCIES
minitest
plex-ruby-sdk!
plex_ruby_sdk!
rubocop
sorbet-runtime
tapioca
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +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 plex-ruby-sdk
gem install plex_ruby_sdk
```
<!-- End SDK Installation [installation] -->

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,4 +506,14 @@ Based on:
### Generated
- [ruby v0.3.3] .
### Releases
- [Ruby Gems v0.3.3] https://rubygems.org/gems/plex-ruby-sdk/versions/0.3.3 - .
- [Ruby Gems v0.3.3] https://rubygems.org/gems/plex-ruby-sdk/versions/0.3.3 - .

## 2024-09-16 16:03:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.2 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.3.4] .
### Releases
- [Ruby Gems v0.3.4] https://rubygems.org/gems/plex_ruby_sdk/versions/0.3.4 - .
148 changes: 74 additions & 74 deletions codeSamples.yaml

Large diffs are not rendered by default.

File renamed without changes.
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.3'
@sdk_version = '0.3.4'
@gen_version = '2.415.8'
@user_agent = 'speakeasy-sdk/ruby 0.3.3 2.415.8 0.0.3 plex-ruby-sdk'
@user_agent = 'speakeasy-sdk/ruby 0.3.4 2.415.8 0.0.3 plex_ruby_sdk'
end

sig { returns([String, T::Hash[Symbol, String]]) }
Expand Down
4 changes: 2 additions & 2 deletions plex-ruby-sdk.gemspec → plex_ruby_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$LOAD_PATH.push File.expand_path('lib', __dir__)

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

0 comments on commit e9e1682

Please sign in to comment.