# -*- encoding: utf-8 -*- # stub: sphinx 0.9.10.2094 ruby lib Gem::Specification.new do |s| s.name = "sphinx".freeze s.version = "0.9.10.2094".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 = "2009-11-23" 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.rdoc".freeze] s.files = [".gitignore".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "init.rb".freeze, "lib/sphinx.rb".freeze, "lib/sphinx/buffered_io.rb".freeze, "lib/sphinx/client.rb".freeze, "lib/sphinx/request.rb".freeze, "lib/sphinx/response.rb".freeze, "lib/sphinx/server.rb".freeze, "lib/sphinx/timeout.rb".freeze, "spec/client_response_spec.rb".freeze, "spec/client_spec.rb".freeze, "spec/client_validations_spec.rb".freeze, "spec/fixtures/default_search.php".freeze, "spec/fixtures/default_search_index.php".freeze, "spec/fixtures/excerpt_custom.php".freeze, "spec/fixtures/excerpt_default.php".freeze, "spec/fixtures/excerpt_flags.php".freeze, "spec/fixtures/field_weights.php".freeze, "spec/fixtures/filter.php".freeze, "spec/fixtures/filter_exclude.php".freeze, "spec/fixtures/filter_float_range.php".freeze, "spec/fixtures/filter_float_range_exclude.php".freeze, "spec/fixtures/filter_range.php".freeze, "spec/fixtures/filter_range_exclude.php".freeze, "spec/fixtures/filter_range_int64.php".freeze, "spec/fixtures/filter_ranges.php".freeze, "spec/fixtures/filters.php".freeze, "spec/fixtures/filters_different.php".freeze, "spec/fixtures/geo_anchor.php".freeze, "spec/fixtures/group_by_attr.php".freeze, "spec/fixtures/group_by_attrpair.php".freeze, "spec/fixtures/group_by_day.php".freeze, "spec/fixtures/group_by_day_sort.php".freeze, "spec/fixtures/group_by_month.php".freeze, "spec/fixtures/group_by_week.php".freeze, "spec/fixtures/group_by_year.php".freeze, "spec/fixtures/group_distinct.php".freeze, "spec/fixtures/id_range.php".freeze, "spec/fixtures/id_range64.php".freeze, "spec/fixtures/index_weights.php".freeze, "spec/fixtures/keywords.php".freeze, "spec/fixtures/limits.php".freeze, "spec/fixtures/limits_cutoff.php".freeze, "spec/fixtures/limits_max.php".freeze, "spec/fixtures/limits_max_cutoff.php".freeze, "spec/fixtures/match_all.php".freeze, "spec/fixtures/match_any.php".freeze, "spec/fixtures/match_boolean.php".freeze, "spec/fixtures/match_extended.php".freeze, "spec/fixtures/match_extended2.php".freeze, "spec/fixtures/match_fullscan.php".freeze, "spec/fixtures/match_phrase.php".freeze, "spec/fixtures/max_query_time.php".freeze, "spec/fixtures/miltiple_queries.php".freeze, "spec/fixtures/ranking_bm25.php".freeze, "spec/fixtures/ranking_fieldmask.php".freeze, "spec/fixtures/ranking_matchany.php".freeze, "spec/fixtures/ranking_none.php".freeze, "spec/fixtures/ranking_proximity.php".freeze, "spec/fixtures/ranking_proximity_bm25.php".freeze, "spec/fixtures/ranking_sph04.php".freeze, "spec/fixtures/ranking_wordcount.php".freeze, "spec/fixtures/retries.php".freeze, "spec/fixtures/retries_delay.php".freeze, "spec/fixtures/select.php".freeze, "spec/fixtures/set_override.php".freeze, "spec/fixtures/sort_attr_asc.php".freeze, "spec/fixtures/sort_attr_desc.php".freeze, "spec/fixtures/sort_expr.php".freeze, "spec/fixtures/sort_extended.php".freeze, "spec/fixtures/sort_relevance.php".freeze, "spec/fixtures/sort_time_segments.php".freeze, "spec/fixtures/sphinxapi.php".freeze, "spec/fixtures/update_attributes.php".freeze, "spec/fixtures/update_attributes_mva.php".freeze, "spec/fixtures/weights.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.test_files = ["spec/client_response_spec.rb".freeze, "spec/client_spec.rb".freeze, "spec/client_validations_spec.rb".freeze, "spec/spec_helper.rb".freeze] end