# -*- encoding: utf-8 -*- # stub: agnostic_backend 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "agnostic_backend".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Iasonas Gavriilidis".freeze, "Laertis Pappas".freeze, "Kyriakos Kentzoglanakis".freeze] s.bindir = "exe".freeze s.date = "2016-10-19" s.email = ["i.gavriilidis@pamediakopes.gr".freeze, "l.pappas@pamediakopes.gr".freeze, "k.kentzoglanakis@pamediakopes.gr".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "agnostic_backend.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "doc/indexable.md".freeze, "doc/queryable.md".freeze, "lib/agnostic_backend.rb".freeze, "lib/agnostic_backend/cloudsearch/index.rb".freeze, "lib/agnostic_backend/cloudsearch/index_field.rb".freeze, "lib/agnostic_backend/cloudsearch/indexer.rb".freeze, "lib/agnostic_backend/cloudsearch/remote_index_field.rb".freeze, "lib/agnostic_backend/elasticsearch/client.rb".freeze, "lib/agnostic_backend/elasticsearch/index.rb".freeze, "lib/agnostic_backend/elasticsearch/index_field.rb".freeze, "lib/agnostic_backend/elasticsearch/indexer.rb".freeze, "lib/agnostic_backend/elasticsearch/remote_index_field.rb".freeze, "lib/agnostic_backend/index.rb".freeze, "lib/agnostic_backend/indexable/config.rb".freeze, "lib/agnostic_backend/indexable/content_manager.rb".freeze, "lib/agnostic_backend/indexable/field.rb".freeze, "lib/agnostic_backend/indexable/field_type.rb".freeze, "lib/agnostic_backend/indexable/indexable.rb".freeze, "lib/agnostic_backend/indexable/object_observer.rb".freeze, "lib/agnostic_backend/indexer.rb".freeze, "lib/agnostic_backend/queryable/attribute.rb".freeze, "lib/agnostic_backend/queryable/cloudsearch/executor.rb".freeze, "lib/agnostic_backend/queryable/cloudsearch/query.rb".freeze, "lib/agnostic_backend/queryable/cloudsearch/query_builder.rb".freeze, "lib/agnostic_backend/queryable/cloudsearch/result_set.rb".freeze, "lib/agnostic_backend/queryable/cloudsearch/simple_visitor.rb".freeze, "lib/agnostic_backend/queryable/cloudsearch/visitor.rb".freeze, "lib/agnostic_backend/queryable/criteria/binary.rb".freeze, "lib/agnostic_backend/queryable/criteria/criterion.rb".freeze, "lib/agnostic_backend/queryable/criteria/ternary.rb".freeze, "lib/agnostic_backend/queryable/criteria_builder.rb".freeze, "lib/agnostic_backend/queryable/elasticsearch/executor.rb".freeze, "lib/agnostic_backend/queryable/elasticsearch/query.rb".freeze, "lib/agnostic_backend/queryable/elasticsearch/query_builder.rb".freeze, "lib/agnostic_backend/queryable/elasticsearch/result_set.rb".freeze, "lib/agnostic_backend/queryable/elasticsearch/visitor.rb".freeze, "lib/agnostic_backend/queryable/executor.rb".freeze, "lib/agnostic_backend/queryable/expressions/expression.rb".freeze, "lib/agnostic_backend/queryable/operations/n_ary.rb".freeze, "lib/agnostic_backend/queryable/operations/operation.rb".freeze, "lib/agnostic_backend/queryable/operations/unary.rb".freeze, "lib/agnostic_backend/queryable/query.rb".freeze, "lib/agnostic_backend/queryable/query_builder.rb".freeze, "lib/agnostic_backend/queryable/result_set.rb".freeze, "lib/agnostic_backend/queryable/tree_node.rb".freeze, "lib/agnostic_backend/queryable/validator.rb".freeze, "lib/agnostic_backend/queryable/value.rb".freeze, "lib/agnostic_backend/queryable/visitor.rb".freeze, "lib/agnostic_backend/rspec/matchers.rb".freeze, "lib/agnostic_backend/utilities.rb".freeze, "lib/agnostic_backend/version.rb".freeze] s.homepage = "https://github.com/e-travel/agnostic_backend".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A gem to index/query ruby objects to/from remote backends".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["> 3".freeze, "< 5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10".freeze]) s.add_development_dependency(%q.freeze, ["~> 3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end