--- !ruby/object:Gem::Specification name: onemorecloud-websolr-rails version: !ruby/object:Gem::Version version: 1.4.1 platform: ruby authors: - Kyle Maxwell autorequire: bindir: bin cert_chain: [] date: 2009-09-15 00:00:00 -07:00 default_executable: websolr dependencies: - !ruby/object:Gem::Dependency name: thoughtbot-shoulda type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: acts_as_solr compatible gem for websolr email: kyle@kylemaxwell.com executables: - websolr extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - CHANGELOG - LICENSE - README.rdoc - Rakefile - TESTING_THE_PLUGIN - VERSION - bin/websolr - config/solr.yml - config/solr_environment.rb - generate_rdoc.sh - lib/acts_as_solr.rb - lib/acts_methods.rb - lib/class_methods.rb - lib/common_methods.rb - lib/deprecation.rb - lib/instance_methods.rb - lib/lazy_document.rb - lib/parser_methods.rb - lib/search_results.rb - lib/solr.rb - lib/solr/connection.rb - lib/solr/document.rb - lib/solr/exception.rb - lib/solr/field.rb - lib/solr/importer.rb - lib/solr/importer/array_mapper.rb - lib/solr/importer/delimited_file_source.rb - lib/solr/importer/hpricot_mapper.rb - lib/solr/importer/mapper.rb - lib/solr/importer/solr_source.rb - lib/solr/importer/xpath_mapper.rb - lib/solr/indexer.rb - lib/solr/request.rb - lib/solr/request/add_document.rb - lib/solr/request/base.rb - lib/solr/request/commit.rb - lib/solr/request/delete.rb - lib/solr/request/dismax.rb - lib/solr/request/index_info.rb - lib/solr/request/modify_document.rb - lib/solr/request/optimize.rb - lib/solr/request/ping.rb - lib/solr/request/select.rb - lib/solr/request/spellcheck.rb - lib/solr/request/standard.rb - lib/solr/request/update.rb - lib/solr/response.rb - lib/solr/response/add_document.rb - lib/solr/response/base.rb - lib/solr/response/commit.rb - lib/solr/response/delete.rb - lib/solr/response/dismax.rb - lib/solr/response/index_info.rb - lib/solr/response/modify_document.rb - lib/solr/response/optimize.rb - lib/solr/response/ping.rb - lib/solr/response/ruby.rb - lib/solr/response/select.rb - lib/solr/response/spellcheck.rb - lib/solr/response/standard.rb - lib/solr/response/xml.rb - lib/solr/solrtasks.rb - lib/solr/util.rb - lib/solr/xml.rb - lib/solr_fixtures.rb - lib/tasks/database.rake - lib/tasks/solr.rake - lib/tasks/test.rake - lib/websolr-rails.rb - lib/websolr.rb - lib/websolr_controller.rb - lib/websolr_option_parser.rb - lib/websolr_rails.rb - lib/websolr_rails/tasks.rb - lib/will_paginate_support.rb - solr/CHANGES.txt - solr/LICENSE.txt - solr/NOTICE.txt - solr/etc/jetty.xml - solr/etc/webdefault.xml - solr/lib/easymock.jar - solr/lib/jetty-6.1.3.jar - solr/lib/jetty-util-6.1.3.jar - solr/lib/jsp-2.1/ant-1.6.5.jar - solr/lib/jsp-2.1/core-3.1.1.jar - solr/lib/jsp-2.1/jsp-2.1.jar - solr/lib/jsp-2.1/jsp-api-2.1.jar - solr/lib/servlet-api-2.4.jar - solr/lib/servlet-api-2.5-6.1.3.jar - solr/lib/xpp3-1.1.3.4.O.jar - solr/logs/.empty-dir-for-git - solr/solr/README.txt - solr/solr/bin/abc - solr/solr/bin/abo - solr/solr/bin/backup - solr/solr/bin/backupcleaner - solr/solr/bin/commit - solr/solr/bin/optimize - solr/solr/bin/readercycle - solr/solr/bin/rsyncd-disable - solr/solr/bin/rsyncd-enable - solr/solr/bin/rsyncd-start - solr/solr/bin/rsyncd-stop - solr/solr/bin/scripts-util - solr/solr/bin/snapcleaner - solr/solr/bin/snapinstaller - solr/solr/bin/snappuller - solr/solr/bin/snappuller-disable - solr/solr/bin/snappuller-enable - solr/solr/bin/snapshooter - solr/solr/conf/admin-extra.html - solr/solr/conf/protwords.txt - solr/solr/conf/schema.xml - solr/solr/conf/scripts.conf - solr/solr/conf/solrconfig.xml - solr/solr/conf/stopwords.txt - solr/solr/conf/synonyms.txt - solr/solr/conf/xslt/example.xsl - solr/solr/conf/xslt/example_atom.xsl - solr/solr/conf/xslt/example_rss.xsl - solr/start.jar - solr/tmp/.empty-dir-for-git - solr/webapps/solr.war - test/config/solr.yml - test/db/connections/mysql/connection.rb - test/db/connections/sqlite/connection.rb - test/db/migrate/001_create_books.rb - test/db/migrate/002_create_movies.rb - test/db/migrate/003_create_categories.rb - test/db/migrate/004_create_electronics.rb - test/db/migrate/005_create_authors.rb - test/db/migrate/006_create_postings.rb - test/db/migrate/007_create_posts.rb - test/db/migrate/008_create_gadgets.rb - test/fixtures/authors.yml - test/fixtures/books.yml - test/fixtures/categories.yml - test/fixtures/db_definitions/mysql.sql - test/fixtures/electronics.yml - test/fixtures/movies.yml - test/fixtures/postings.yml - test/functional/acts_as_solr_test.rb - test/functional/association_indexing_test.rb - test/functional/faceted_search_test.rb - test/functional/multi_solr_search_test.rb - test/models/author.rb - test/models/book.rb - test/models/category.rb - test/models/electronic.rb - test/models/gadget.rb - test/models/movie.rb - test/models/novel.rb - test/models/post.rb - test/models/posting.rb - test/test_helper.rb - test/unit/acts_methods_shoulda.rb - test/unit/class_methods_shoulda.rb - test/unit/common_methods_shoulda.rb - test/unit/instance_methods_shoulda.rb - test/unit/lazy_document_shoulda.rb - test/unit/parser_instance.rb - test/unit/parser_methods_shoulda.rb - test/unit/solr_instance.rb - test/unit/test_helper.rb - websolr-rails.gemspec has_rdoc: false homepage: http://github.com/onemorecloud/websolr-rails licenses: post_install_message: rdoc_options: - --main - README.rdoc - README.rdoc - lib 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: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: acts_as_solr compatible gem for websolr test_files: - test/db/connections/mysql/connection.rb - test/db/connections/sqlite/connection.rb - test/db/migrate/001_create_books.rb - test/db/migrate/002_create_movies.rb - test/db/migrate/003_create_categories.rb - test/db/migrate/004_create_electronics.rb - test/db/migrate/005_create_authors.rb - test/db/migrate/006_create_postings.rb - test/db/migrate/007_create_posts.rb - test/db/migrate/008_create_gadgets.rb - test/functional/acts_as_solr_test.rb - test/functional/association_indexing_test.rb - test/functional/faceted_search_test.rb - test/functional/multi_solr_search_test.rb - test/models/author.rb - test/models/book.rb - test/models/category.rb - test/models/electronic.rb - test/models/gadget.rb - test/models/movie.rb - test/models/novel.rb - test/models/post.rb - test/models/posting.rb - test/test_helper.rb - test/unit/acts_methods_shoulda.rb - test/unit/class_methods_shoulda.rb - test/unit/common_methods_shoulda.rb - test/unit/instance_methods_shoulda.rb - test/unit/lazy_document_shoulda.rb - test/unit/parser_instance.rb - test/unit/parser_methods_shoulda.rb - test/unit/solr_instance.rb - test/unit/test_helper.rb