--- !ruby/object:Gem::Specification 
name: acts_as_solr
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 1
  - 3
  - 1
  version: 1.3.1
platform: ruby
authors: 
- Kyle Maxwell
autorequire: 
bindir: bin
cert_chain: []

date: 2010-03-29 00:00:00 -07:00
default_executable: acts_as_solr
dependencies: 
- !ruby/object:Gem::Dependency 
  name: thoughtbot-shoulda
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id001
description: Acts As Solr
email: kyle@onemorecloud.com
executables: 
- acts_as_solr
extensions: []

extra_rdoc_files: 
- LICENSE
- README.markdown
- README.rdoc
files: 
- .gitignore
- CHANGE_LOG
- FORKED_CHANGES
- LICENSE
- README.markdown
- README.rdoc
- Rakefile
- TESTING_THE_PLUGIN
- VERSION
- acts_as_solr.gemspec
- bin/acts_as_solr
- config/solr.yml
- config/solr_environment.rb
- init.rb
- install.rb
- lib/aas_tasks.rb
- 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/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
has_rdoc: true
homepage: http://github.com/onemorecloud/acts_as_solr
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.6
signing_key: 
specification_version: 3
summary: Solr integration for rails
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