# -*- encoding: utf-8 -*- # stub: filebound_client 0.4.1 ruby lib Gem::Specification.new do |s| s.name = "filebound_client".freeze s.version = "0.4.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bryan Richardson".freeze] s.bindir = "exe".freeze s.date = "2021-01-16" s.email = ["brichardson@heiskell.com".freeze] s.files = [".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/PULL_REQUEST_TEMPLATE.md".freeze, ".github/workflows/gempush.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "example_test.yml".freeze, "filebound_client.gemspec".freeze, "lib/ext/hash.rb".freeze, "lib/ext/object.rb".freeze, "lib/filebound_client.rb".freeze, "lib/filebound_client/config.rb".freeze, "lib/filebound_client/configuration.rb".freeze, "lib/filebound_client/connection.rb".freeze, "lib/filebound_client/endpoints.rb".freeze, "lib/filebound_client/endpoints/assignments.rb".freeze, "lib/filebound_client/endpoints/dividers.rb".freeze, "lib/filebound_client/endpoints/document_binary_data.rb".freeze, "lib/filebound_client/endpoints/documents.rb".freeze, "lib/filebound_client/endpoints/eform_data.rb".freeze, "lib/filebound_client/endpoints/eform_detail.rb".freeze, "lib/filebound_client/endpoints/files.rb".freeze, "lib/filebound_client/endpoints/groups.rb".freeze, "lib/filebound_client/endpoints/projects.rb".freeze, "lib/filebound_client/endpoints/query.rb".freeze, "lib/filebound_client/endpoints/routed_items.rb".freeze, "lib/filebound_client/endpoints/routes.rb".freeze, "lib/filebound_client/endpoints/separators.rb".freeze, "lib/filebound_client/endpoints/users.rb".freeze, "lib/filebound_client/endpoints/version.rb".freeze, "lib/filebound_client/version.rb".freeze, "test.txt".freeze] s.homepage = "https://github.com/JDHeiskell/filebound_client".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides connection to FileBound API".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.20".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.0".freeze]) end