# -*- encoding: utf-8 -*- # stub: elastic-app-search 7.5.0 ruby lib Gem::Specification.new do |s| s.name = "elastic-app-search".freeze s.version = "7.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Quin Hoxie".freeze] s.date = "2019-12-02" s.description = "API client for accessing the Elastic App Search API with no dependencies.".freeze s.email = ["support@elastic.co".freeze] s.files = [".circleci/config.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "NOTICE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "elastic-app-search.gemspec".freeze, "lib/data/ca-bundle.crt".freeze, "lib/elastic-app-search.rb".freeze, "lib/elastic/app-search.rb".freeze, "lib/elastic/app-search/client.rb".freeze, "lib/elastic/app-search/client/analytics.rb".freeze, "lib/elastic/app-search/client/click.rb".freeze, "lib/elastic/app-search/client/credentials.rb".freeze, "lib/elastic/app-search/client/curations.rb".freeze, "lib/elastic/app-search/client/documents.rb".freeze, "lib/elastic/app-search/client/engines.rb".freeze, "lib/elastic/app-search/client/logs.rb".freeze, "lib/elastic/app-search/client/query_suggestion.rb".freeze, "lib/elastic/app-search/client/schema.rb".freeze, "lib/elastic/app-search/client/search.rb".freeze, "lib/elastic/app-search/client/search_settings.rb".freeze, "lib/elastic/app-search/client/synonyms.rb".freeze, "lib/elastic/app-search/exceptions.rb".freeze, "lib/elastic/app-search/request.rb".freeze, "lib/elastic/app-search/utils.rb".freeze, "lib/elastic/app-search/version.rb".freeze, "logo-app-search.png".freeze, "script/console".freeze, "spec/analytics_spec.rb".freeze, "spec/click_spec.rb".freeze, "spec/client_spec.rb".freeze, "spec/config_helper.rb".freeze, "spec/credentials_spec.rb".freeze, "spec/curations_spec.rb".freeze, "spec/documents_spec.rb".freeze, "spec/engines_spec.rb".freeze, "spec/exceptions_spec.rb".freeze, "spec/logs_spec.rb".freeze, "spec/query_suggestion_spec.rb".freeze, "spec/schema_spec.rb".freeze, "spec/search_settings_spec.rb".freeze, "spec/search_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/synonyms_spec.rb".freeze] s.homepage = "https://github.com/elastic/app-search-ruby".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Official gem for accessing the Elastic App Search API".freeze s.test_files = ["spec/analytics_spec.rb".freeze, "spec/click_spec.rb".freeze, "spec/client_spec.rb".freeze, "spec/config_helper.rb".freeze, "spec/credentials_spec.rb".freeze, "spec/curations_spec.rb".freeze, "spec/documents_spec.rb".freeze, "spec/engines_spec.rb".freeze, "spec/exceptions_spec.rb".freeze, "spec/logs_spec.rb".freeze, "spec/query_suggestion_spec.rb".freeze, "spec/schema_spec.rb".freeze, "spec/search_settings_spec.rb".freeze, "spec/search_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/synonyms_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.11.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5".freeze, "< 3.0".freeze]) end