# -*- encoding: utf-8 -*- # stub: friendlyfashion-thinking-sphinx 2.0.14.4 ruby lib Gem::Specification.new do |s| s.name = "friendlyfashion-thinking-sphinx".freeze s.version = "2.0.14.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Justas Janauskas".freeze, "Laurynas Butkus".freeze, "Viktoras Agejevas".freeze] s.date = "2013-06-04" s.description = "A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching.".freeze s.email = ["jjanauskas@gmail.com".freeze, "laurynas.butkus@gmail.com".freeze, "v.agejevas@gmail.com".freeze] s.files = ["HISTORY".freeze, "LICENCE".freeze, "README.textile".freeze, "features/abstract_inheritance.feature".freeze, "features/alternate_primary_key.feature".freeze, "features/attribute_transformation.feature".freeze, "features/attribute_updates.feature".freeze, "features/deleting_instances.feature".freeze, "features/direct_attributes.feature".freeze, "features/excerpts.feature".freeze, "features/extensible_delta_indexing.feature".freeze, "features/facets.feature".freeze, "features/facets_across_model.feature".freeze, "features/field_sorting.feature".freeze, "features/handling_edits.feature".freeze, "features/retry_stale_indexes.feature".freeze, "features/searching_across_models.feature".freeze, "features/searching_by_index.feature".freeze, "features/searching_by_model.feature".freeze, "features/searching_with_find_arguments.feature".freeze, "features/sphinx_detection.feature".freeze, "features/sphinx_scopes.feature".freeze, "features/step_definitions/alpha_steps.rb".freeze, "features/step_definitions/beta_steps.rb".freeze, "features/step_definitions/common_steps.rb".freeze, "features/step_definitions/extensible_delta_indexing_steps.rb".freeze, "features/step_definitions/facet_steps.rb".freeze, "features/step_definitions/find_arguments_steps.rb".freeze, "features/step_definitions/gamma_steps.rb".freeze, "features/step_definitions/scope_steps.rb".freeze, "features/step_definitions/search_steps.rb".freeze, "features/step_definitions/sphinx_steps.rb".freeze, "features/sti_searching.feature".freeze, "features/support/env.rb".freeze, "features/support/lib/generic_delta_handler.rb".freeze, "features/thinking_sphinx/database.example.yml".freeze, "features/thinking_sphinx/db/.gitignore".freeze, "features/thinking_sphinx/db/fixtures/alphas.rb".freeze, "features/thinking_sphinx/db/fixtures/authors.rb".freeze, "features/thinking_sphinx/db/fixtures/betas.rb".freeze, "features/thinking_sphinx/db/fixtures/boxes.rb".freeze, "features/thinking_sphinx/db/fixtures/categories.rb".freeze, "features/thinking_sphinx/db/fixtures/cats.rb".freeze, "features/thinking_sphinx/db/fixtures/comments.rb".freeze, "features/thinking_sphinx/db/fixtures/developers.rb".freeze, "features/thinking_sphinx/db/fixtures/dogs.rb".freeze, "features/thinking_sphinx/db/fixtures/extensible_betas.rb".freeze, "features/thinking_sphinx/db/fixtures/foxes.rb".freeze, "features/thinking_sphinx/db/fixtures/gammas.rb".freeze, "features/thinking_sphinx/db/fixtures/music.rb".freeze, "features/thinking_sphinx/db/fixtures/people.rb".freeze, "features/thinking_sphinx/db/fixtures/post_keywords.txt".freeze, "features/thinking_sphinx/db/fixtures/posts.rb".freeze, "features/thinking_sphinx/db/fixtures/robots.rb".freeze, "features/thinking_sphinx/db/fixtures/tags.rb".freeze, "features/thinking_sphinx/db/migrations/create_alphas.rb".freeze, "features/thinking_sphinx/db/migrations/create_animals.rb".freeze, "features/thinking_sphinx/db/migrations/create_authors.rb".freeze, "features/thinking_sphinx/db/migrations/create_authors_posts.rb".freeze, "features/thinking_sphinx/db/migrations/create_betas.rb".freeze, "features/thinking_sphinx/db/migrations/create_boxes.rb".freeze, "features/thinking_sphinx/db/migrations/create_categories.rb".freeze, "features/thinking_sphinx/db/migrations/create_comments.rb".freeze, "features/thinking_sphinx/db/migrations/create_developers.rb".freeze, "features/thinking_sphinx/db/migrations/create_extensible_betas.rb".freeze, "features/thinking_sphinx/db/migrations/create_gammas.rb".freeze, "features/thinking_sphinx/db/migrations/create_genres.rb".freeze, "features/thinking_sphinx/db/migrations/create_music.rb".freeze, "features/thinking_sphinx/db/migrations/create_people.rb".freeze, "features/thinking_sphinx/db/migrations/create_posts.rb".freeze, "features/thinking_sphinx/db/migrations/create_robots.rb".freeze, "features/thinking_sphinx/db/migrations/create_taggings.rb".freeze, "features/thinking_sphinx/db/migrations/create_tags.rb".freeze, "features/thinking_sphinx/models/alpha.rb".freeze, "features/thinking_sphinx/models/andrew.rb".freeze, "features/thinking_sphinx/models/animal.rb".freeze, "features/thinking_sphinx/models/author.rb".freeze, "features/thinking_sphinx/models/beta.rb".freeze, "features/thinking_sphinx/models/box.rb".freeze, "features/thinking_sphinx/models/cat.rb".freeze, "features/thinking_sphinx/models/category.rb".freeze, "features/thinking_sphinx/models/comment.rb".freeze, "features/thinking_sphinx/models/developer.rb".freeze, "features/thinking_sphinx/models/dog.rb".freeze, "features/thinking_sphinx/models/extensible_beta.rb".freeze, "features/thinking_sphinx/models/fox.rb".freeze, "features/thinking_sphinx/models/gamma.rb".freeze, "features/thinking_sphinx/models/genre.rb".freeze, "features/thinking_sphinx/models/medium.rb".freeze, "features/thinking_sphinx/models/music.rb".freeze, "features/thinking_sphinx/models/person.rb".freeze, "features/thinking_sphinx/models/post.rb".freeze, "features/thinking_sphinx/models/robot.rb".freeze, "features/thinking_sphinx/models/tag.rb".freeze, "features/thinking_sphinx/models/tagging.rb".freeze, "lib/cucumber/thinking_sphinx/external_world.rb".freeze, "lib/cucumber/thinking_sphinx/internal_world.rb".freeze, "lib/cucumber/thinking_sphinx/sql_logger.rb".freeze, "lib/thinking-sphinx.rb".freeze, "lib/thinking_sphinx.rb".freeze, "lib/thinking_sphinx/action_controller.rb".freeze, "lib/thinking_sphinx/active_record.rb".freeze, "lib/thinking_sphinx/active_record/attribute_updates.rb".freeze, "lib/thinking_sphinx/active_record/collection_proxy.rb".freeze, "lib/thinking_sphinx/active_record/collection_proxy_with_scopes.rb".freeze, "lib/thinking_sphinx/active_record/delta.rb".freeze, "lib/thinking_sphinx/active_record/has_many_association.rb".freeze, "lib/thinking_sphinx/active_record/has_many_association_with_scopes.rb".freeze, "lib/thinking_sphinx/active_record/log_subscriber.rb".freeze, "lib/thinking_sphinx/active_record/scopes.rb".freeze, "lib/thinking_sphinx/adapters/abstract_adapter.rb".freeze, "lib/thinking_sphinx/adapters/mysql_adapter.rb".freeze, "lib/thinking_sphinx/adapters/postgresql_adapter.rb".freeze, "lib/thinking_sphinx/association.rb".freeze, "lib/thinking_sphinx/attribute.rb".freeze, "lib/thinking_sphinx/auto_version.rb".freeze, "lib/thinking_sphinx/bundled_search.rb".freeze, "lib/thinking_sphinx/class_facet.rb".freeze, "lib/thinking_sphinx/configuration.rb".freeze, "lib/thinking_sphinx/connection.rb".freeze, "lib/thinking_sphinx/context.rb".freeze, "lib/thinking_sphinx/core/string.rb".freeze, "lib/thinking_sphinx/deltas.rb".freeze, "lib/thinking_sphinx/deltas/default_delta.rb".freeze, "lib/thinking_sphinx/deltas/delete_job.rb".freeze, "lib/thinking_sphinx/deltas/index_job.rb".freeze, "lib/thinking_sphinx/deploy/capistrano.rb".freeze, "lib/thinking_sphinx/excerpter.rb".freeze, "lib/thinking_sphinx/facet.rb".freeze, "lib/thinking_sphinx/facet_search.rb".freeze, "lib/thinking_sphinx/field.rb".freeze, "lib/thinking_sphinx/index.rb".freeze, "lib/thinking_sphinx/index/builder.rb".freeze, "lib/thinking_sphinx/index/faux_column.rb".freeze, "lib/thinking_sphinx/join.rb".freeze, "lib/thinking_sphinx/property.rb".freeze, "lib/thinking_sphinx/railtie.rb".freeze, "lib/thinking_sphinx/search.rb".freeze, "lib/thinking_sphinx/search_methods.rb".freeze, "lib/thinking_sphinx/sinatra.rb".freeze, "lib/thinking_sphinx/source.rb".freeze, "lib/thinking_sphinx/source/internal_properties.rb".freeze, "lib/thinking_sphinx/source/sql.rb".freeze, "lib/thinking_sphinx/tasks.rb".freeze, "lib/thinking_sphinx/test.rb".freeze, "lib/thinking_sphinx/version.rb".freeze, "spec/fixtures/data.sql".freeze, "spec/fixtures/database.yml.default".freeze, "spec/fixtures/models.rb".freeze, "spec/fixtures/structure.sql".freeze, "spec/spec_helper.rb".freeze, "spec/sphinx_helper.rb".freeze, "spec/support/rails.rb".freeze, "spec/thinking_sphinx/active_record/delta_spec.rb".freeze, "spec/thinking_sphinx/active_record/has_many_association_spec.rb".freeze, "spec/thinking_sphinx/active_record/scopes_spec.rb".freeze, "spec/thinking_sphinx/active_record_spec.rb".freeze, "spec/thinking_sphinx/adapters/abstract_adapter_spec.rb".freeze, "spec/thinking_sphinx/association_spec.rb".freeze, "spec/thinking_sphinx/attribute_spec.rb".freeze, "spec/thinking_sphinx/auto_version_spec.rb".freeze, "spec/thinking_sphinx/configuration_spec.rb".freeze, "spec/thinking_sphinx/connection_spec.rb".freeze, "spec/thinking_sphinx/context_spec.rb".freeze, "spec/thinking_sphinx/core/array_spec.rb".freeze, "spec/thinking_sphinx/core/string_spec.rb".freeze, "spec/thinking_sphinx/excerpter_spec.rb".freeze, "spec/thinking_sphinx/facet_search_spec.rb".freeze, "spec/thinking_sphinx/facet_spec.rb".freeze, "spec/thinking_sphinx/field_spec.rb".freeze, "spec/thinking_sphinx/index/builder_spec.rb".freeze, "spec/thinking_sphinx/index/faux_column_spec.rb".freeze, "spec/thinking_sphinx/index_spec.rb".freeze, "spec/thinking_sphinx/search_methods_spec.rb".freeze, "spec/thinking_sphinx/search_spec.rb".freeze, "spec/thinking_sphinx/source_spec.rb".freeze, "spec/thinking_sphinx/test_spec.rb".freeze, "spec/thinking_sphinx_spec.rb".freeze] s.homepage = "http://pat.github.com/ts/en/".freeze s.post_install_message = "If you're upgrading, you should read this:\nhttp://pat.github.com/ts/en/upgrading.html\n\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "ActiveRecord/Rails Sphinx library".freeze s.test_files = ["features/abstract_inheritance.feature".freeze, "features/alternate_primary_key.feature".freeze, "features/attribute_transformation.feature".freeze, "features/attribute_updates.feature".freeze, "features/deleting_instances.feature".freeze, "features/direct_attributes.feature".freeze, "features/excerpts.feature".freeze, "features/extensible_delta_indexing.feature".freeze, "features/facets.feature".freeze, "features/facets_across_model.feature".freeze, "features/field_sorting.feature".freeze, "features/handling_edits.feature".freeze, "features/retry_stale_indexes.feature".freeze, "features/searching_across_models.feature".freeze, "features/searching_by_index.feature".freeze, "features/searching_by_model.feature".freeze, "features/searching_with_find_arguments.feature".freeze, "features/sphinx_detection.feature".freeze, "features/sphinx_scopes.feature".freeze, "features/step_definitions/alpha_steps.rb".freeze, "features/step_definitions/beta_steps.rb".freeze, "features/step_definitions/common_steps.rb".freeze, "features/step_definitions/extensible_delta_indexing_steps.rb".freeze, "features/step_definitions/facet_steps.rb".freeze, "features/step_definitions/find_arguments_steps.rb".freeze, "features/step_definitions/gamma_steps.rb".freeze, "features/step_definitions/scope_steps.rb".freeze, "features/step_definitions/search_steps.rb".freeze, "features/step_definitions/sphinx_steps.rb".freeze, "features/sti_searching.feature".freeze, "features/support/env.rb".freeze, "features/support/lib/generic_delta_handler.rb".freeze, "features/thinking_sphinx/database.example.yml".freeze, "features/thinking_sphinx/db/.gitignore".freeze, "features/thinking_sphinx/db/fixtures/alphas.rb".freeze, "features/thinking_sphinx/db/fixtures/authors.rb".freeze, "features/thinking_sphinx/db/fixtures/betas.rb".freeze, "features/thinking_sphinx/db/fixtures/boxes.rb".freeze, "features/thinking_sphinx/db/fixtures/categories.rb".freeze, "features/thinking_sphinx/db/fixtures/cats.rb".freeze, "features/thinking_sphinx/db/fixtures/comments.rb".freeze, "features/thinking_sphinx/db/fixtures/developers.rb".freeze, "features/thinking_sphinx/db/fixtures/dogs.rb".freeze, "features/thinking_sphinx/db/fixtures/extensible_betas.rb".freeze, "features/thinking_sphinx/db/fixtures/foxes.rb".freeze, "features/thinking_sphinx/db/fixtures/gammas.rb".freeze, "features/thinking_sphinx/db/fixtures/music.rb".freeze, "features/thinking_sphinx/db/fixtures/people.rb".freeze, "features/thinking_sphinx/db/fixtures/post_keywords.txt".freeze, "features/thinking_sphinx/db/fixtures/posts.rb".freeze, "features/thinking_sphinx/db/fixtures/robots.rb".freeze, "features/thinking_sphinx/db/fixtures/tags.rb".freeze, "features/thinking_sphinx/db/migrations/create_alphas.rb".freeze, "features/thinking_sphinx/db/migrations/create_animals.rb".freeze, "features/thinking_sphinx/db/migrations/create_authors.rb".freeze, "features/thinking_sphinx/db/migrations/create_authors_posts.rb".freeze, "features/thinking_sphinx/db/migrations/create_betas.rb".freeze, "features/thinking_sphinx/db/migrations/create_boxes.rb".freeze, "features/thinking_sphinx/db/migrations/create_categories.rb".freeze, "features/thinking_sphinx/db/migrations/create_comments.rb".freeze, "features/thinking_sphinx/db/migrations/create_developers.rb".freeze, "features/thinking_sphinx/db/migrations/create_extensible_betas.rb".freeze, "features/thinking_sphinx/db/migrations/create_gammas.rb".freeze, "features/thinking_sphinx/db/migrations/create_genres.rb".freeze, "features/thinking_sphinx/db/migrations/create_music.rb".freeze, "features/thinking_sphinx/db/migrations/create_people.rb".freeze, "features/thinking_sphinx/db/migrations/create_posts.rb".freeze, "features/thinking_sphinx/db/migrations/create_robots.rb".freeze, "features/thinking_sphinx/db/migrations/create_taggings.rb".freeze, "features/thinking_sphinx/db/migrations/create_tags.rb".freeze, "features/thinking_sphinx/models/alpha.rb".freeze, "features/thinking_sphinx/models/andrew.rb".freeze, "features/thinking_sphinx/models/animal.rb".freeze, "features/thinking_sphinx/models/author.rb".freeze, "features/thinking_sphinx/models/beta.rb".freeze, "features/thinking_sphinx/models/box.rb".freeze, "features/thinking_sphinx/models/cat.rb".freeze, "features/thinking_sphinx/models/category.rb".freeze, "features/thinking_sphinx/models/comment.rb".freeze, "features/thinking_sphinx/models/developer.rb".freeze, "features/thinking_sphinx/models/dog.rb".freeze, "features/thinking_sphinx/models/extensible_beta.rb".freeze, "features/thinking_sphinx/models/fox.rb".freeze, "features/thinking_sphinx/models/gamma.rb".freeze, "features/thinking_sphinx/models/genre.rb".freeze, "features/thinking_sphinx/models/medium.rb".freeze, "features/thinking_sphinx/models/music.rb".freeze, "features/thinking_sphinx/models/person.rb".freeze, "features/thinking_sphinx/models/post.rb".freeze, "features/thinking_sphinx/models/robot.rb".freeze, "features/thinking_sphinx/models/tag.rb".freeze, "features/thinking_sphinx/models/tagging.rb".freeze, "spec/fixtures/data.sql".freeze, "spec/fixtures/database.yml.default".freeze, "spec/fixtures/models.rb".freeze, "spec/fixtures/structure.sql".freeze, "spec/spec_helper.rb".freeze, "spec/sphinx_helper.rb".freeze, "spec/support/rails.rb".freeze, "spec/thinking_sphinx/active_record/delta_spec.rb".freeze, "spec/thinking_sphinx/active_record/has_many_association_spec.rb".freeze, "spec/thinking_sphinx/active_record/scopes_spec.rb".freeze, "spec/thinking_sphinx/active_record_spec.rb".freeze, "spec/thinking_sphinx/adapters/abstract_adapter_spec.rb".freeze, "spec/thinking_sphinx/association_spec.rb".freeze, "spec/thinking_sphinx/attribute_spec.rb".freeze, "spec/thinking_sphinx/auto_version_spec.rb".freeze, "spec/thinking_sphinx/configuration_spec.rb".freeze, "spec/thinking_sphinx/connection_spec.rb".freeze, "spec/thinking_sphinx/context_spec.rb".freeze, "spec/thinking_sphinx/core/array_spec.rb".freeze, "spec/thinking_sphinx/core/string_spec.rb".freeze, "spec/thinking_sphinx/excerpter_spec.rb".freeze, "spec/thinking_sphinx/facet_search_spec.rb".freeze, "spec/thinking_sphinx/facet_spec.rb".freeze, "spec/thinking_sphinx/field_spec.rb".freeze, "spec/thinking_sphinx/index/builder_spec.rb".freeze, "spec/thinking_sphinx/index/faux_column_spec.rb".freeze, "spec/thinking_sphinx/index_spec.rb".freeze, "spec/thinking_sphinx/search_methods_spec.rb".freeze, "spec/thinking_sphinx/search_spec.rb".freeze, "spec/thinking_sphinx/source_spec.rb".freeze, "spec/thinking_sphinx/test_spec.rb".freeze, "spec/thinking_sphinx_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.0.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.2".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.3".freeze]) s.add_development_dependency(%q.freeze, ["= 0.4.0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.0.2".freeze]) s.add_development_dependency(%q.freeze, ["= 0.3.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.2".freeze]) s.add_development_dependency(%q.freeze, ["= 2.6.0".freeze]) s.add_development_dependency(%q.freeze, ["= 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.7.2".freeze]) end