# -*- encoding: utf-8 -*- # stub: sphinx 2.1.1.3711 ruby lib Gem::Specification.new do |s| s.name = "sphinx".freeze s.version = "2.1.1.3711".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dmytro Shteflyuk".freeze] s.date = "2013-03-14" s.description = "An easy interface to Sphinx standalone full-text search engine. It is implemented as plugin for Ruby on Rails, but can be easily used as standalone library.".freeze s.email = ["kpumuk@kpumuk.info".freeze] s.extra_rdoc_files = ["README.md".freeze, "CHANGELOG.md".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/sphinx.rb".freeze, "lib/sphinx/buffered_io.rb".freeze, "lib/sphinx/client.rb".freeze, "lib/sphinx/constants.rb".freeze, "lib/sphinx/indifferent_access.rb".freeze, "lib/sphinx/request.rb".freeze, "lib/sphinx/response.rb".freeze, "lib/sphinx/server.rb".freeze, "lib/sphinx/timeout.rb".freeze, "lib/sphinx/version.rb".freeze, "spec/client_response_spec.rb".freeze, "spec/client_spec.rb".freeze, "spec/client_validations_spec.rb".freeze, "spec/fixtures/requests/default_search.dat".freeze, "spec/fixtures/requests/default_search_index.dat".freeze, "spec/fixtures/requests/excerpt_custom.dat".freeze, "spec/fixtures/requests/excerpt_default.dat".freeze, "spec/fixtures/requests/excerpt_flags.dat".freeze, "spec/fixtures/requests/field_weights.dat".freeze, "spec/fixtures/requests/filter.dat".freeze, "spec/fixtures/requests/filter_exclude.dat".freeze, "spec/fixtures/requests/filter_float_range.dat".freeze, "spec/fixtures/requests/filter_float_range_exclude.dat".freeze, "spec/fixtures/requests/filter_range.dat".freeze, "spec/fixtures/requests/filter_range_exclude.dat".freeze, "spec/fixtures/requests/filter_range_int64.dat".freeze, "spec/fixtures/requests/filter_ranges.dat".freeze, "spec/fixtures/requests/filters.dat".freeze, "spec/fixtures/requests/filters_different.dat".freeze, "spec/fixtures/requests/geo_anchor.dat".freeze, "spec/fixtures/requests/group_by_attr.dat".freeze, "spec/fixtures/requests/group_by_attrpair.dat".freeze, "spec/fixtures/requests/group_by_day.dat".freeze, "spec/fixtures/requests/group_by_day_sort.dat".freeze, "spec/fixtures/requests/group_by_month.dat".freeze, "spec/fixtures/requests/group_by_week.dat".freeze, "spec/fixtures/requests/group_by_year.dat".freeze, "spec/fixtures/requests/group_distinct.dat".freeze, "spec/fixtures/requests/id_range.dat".freeze, "spec/fixtures/requests/id_range64.dat".freeze, "spec/fixtures/requests/index_weights.dat".freeze, "spec/fixtures/requests/keywords.dat".freeze, "spec/fixtures/requests/limits.dat".freeze, "spec/fixtures/requests/limits_cutoff.dat".freeze, "spec/fixtures/requests/limits_max.dat".freeze, "spec/fixtures/requests/limits_max_cutoff.dat".freeze, "spec/fixtures/requests/match_all.dat".freeze, "spec/fixtures/requests/match_any.dat".freeze, "spec/fixtures/requests/match_boolean.dat".freeze, "spec/fixtures/requests/match_extended.dat".freeze, "spec/fixtures/requests/match_extended2.dat".freeze, "spec/fixtures/requests/match_fullscan.dat".freeze, "spec/fixtures/requests/match_phrase.dat".freeze, "spec/fixtures/requests/max_query_time.dat".freeze, "spec/fixtures/requests/miltiple_queries.dat".freeze, "spec/fixtures/requests/outer_select.dat".freeze, "spec/fixtures/requests/override.dat".freeze, "spec/fixtures/requests/php/default_search.php".freeze, "spec/fixtures/requests/php/default_search_index.php".freeze, "spec/fixtures/requests/php/excerpt_custom.php".freeze, "spec/fixtures/requests/php/excerpt_default.php".freeze, "spec/fixtures/requests/php/excerpt_flags.php".freeze, "spec/fixtures/requests/php/field_weights.php".freeze, "spec/fixtures/requests/php/filter.php".freeze, "spec/fixtures/requests/php/filter_exclude.php".freeze, "spec/fixtures/requests/php/filter_float_range.php".freeze, "spec/fixtures/requests/php/filter_float_range_exclude.php".freeze, "spec/fixtures/requests/php/filter_range.php".freeze, "spec/fixtures/requests/php/filter_range_exclude.php".freeze, "spec/fixtures/requests/php/filter_range_int64.php".freeze, "spec/fixtures/requests/php/filter_ranges.php".freeze, "spec/fixtures/requests/php/filters.php".freeze, "spec/fixtures/requests/php/filters_different.php".freeze, "spec/fixtures/requests/php/geo_anchor.php".freeze, "spec/fixtures/requests/php/group_by_attr.php".freeze, "spec/fixtures/requests/php/group_by_attrpair.php".freeze, "spec/fixtures/requests/php/group_by_day.php".freeze, "spec/fixtures/requests/php/group_by_day_sort.php".freeze, "spec/fixtures/requests/php/group_by_month.php".freeze, "spec/fixtures/requests/php/group_by_week.php".freeze, "spec/fixtures/requests/php/group_by_year.php".freeze, "spec/fixtures/requests/php/group_distinct.php".freeze, "spec/fixtures/requests/php/id_range.php".freeze, "spec/fixtures/requests/php/id_range64.php".freeze, "spec/fixtures/requests/php/index_weights.php".freeze, "spec/fixtures/requests/php/keywords.php".freeze, "spec/fixtures/requests/php/limits.php".freeze, "spec/fixtures/requests/php/limits_cutoff.php".freeze, "spec/fixtures/requests/php/limits_max.php".freeze, "spec/fixtures/requests/php/limits_max_cutoff.php".freeze, "spec/fixtures/requests/php/match_all.php".freeze, "spec/fixtures/requests/php/match_any.php".freeze, "spec/fixtures/requests/php/match_boolean.php".freeze, "spec/fixtures/requests/php/match_extended.php".freeze, "spec/fixtures/requests/php/match_extended2.php".freeze, "spec/fixtures/requests/php/match_fullscan.php".freeze, "spec/fixtures/requests/php/match_phrase.php".freeze, "spec/fixtures/requests/php/max_query_time.php".freeze, "spec/fixtures/requests/php/miltiple_queries.php".freeze, "spec/fixtures/requests/php/outer_select.php".freeze, "spec/fixtures/requests/php/override.php".freeze, "spec/fixtures/requests/php/query_flag.php".freeze, "spec/fixtures/requests/php/query_flag_after_reset.php".freeze, "spec/fixtures/requests/php/ranking_bm25.php".freeze, "spec/fixtures/requests/php/ranking_expr.php".freeze, "spec/fixtures/requests/php/ranking_fieldmask.php".freeze, "spec/fixtures/requests/php/ranking_matchany.php".freeze, "spec/fixtures/requests/php/ranking_none.php".freeze, "spec/fixtures/requests/php/ranking_proximity.php".freeze, "spec/fixtures/requests/php/ranking_proximity_bm25.php".freeze, "spec/fixtures/requests/php/ranking_sph04.php".freeze, "spec/fixtures/requests/php/ranking_wordcount.php".freeze, "spec/fixtures/requests/php/retries.php".freeze, "spec/fixtures/requests/php/retries_delay.php".freeze, "spec/fixtures/requests/php/select.php".freeze, "spec/fixtures/requests/php/sort_attr_asc.php".freeze, "spec/fixtures/requests/php/sort_attr_desc.php".freeze, "spec/fixtures/requests/php/sort_expr.php".freeze, "spec/fixtures/requests/php/sort_extended.php".freeze, "spec/fixtures/requests/php/sort_relevance.php".freeze, "spec/fixtures/requests/php/sort_time_segments.php".freeze, "spec/fixtures/requests/php/update_attributes.php".freeze, "spec/fixtures/requests/php/update_attributes_mva.php".freeze, "spec/fixtures/requests/php/weights.php".freeze, "spec/fixtures/requests/query_flag.dat".freeze, "spec/fixtures/requests/query_flag_after_reset.dat".freeze, "spec/fixtures/requests/ranking_bm25.dat".freeze, "spec/fixtures/requests/ranking_expr.dat".freeze, "spec/fixtures/requests/ranking_fieldmask.dat".freeze, "spec/fixtures/requests/ranking_matchany.dat".freeze, "spec/fixtures/requests/ranking_none.dat".freeze, "spec/fixtures/requests/ranking_proximity.dat".freeze, "spec/fixtures/requests/ranking_proximity_bm25.dat".freeze, "spec/fixtures/requests/ranking_sph04.dat".freeze, "spec/fixtures/requests/ranking_wordcount.dat".freeze, "spec/fixtures/requests/retries.dat".freeze, "spec/fixtures/requests/retries_delay.dat".freeze, "spec/fixtures/requests/select.dat".freeze, "spec/fixtures/requests/sort_attr_asc.dat".freeze, "spec/fixtures/requests/sort_attr_desc.dat".freeze, "spec/fixtures/requests/sort_expr.dat".freeze, "spec/fixtures/requests/sort_extended.dat".freeze, "spec/fixtures/requests/sort_relevance.dat".freeze, "spec/fixtures/requests/sort_time_segments.dat".freeze, "spec/fixtures/requests/update_attributes.dat".freeze, "spec/fixtures/requests/update_attributes_mva.dat".freeze, "spec/fixtures/requests/weights.dat".freeze, "spec/fixtures/responses/build_excerpts.dat".freeze, "spec/fixtures/responses/build_keywords.dat".freeze, "spec/fixtures/responses/flush_attributes.dat".freeze, "spec/fixtures/responses/flush_attrs.dat".freeze, "spec/fixtures/responses/open.dat".freeze, "spec/fixtures/responses/open_twice.dat".freeze, "spec/fixtures/responses/php/build_excerpts.php".freeze, "spec/fixtures/responses/php/build_keywords.php".freeze, "spec/fixtures/responses/php/flush_attributes.php".freeze, "spec/fixtures/responses/php/open.php".freeze, "spec/fixtures/responses/php/open_twice.php".freeze, "spec/fixtures/responses/php/query.php".freeze, "spec/fixtures/responses/php/query_error.php".freeze, "spec/fixtures/responses/php/query_id64.php".freeze, "spec/fixtures/responses/php/run_queries.php".freeze, "spec/fixtures/responses/php/run_queries_error.php".freeze, "spec/fixtures/responses/php/status.php".freeze, "spec/fixtures/responses/php/update_attributes.php".freeze, "spec/fixtures/responses/php/update_attributes_mva.php".freeze, "spec/fixtures/responses/query.dat".freeze, "spec/fixtures/responses/query_error.dat".freeze, "spec/fixtures/responses/query_id64.dat".freeze, "spec/fixtures/responses/run_queries.dat".freeze, "spec/fixtures/responses/run_queries_error.dat".freeze, "spec/fixtures/responses/status.dat".freeze, "spec/fixtures/responses/update_attributes.dat".freeze, "spec/fixtures/responses/update_attributes_mva.dat".freeze, "spec/fixtures/sphinxapi.php".freeze, "spec/spec_helper.rb".freeze, "spec/sphinx/sphinx-id64.conf".freeze, "spec/sphinx/sphinx.conf".freeze, "spec/sphinx/sphinx_test.sql".freeze, "sphinx.gemspec".freeze] s.homepage = "http://github.com/kpumuk/sphinx".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Sphinx Client API for Ruby".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end