ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.193.0

This commit is contained in:
speakeasybot
2024-02-23 15:38:37 +00:00
parent 68c1acd813
commit 7d08e2c44d
888 changed files with 216789 additions and 0 deletions

35
plexruby.gemspec Normal file
View File

@@ -0,0 +1,35 @@
# frozen_string_literal: true
$LOAD_PATH.push File.expand_path('lib', __dir__)
Gem::Specification.new do |s|
s.name = 'plexruby'
s.version = '0.0.1'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
s.homepage = 'https://github.com/LukeHagar/plexruby.git'
s.description = 'Ruby Client SDK Generated by Speakeasy'
s.authors = ['LukeHagar']
s.metadata = {
'homepage_uri' => 'https://github.com/LukeHagar/plexruby.git',
'documentation_uri' => 'https://github.com/LukeHagar/plexruby.git',
'source_code_uri' => 'https://github.com/LukeHagar/plexruby.git'
}
s.files = Dir['{lib,test}/**/*']
s.require_paths = ['lib']
s.required_ruby_version = '>= 3.0'
s.add_dependency('faraday')
s.add_dependency('faraday-multipart')
s.add_dependency('rack')
s.add_dependency('rake')
s.add_dependency('sorbet')
s.add_development_dependency('minitest')
s.add_development_dependency('rubocop')
s.add_development_dependency('sorbet-runtime')
s.add_development_dependency('tapioca')
end