# -*- encoding: utf-8 -*- # stub: acts_as_indexed 0.6.5 ruby lib Gem::Specification.new do |s| s.name = "acts_as_indexed".freeze s.version = "0.6.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Douglas F Shearer".freeze] s.date = "2010-08-19" s.description = "Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app".freeze s.email = "dougal.s@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "acts_as_indexed.gemspec".freeze, "lib/acts_as_indexed.rb".freeze, "lib/acts_as_indexed/configuration.rb".freeze, "lib/acts_as_indexed/search_atom.rb".freeze, "lib/acts_as_indexed/search_index.rb".freeze, "lib/will_paginate_search.rb".freeze, "rails/init.rb".freeze, "test/abstract_unit.rb".freeze, "test/acts_as_indexed_test.rb".freeze, "test/configuration_test.rb".freeze, "test/database.yml".freeze, "test/fixtures/post.rb".freeze, "test/fixtures/posts.yml".freeze, "test/schema.rb".freeze, "test/search_atom_test.rb".freeze, "test/search_index_test.rb".freeze] s.homepage = "http://github.com/dougal/acts_as_indexed".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app".freeze s.test_files = ["test/abstract_unit.rb".freeze, "test/acts_as_indexed_test.rb".freeze, "test/configuration_test.rb".freeze, "test/fixtures/post.rb".freeze, "test/schema.rb".freeze, "test/search_atom_test.rb".freeze, "test/search_index_test.rb".freeze] end