--- !ruby/object:Gem::Specification 
name: sunspot_solr
version: !ruby/object:Gem::Version 
  hash: 29
  prerelease: 
  segments: 
  - 1
  - 3
  - 3
  version: 1.3.3
platform: ruby
authors: 
- Mat Brown
- Peer Allan
- Dmitriy Dzema
- Benjamin Krause
- Marcel de Graaf
- Brandon Keepers
- Peter Berkenbosch
- Brian Atkinson
- Tom Coleman
- Matt Mitchell
- Nathan Beyer
- Kieran Topping
- Nicolas Braem
- Jeremy Ashkenas
- Dylan Vaughn
- Brian Durand
- Sam Granieri
- Nick Zadrozny
- Jason Ronallo
autorequire: 
bindir: bin
cert_chain: []

date: 2012-06-11 00:00:00 Z
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 13
        segments: 
        - 1
        - 1
        version: "1.1"
  type: :development
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: hanna
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id002
description: "    Sunspot::Solr provides a bundled Solr distribution for use with Sunspot.\n    Typical deployment environments will require more configuration, but this\n    distribution is well suited to development and testing.\n"
email: 
- mat@patch.com
executables: 
- sunspot-installer
- sunspot-solr
extensions: []

extra_rdoc_files: []

files: 
- Gemfile
- README.rdoc
- bin/sunspot-installer
- bin/sunspot-solr
- lib/sunspot/solr/installer.rb
- lib/sunspot/solr/installer/config_installer.rb
- lib/sunspot/solr/installer/task_helper.rb
- lib/sunspot/solr/java.rb
- lib/sunspot/solr/railtie.rb
- lib/sunspot/solr/server.rb
- lib/sunspot/solr/tasks.rb
- lib/sunspot_solr.rb
- solr/README.txt
- solr/etc/jetty.xml
- solr/etc/webdefault.xml
- 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.5-6.1.3.jar
- solr/solr/.gitignore
- solr/solr/README.txt
- solr/solr/conf/admin-extra.html
- solr/solr/conf/elevate.xml
- solr/solr/conf/mapping-ISOLatin1Accent.txt
- solr/solr/conf/protwords.txt
- solr/solr/conf/schema.xml
- solr/solr/conf/scripts.conf
- solr/solr/conf/solrconfig.xml
- solr/solr/conf/spellings.txt
- 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/solr/conf/xslt/luke.xsl
- solr/start.jar
- solr/webapps/solr.war
- spec/server_spec.rb
- spec/spec_helper.rb
- sunspot_solr.gemspec
homepage: https://github.com/outoftime/sunspot/tree/master/sunspot_solr
licenses: []

post_install_message: 
rdoc_options: 
- --webcvs=http://github.com/outoftime/sunspot/tree/master/%s
- --title
- Sunspot-Solr - Bundled Solr distribution for Sunspot - API Documentation
- --main
- README.rdoc
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: sunspot
rubygems_version: 1.8.15
signing_key: 
specification_version: 3
summary: Bundled Solr distribution for Sunspot
test_files: 
- spec/server_spec.rb
- spec/spec_helper.rb