--- !ruby/object:Gem::Specification name: acts_as_indexed version: !ruby/object:Gem::Version version: 0.8.0 prerelease: platform: ruby authors: - Douglas F Shearer autorequire: bindir: bin cert_chain: [] date: 2012-12-20 00:00:00.000000000 Z dependencies: [] description: Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app email: dougal.s@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .travis.yml - CHANGELOG - Gemfile - Gemfile.lock - MIT-LICENSE - README.rdoc - Rakefile - VERSION - acts_as_indexed.gemspec - gemfiles/rails2_3.gemfile - gemfiles/rails3_0.gemfile - gemfiles/rails3_1.gemfile - gemfiles/rails3_2.gemfile - lib/acts_as_indexed.rb - lib/acts_as_indexed/class_methods.rb - lib/acts_as_indexed/configuration.rb - lib/acts_as_indexed/instance_methods.rb - lib/acts_as_indexed/pre_tokenizer.rb - lib/acts_as_indexed/search_atom.rb - lib/acts_as_indexed/search_index.rb - lib/acts_as_indexed/singleton_methods.rb - lib/acts_as_indexed/storage.rb - lib/acts_as_indexed/token_normalizer.rb - lib/acts_as_indexed/tokenizer.rb - lib/will_paginate_search.rb - rails/init.rb - test/abstract_unit.rb - test/acts_as_indexed_test.rb - test/configuration_test.rb - test/database.yml - test/fixtures/post.rb - test/fixtures/posts.yml - test/pre_tokenizer_test.rb - test/schema.rb - test/search_atom_test.rb - test/search_index_test.rb - test/token_normalizer_test.rb - test/tokenizer_test.rb - test/will_paginate_search_test.rb homepage: http://github.com/dougal/acts_as_indexed licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app test_files: []