# -*- encoding: utf-8 -*- # stub: elastics-client 1.1.3 ruby lib Gem::Specification.new do |s| s.name = "elastics-client".freeze s.version = "1.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Domizio Demichelis".freeze] s.date = "2013-09-17" s.description = "Core gem used by all the elastics gems. Provides the core resources: HTTP clients,\nElasticsearch API Methods, Templating System, Cascading Variables Management, Result Extenders, Logging & Debugging, Self-documenting Tool, Rake Tasks, ...".freeze s.email = "dd.nexus@gmail.com".freeze s.files = ["LICENSE".freeze, "README.md".freeze, "VERSION".freeze, "elastics-client.gemspec".freeze, "lib/elastics-client.rb".freeze, "lib/elastics/api_stubs.rb".freeze, "lib/elastics/api_templates/cluster_api.yml".freeze, "lib/elastics/api_templates/core_api.yml".freeze, "lib/elastics/api_templates/indices_api.yml".freeze, "lib/elastics/class_proxy/base.rb".freeze, "lib/elastics/class_proxy/templates.rb".freeze, "lib/elastics/class_proxy/templates/doc.rb".freeze, "lib/elastics/class_proxy/templates/search.rb".freeze, "lib/elastics/client_live_reindex.rb".freeze, "lib/elastics/configuration.rb".freeze, "lib/elastics/errors.rb".freeze, "lib/elastics/http_clients/base.rb".freeze, "lib/elastics/http_clients/loader.rb".freeze, "lib/elastics/http_clients/patron.rb".freeze, "lib/elastics/http_clients/rest_client.rb".freeze, "lib/elastics/indices.rb".freeze, "lib/elastics/logger.rb".freeze, "lib/elastics/prog_bar.rb".freeze, "lib/elastics/result.rb".freeze, "lib/elastics/result/bulk.rb".freeze, "lib/elastics/result/document.rb".freeze, "lib/elastics/result/multi_get.rb".freeze, "lib/elastics/result/search.rb".freeze, "lib/elastics/struct/array.rb".freeze, "lib/elastics/struct/hash.rb".freeze, "lib/elastics/struct/mergeable.rb".freeze, "lib/elastics/struct/paginable.rb".freeze, "lib/elastics/struct/prunable.rb".freeze, "lib/elastics/struct/symbolize.rb".freeze, "lib/elastics/tasks.rb".freeze, "lib/elastics/template.rb".freeze, "lib/elastics/template/common.rb".freeze, "lib/elastics/template/logger.rb".freeze, "lib/elastics/template/partial.rb".freeze, "lib/elastics/template/search.rb".freeze, "lib/elastics/template/slim_search.rb".freeze, "lib/elastics/template/tags.rb".freeze, "lib/elastics/templates.rb".freeze, "lib/elastics/utility_methods.rb".freeze, "lib/elastics/utils.rb".freeze, "lib/elastics/variables.rb".freeze, "lib/tasks.rake".freeze] s.homepage = "http://elastics.github.io/elastics".freeze s.licenses = ["MIT".freeze] s.post_install_message = "________________________________________________________________________________\n\n ELASTICS INSTALLATION NOTES\n________________________________________________________________________________\n\nNew Documentation: http://elastics.github.io/elastics\n\nUpgrading Tutorial: http://elastics.github.io/elastics/doc/7-Tutorials/2-Migrate-from-0.x.html\n\n________________________________________________________________________________\n".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Client gem for elasticsearch".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.3.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.6".freeze]) end