--- !ruby/object:Gem::Specification 
name: freelancing-god-thinking-sphinx
version: !ruby/object:Gem::Version 
  version: 0.9.8
platform: ruby
authors: 
- Pat Allan
autorequire: 
bindir: bin
cert_chain: []

date: 2008-07-08 00:00:00 -07:00
default_executable: 
dependencies: []

description: A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching.
email: pat@freelancing-gods.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- lib/riddle/client/filter.rb
- lib/riddle/client/message.rb
- lib/riddle/client/response.rb
- lib/riddle/client.rb
- lib/riddle.rb
- lib/test.rb
- lib/thinking_sphinx/active_record/delta.rb
- lib/thinking_sphinx/active_record/has_many_association.rb
- lib/thinking_sphinx/active_record/search.rb
- lib/thinking_sphinx/active_record.rb
- lib/thinking_sphinx/association.rb
- lib/thinking_sphinx/attribute.rb
- lib/thinking_sphinx/configuration.rb
- lib/thinking_sphinx/field.rb
- lib/thinking_sphinx/index/builder.rb
- lib/thinking_sphinx/index/faux_column.rb
- lib/thinking_sphinx/index.rb
- lib/thinking_sphinx/rails_additions.rb
- lib/thinking_sphinx/search.rb
- lib/thinking_sphinx.rb
- LICENCE
- README
- tasks/thinking_sphinx_tasks.rb
- tasks/thinking_sphinx_tasks.rake
has_rdoc: true
homepage: http://ts.freelancing-gods.com
post_install_message: 
rdoc_options: 
- --title
- Thinking Sphinx -- Rails/Merb Sphinx Plugin
- --line-numbers
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: thinking-sphinx
rubygems_version: 1.2.0
signing_key: 
specification_version: 2
summary: A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching.
test_files: 
- spec/unit/thinking_sphinx/active_record/delta_spec.rb
- spec/unit/thinking_sphinx/active_record/has_many_association_spec.rb
- spec/unit/thinking_sphinx/active_record/search_spec.rb
- spec/unit/thinking_sphinx/active_record_spec.rb
- spec/unit/thinking_sphinx/association_spec.rb
- spec/unit/thinking_sphinx/attribute_spec.rb
- spec/unit/thinking_sphinx/configuration_spec.rb
- spec/unit/thinking_sphinx/field_spec.rb
- spec/unit/thinking_sphinx/index/builder_spec.rb
- spec/unit/thinking_sphinx/index/faux_column_spec.rb
- spec/unit/thinking_sphinx/index_spec.rb
- spec/unit/thinking_sphinx/search_spec.rb
- spec/unit/thinking_sphinx_spec.rb