# -*- encoding: utf-8 -*- # stub: virustotal_api_compat 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "virustotal_api_compat".freeze s.version = "0.1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["pwelch".freeze] s.date = "2021-10-17" s.description = "Gem for VirusTotal.com API, supporting API V3".freeze s.email = ["paul@pwelch.net".freeze] s.files = [".github/CODE_OF_CONDUCT.md".freeze, ".github/CONTRIBUTING.md".freeze, ".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/pull_request_template.md".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/virustotal_api.rb".freeze, "lib/virustotal_api/analysis.rb".freeze, "lib/virustotal_api/base.rb".freeze, "lib/virustotal_api/domain.rb".freeze, "lib/virustotal_api/exceptions.rb".freeze, "lib/virustotal_api/file.rb".freeze, "lib/virustotal_api/group.rb".freeze, "lib/virustotal_api/ip.rb".freeze, "lib/virustotal_api/uri.rb".freeze, "lib/virustotal_api/url.rb".freeze, "lib/virustotal_api/user.rb".freeze, "lib/virustotal_api/version.rb".freeze, "test/analysis_test.rb".freeze, "test/base_test.rb".freeze, "test/domain_test.rb".freeze, "test/exceptions_test.rb".freeze, "test/file_test.rb".freeze, "test/fixtures/analysis.yml".freeze, "test/fixtures/domain.yml".freeze, "test/fixtures/domain_bad_request.yml".freeze, "test/fixtures/file_analyse.yml".freeze, "test/fixtures/file_find.yml".freeze, "test/fixtures/file_not_found.yml".freeze, "test/fixtures/file_rate_limit.yml".freeze, "test/fixtures/file_unauthorized.yml".freeze, "test/fixtures/file_upload.yml".freeze, "test/fixtures/group_find.yml".freeze, "test/fixtures/ip.yml".freeze, "test/fixtures/large_file_upload.yml".freeze, "test/fixtures/null_file".freeze, "test/fixtures/unscanned_url_find.yml".freeze, "test/fixtures/url_analyse.yml".freeze, "test/fixtures/url_encoding_find.yml".freeze, "test/fixtures/url_find.yml".freeze, "test/fixtures/user_find.yml".freeze, "test/group_test.rb".freeze, "test/ip_test.rb".freeze, "test/test_helper.rb".freeze, "test/uri_test.rb".freeze, "test/url_test.rb".freeze, "test/user_test.rb".freeze, "test/version_test.rb".freeze, "virustotal_api.gemspec".freeze] s.homepage = "https://github.com/pwelch/virustotal_api".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Gem for VirusTotal.com API".freeze s.test_files = ["test/analysis_test.rb".freeze, "test/base_test.rb".freeze, "test/domain_test.rb".freeze, "test/exceptions_test.rb".freeze, "test/file_test.rb".freeze, "test/fixtures/analysis.yml".freeze, "test/fixtures/domain.yml".freeze, "test/fixtures/domain_bad_request.yml".freeze, "test/fixtures/file_analyse.yml".freeze, "test/fixtures/file_find.yml".freeze, "test/fixtures/file_not_found.yml".freeze, "test/fixtures/file_rate_limit.yml".freeze, "test/fixtures/file_unauthorized.yml".freeze, "test/fixtures/file_upload.yml".freeze, "test/fixtures/group_find.yml".freeze, "test/fixtures/ip.yml".freeze, "test/fixtures/large_file_upload.yml".freeze, "test/fixtures/null_file".freeze, "test/fixtures/unscanned_url_find.yml".freeze, "test/fixtures/url_analyse.yml".freeze, "test/fixtures/url_encoding_find.yml".freeze, "test/fixtures/url_find.yml".freeze, "test/fixtures/user_find.yml".freeze, "test/group_test.rb".freeze, "test/ip_test.rb".freeze, "test/test_helper.rb".freeze, "test/uri_test.rb".freeze, "test/url_test.rb".freeze, "test/user_test.rb".freeze, "test/version_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.8.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze, ">= 2.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.14".freeze, ">= 5.14.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.91".freeze]) s.add_development_dependency(%q.freeze, ["~> 6.0".freeze, ">= 6.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) end