# -*- encoding: utf-8 -*- # stub: honkster-acts_as_solr 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "honkster-acts_as_solr".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mathias Meyer".freeze] s.date = "2009-05-20" s.description = "This plugin adds full text search capabilities and many other nifty features from Apache\u00D4s Solr to any Rails model. I'm currently rearranging the test suite to include a real unit test suite, and adding a few features I need myself.".freeze s.email = "meyer@paperplanes.de".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze, "README.rdoc".freeze] s.files = ["CHANGE_LOG".freeze, "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, "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/instance_methods.rb".freeze, "lib/acts_as_solr/lazy_document.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/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, "solr/CHANGES.txt".freeze, "solr/LICENSE.txt".freeze, "solr/NOTICE.txt".freeze, "solr/etc/jetty.xml".freeze, "solr/etc/webdefault.xml".freeze, "solr/lib/easymock.jar".freeze, "solr/lib/jetty-6.1.3.jar".freeze, "solr/lib/jetty-util-6.1.3.jar".freeze, "solr/lib/jsp-2.1/ant-1.6.5.jar".freeze, "solr/lib/jsp-2.1/core-3.1.1.jar".freeze, "solr/lib/jsp-2.1/jsp-2.1.jar".freeze, "solr/lib/jsp-2.1/jsp-api-2.1.jar".freeze, "solr/lib/servlet-api-2.4.jar".freeze, "solr/lib/servlet-api-2.5-6.1.3.jar".freeze, "solr/lib/xpp3-1.1.3.4.O.jar".freeze, "solr/solr/README.txt".freeze, "solr/solr/bin/abc".freeze, "solr/solr/bin/abo".freeze, "solr/solr/bin/backup".freeze, "solr/solr/bin/backupcleaner".freeze, "solr/solr/bin/commit".freeze, "solr/solr/bin/optimize".freeze, "solr/solr/bin/readercycle".freeze, "solr/solr/bin/rsyncd-disable".freeze, "solr/solr/bin/rsyncd-enable".freeze, "solr/solr/bin/rsyncd-start".freeze, "solr/solr/bin/rsyncd-stop".freeze, "solr/solr/bin/scripts-util".freeze, "solr/solr/bin/snapcleaner".freeze, "solr/solr/bin/snapinstaller".freeze, "solr/solr/bin/snappuller".freeze, "solr/solr/bin/snappuller-disable".freeze, "solr/solr/bin/snappuller-enable".freeze, "solr/solr/bin/snapshooter".freeze, "solr/solr/conf/admin-extra.html".freeze, "solr/solr/conf/protwords.txt".freeze, "solr/solr/conf/schema.xml".freeze, "solr/solr/conf/scripts.conf".freeze, "solr/solr/conf/solrconfig.xml".freeze, "solr/solr/conf/stopwords.txt".freeze, "solr/solr/conf/synonyms.txt".freeze, "solr/solr/conf/xslt/example.xsl".freeze, "solr/solr/conf/xslt/example_atom.xsl".freeze, "solr/solr/conf/xslt/example_rss.xsl".freeze, "solr/start.jar".freeze, "solr/webapps/solr.war".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/fixtures/authors.yml".freeze, "test/fixtures/books.yml".freeze, "test/fixtures/categories.yml".freeze, "test/fixtures/db_definitions/mysql.sql".freeze, "test/fixtures/electronics.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/author.rb".freeze, "test/models/book.rb".freeze, "test/models/category.rb".freeze, "test/models/electronic.rb".freeze, "test/models/gadget.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/mattmatt/acts_as_solr".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This plugin adds full text search capabilities and many other nifty features from Apache\u00D4s Solr to any Rails model. I'm currently rearranging the test suite to include a real unit test suite, and adding a few features I need myself.".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/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/author.rb".freeze, "test/models/book.rb".freeze, "test/models/category.rb".freeze, "test/models/electronic.rb".freeze, "test/models/gadget.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