# -*- encoding: utf-8 -*- # stub: rlibsphinxclient 0.2.2 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "rlibsphinxclient".freeze s.version = "0.2.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 = ["Dmytro Shteflyuk".freeze] s.date = "2009-10-15" s.email = "kpumuk@kpumuk.info".freeze s.extensions = ["ext/extconf.rb".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "ext/extconf.rb".freeze, "ext/rlibsphinxclient.i".freeze, "ext/rlibsphinxclient_wrap.c".freeze, "init.rb".freeze, "lib/sphinx.rb".freeze, "lib/sphinx/client.rb".freeze, "lib/sphinx/fast_client.rb".freeze, "lib/sphinx/request.rb".freeze, "lib/sphinx/response.rb".freeze, "lib/sphinx/safe_executor.rb".freeze, "lib/sphinx/timeout.rb".freeze, "rlibsphinxclient.gemspec".freeze, "spec/client_response_spec.rb".freeze, "spec/client_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_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_none.php".freeze, "spec/fixtures/ranking_proximity_bm25.php".freeze, "spec/fixtures/ranking_wordcount.php".freeze, "spec/fixtures/retries.php".freeze, "spec/fixtures/retries_delay.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/weights.php".freeze, "spec/sphinx/sphinx.conf".freeze, "spec/sphinx/sphinx_test.sql".freeze] s.homepage = "http://github.com/kpumuk/rlibsphinxclient".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby wrapper for pure C searchd client API library.".freeze s.test_files = ["spec/client_response_spec.rb".freeze, "spec/client_spec.rb".freeze] end