# -*- encoding: utf-8 -*- # stub: kpumuk-rlibsphinxclient 0.2.1 ruby libext # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "kpumuk-rlibsphinxclient".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Dmytro Shteflyuk".freeze] s.date = "2009-01-27" s.description = "A Ruby wrapper for pure C searchd client API library".freeze s.email = "kpumuk@kpumuk.info".freeze s.extensions = ["ext/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG.rdoc".freeze, "ext/extconf.rb".freeze, "ext/rlibsphinxclient.i".freeze, "ext/rlibsphinxclient_wrap.c".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, "lib/sphinx.rb".freeze, "LICENSE".freeze, "README.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "Manifest".freeze, "README.rdoc".freeze, "Rakefile".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 = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "Rlibsphinxclient".freeze, "--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby wrapper for pure C searchd client API library".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end