# -*- encoding: utf-8 -*- # stub: op_connect 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "op_connect".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "github_repo" => "ssh://github.com/partydrone/connect-sdk-ruby", "homepage_uri" => "https://github.com/partydrone/connect-sdk-ruby", "source_code_uri" => "https://github.com/partydrone/connect-sdk-ruby" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Andrew Porter".freeze] s.bindir = "exe".freeze s.date = "2022-03-21" s.description = "A Ruby SDK for the 1Password Connect API.".freeze s.email = ["partydrone@icloud.com".freeze] s.files = [".dockerignore".freeze, ".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/workflows/coverage.yml".freeze, ".github/workflows/docs.yml".freeze, ".github/workflows/publish.yml".freeze, ".github/workflows/test.yml".freeze, ".gitignore".freeze, "CODE_OF_CONDUCT.md".freeze, "Dockerfile".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "docker-compose.yml".freeze, "docs/OpConnect.html".freeze, "docs/OpConnect/APIRequest.html".freeze, "docs/OpConnect/APIRequest/Actor.html".freeze, "docs/OpConnect/APIRequest/Resource.html".freeze, "docs/OpConnect/BadRequest.html".freeze, "docs/OpConnect/Client.html".freeze, "docs/OpConnect/Client/Files.html".freeze, "docs/OpConnect/Client/Items.html".freeze, "docs/OpConnect/Client/Vaults.html".freeze, "docs/OpConnect/ClientError.html".freeze, "docs/OpConnect/Configurable.html".freeze, "docs/OpConnect/Connection.html".freeze, "docs/OpConnect/Default.html".freeze, "docs/OpConnect/Error.html".freeze, "docs/OpConnect/Forbidden.html".freeze, "docs/OpConnect/InternalServerError.html".freeze, "docs/OpConnect/Item.html".freeze, "docs/OpConnect/Item/Field.html".freeze, "docs/OpConnect/Item/File.html".freeze, "docs/OpConnect/Item/GeneratorRecipe.html".freeze, "docs/OpConnect/Item/Section.html".freeze, "docs/OpConnect/Item/URL.html".freeze, "docs/OpConnect/NotFound.html".freeze, "docs/OpConnect/Object.html".freeze, "docs/OpConnect/PayloadTooLarge.html".freeze, "docs/OpConnect/Response.html".freeze, "docs/OpConnect/Response/RaiseError.html".freeze, "docs/OpConnect/ServerError.html".freeze, "docs/OpConnect/ServerHealth.html".freeze, "docs/OpConnect/ServerHealth/Dependency.html".freeze, "docs/OpConnect/ServiceUnavailable.html".freeze, "docs/OpConnect/Unauthorized.html".freeze, "docs/OpConnect/Vault.html".freeze, "docs/_config.yml".freeze, "docs/_index.html".freeze, "docs/class_list.html".freeze, "docs/css/common.css".freeze, "docs/css/full_list.css".freeze, "docs/css/style.css".freeze, "docs/file.README.html".freeze, "docs/file_list.html".freeze, "docs/frames.html".freeze, "docs/index.html".freeze, "docs/js/app.js".freeze, "docs/js/full_list.js".freeze, "docs/js/jquery.js".freeze, "docs/method_list.html".freeze, "docs/top-level-namespace.html".freeze, "lib/op_connect.rb".freeze, "lib/op_connect/api_request.rb".freeze, "lib/op_connect/api_request/actor.rb".freeze, "lib/op_connect/api_request/resource.rb".freeze, "lib/op_connect/client.rb".freeze, "lib/op_connect/client/files.rb".freeze, "lib/op_connect/client/items.rb".freeze, "lib/op_connect/client/vaults.rb".freeze, "lib/op_connect/configurable.rb".freeze, "lib/op_connect/connection.rb".freeze, "lib/op_connect/default.rb".freeze, "lib/op_connect/error.rb".freeze, "lib/op_connect/item.rb".freeze, "lib/op_connect/item/field.rb".freeze, "lib/op_connect/item/file.rb".freeze, "lib/op_connect/item/generator_recipe.rb".freeze, "lib/op_connect/item/section.rb".freeze, "lib/op_connect/item/url.rb".freeze, "lib/op_connect/object.rb".freeze, "lib/op_connect/response.rb".freeze, "lib/op_connect/response/raise_error.rb".freeze, "lib/op_connect/server_health.rb".freeze, "lib/op_connect/server_health/dependency.rb".freeze, "lib/op_connect/vault.rb".freeze, "lib/op_connect/version.rb".freeze, "op_connect.gemspec".freeze] s.homepage = "https://github.com/partydrone/connect-sdk-ruby".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby SDK for the 1Password Connect API.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) end