# -*- encoding: utf-8 -*-
# stub: acts_as_solr_reloaded 1.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "acts_as_solr_reloaded".freeze
  s.version = "1.3.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Diego Carrion".freeze]
  s.date = "2010-01-31"
  s.description = "This gem adds full text search capabilities and many other nifty features from Apache Solr to any Rails model.".freeze
  s.email = "dc.rec1@gmail.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze, "README.rdoc".freeze]
  s.files = ["LICENSE".freeze, "README.markdown".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TESTING_THE_PLUGIN".freeze, "VERSION".freeze, "config/solr.yml".freeze, "config/solr_environment.rb".freeze, "generators/dynamic_attributes_migration/dynamic_attributes_migration_generator.rb".freeze, "generators/dynamic_attributes_migration/templates/migration.rb".freeze, "generators/local_migration/local_migration_generator.rb".freeze, "generators/local_migration/templates/migration.rb".freeze, "lib/acts_as_solr.rb".freeze, "lib/acts_as_solr/acts_methods.rb".freeze, "lib/acts_as_solr/class_methods.rb".freeze, "lib/acts_as_solr/common_methods.rb".freeze, "lib/acts_as_solr/deprecation.rb".freeze, "lib/acts_as_solr/dynamic_attribute.rb".freeze, "lib/acts_as_solr/instance_methods.rb".freeze, "lib/acts_as_solr/lazy_document.rb".freeze, "lib/acts_as_solr/local.rb".freeze, "lib/acts_as_solr/mongo_mapper.rb".freeze, "lib/acts_as_solr/parser_methods.rb".freeze, "lib/acts_as_solr/search_results.rb".freeze, "lib/acts_as_solr/solr_fixtures.rb".freeze, "lib/acts_as_solr/tasks.rb".freeze, "lib/acts_as_solr/tasks/database.rake".freeze, "lib/acts_as_solr/tasks/solr.rake".freeze, "lib/acts_as_solr/tasks/test.rake".freeze, "lib/acts_as_solr_reloaded.rb".freeze, "lib/solr.rb".freeze, "lib/solr/connection.rb".freeze, "lib/solr/document.rb".freeze, "lib/solr/exception.rb".freeze, "lib/solr/field.rb".freeze, "lib/solr/importer.rb".freeze, "lib/solr/importer/array_mapper.rb".freeze, "lib/solr/importer/delimited_file_source.rb".freeze, "lib/solr/importer/hpricot_mapper.rb".freeze, "lib/solr/importer/mapper.rb".freeze, "lib/solr/importer/solr_source.rb".freeze, "lib/solr/importer/xpath_mapper.rb".freeze, "lib/solr/indexer.rb".freeze, "lib/solr/request.rb".freeze, "lib/solr/request/add_document.rb".freeze, "lib/solr/request/base.rb".freeze, "lib/solr/request/commit.rb".freeze, "lib/solr/request/delete.rb".freeze, "lib/solr/request/dismax.rb".freeze, "lib/solr/request/index_info.rb".freeze, "lib/solr/request/modify_document.rb".freeze, "lib/solr/request/optimize.rb".freeze, "lib/solr/request/ping.rb".freeze, "lib/solr/request/select.rb".freeze, "lib/solr/request/spellcheck.rb".freeze, "lib/solr/request/standard.rb".freeze, "lib/solr/request/update.rb".freeze, "lib/solr/response.rb".freeze, "lib/solr/response/add_document.rb".freeze, "lib/solr/response/base.rb".freeze, "lib/solr/response/commit.rb".freeze, "lib/solr/response/delete.rb".freeze, "lib/solr/response/dismax.rb".freeze, "lib/solr/response/index_info.rb".freeze, "lib/solr/response/modify_document.rb".freeze, "lib/solr/response/optimize.rb".freeze, "lib/solr/response/ping.rb".freeze, "lib/solr/response/ruby.rb".freeze, "lib/solr/response/select.rb".freeze, "lib/solr/response/spellcheck.rb".freeze, "lib/solr/response/standard.rb".freeze, "lib/solr/response/xml.rb".freeze, "lib/solr/solrtasks.rb".freeze, "lib/solr/util.rb".freeze, "lib/solr/xml.rb".freeze, "test/config/solr.yml".freeze, "test/db/connections/mysql/connection.rb".freeze, "test/db/connections/sqlite/connection.rb".freeze, "test/db/migrate/001_create_books.rb".freeze, "test/db/migrate/002_create_movies.rb".freeze, "test/db/migrate/003_create_categories.rb".freeze, "test/db/migrate/004_create_electronics.rb".freeze, "test/db/migrate/005_create_authors.rb".freeze, "test/db/migrate/006_create_postings.rb".freeze, "test/db/migrate/007_create_posts.rb".freeze, "test/db/migrate/008_create_gadgets.rb".freeze, "test/db/migrate/009_create_dynamic_attributes.rb".freeze, "test/db/migrate/010_create_advertises.rb".freeze, "test/db/migrate/011_create_locals.rb".freeze, "test/db/test.db".freeze, "test/fixtures/advertises.yml".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/books.yml".freeze, "test/fixtures/categories.yml".freeze, "test/fixtures/db_definitions/mysql.sql".freeze, "test/fixtures/dynamic_attributes.yml".freeze, "test/fixtures/electronics.yml".freeze, "test/fixtures/locals.yml".freeze, "test/fixtures/movies.yml".freeze, "test/fixtures/postings.yml".freeze, "test/functional/acts_as_solr_test.rb".freeze, "test/functional/association_indexing_test.rb".freeze, "test/functional/faceted_search_test.rb".freeze, "test/functional/multi_solr_search_test.rb".freeze, "test/models/advertise.rb".freeze, "test/models/author.rb".freeze, "test/models/book.rb".freeze, "test/models/category.rb".freeze, "test/models/document.rb".freeze, "test/models/dynamic_attribute.rb".freeze, "test/models/electronic.rb".freeze, "test/models/gadget.rb".freeze, "test/models/local.rb".freeze, "test/models/movie.rb".freeze, "test/models/novel.rb".freeze, "test/models/post.rb".freeze, "test/models/posting.rb".freeze, "test/test_helper.rb".freeze, "test/unit/acts_methods_shoulda.rb".freeze, "test/unit/class_methods_shoulda.rb".freeze, "test/unit/common_methods_shoulda.rb".freeze, "test/unit/instance_methods_shoulda.rb".freeze, "test/unit/lazy_document_shoulda.rb".freeze, "test/unit/parser_instance.rb".freeze, "test/unit/parser_methods_shoulda.rb".freeze, "test/unit/solr_instance.rb".freeze, "test/unit/test_helper.rb".freeze]
  s.homepage = "http://github.com/dcrec1/acts_as_solr_reloaded".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "This gem adds full text search capabilities and many other nifty features from Apache Solr to any Rails model.".freeze
  s.test_files = ["test/db/connections/mysql/connection.rb".freeze, "test/db/connections/sqlite/connection.rb".freeze, "test/db/migrate/001_create_books.rb".freeze, "test/db/migrate/002_create_movies.rb".freeze, "test/db/migrate/003_create_categories.rb".freeze, "test/db/migrate/004_create_electronics.rb".freeze, "test/db/migrate/005_create_authors.rb".freeze, "test/db/migrate/006_create_postings.rb".freeze, "test/db/migrate/007_create_posts.rb".freeze, "test/db/migrate/008_create_gadgets.rb".freeze, "test/db/migrate/009_create_dynamic_attributes.rb".freeze, "test/db/migrate/010_create_advertises.rb".freeze, "test/db/migrate/011_create_locals.rb".freeze, "test/functional/acts_as_solr_test.rb".freeze, "test/functional/association_indexing_test.rb".freeze, "test/functional/faceted_search_test.rb".freeze, "test/functional/multi_solr_search_test.rb".freeze, "test/models/advertise.rb".freeze, "test/models/author.rb".freeze, "test/models/book.rb".freeze, "test/models/category.rb".freeze, "test/models/document.rb".freeze, "test/models/dynamic_attribute.rb".freeze, "test/models/electronic.rb".freeze, "test/models/gadget.rb".freeze, "test/models/local.rb".freeze, "test/models/movie.rb".freeze, "test/models/novel.rb".freeze, "test/models/post.rb".freeze, "test/models/posting.rb".freeze, "test/test_helper.rb".freeze, "test/unit/acts_methods_shoulda.rb".freeze, "test/unit/class_methods_shoulda.rb".freeze, "test/unit/common_methods_shoulda.rb".freeze, "test/unit/instance_methods_shoulda.rb".freeze, "test/unit/lazy_document_shoulda.rb".freeze, "test/unit/parser_instance.rb".freeze, "test/unit/parser_methods_shoulda.rb".freeze, "test/unit/solr_instance.rb".freeze, "test/unit/test_helper.rb".freeze]
end