--- !ruby/object:Gem::Specification name: simple_solr_client version: !ruby/object:Gem::Version version: 0.1.2 platform: ruby authors: - Bill Dueber autorequire: bindir: bin cert_chain: [] date: 2015-01-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: httpclient requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: minitest-reporters requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: email: - bill@dueber.com executables: [] extensions: [] extra_rdoc_files: [] files: - Gemfile - LICENSE.txt - README.md - Rakefile - lib/simple_solr_client.rb - lib/simple_solr_client/client.rb - lib/simple_solr_client/client/core_admin.rb - lib/simple_solr_client/core.rb - lib/simple_solr_client/core/admin.rb - lib/simple_solr_client/core/core_data.rb - lib/simple_solr_client/core/index.rb - lib/simple_solr_client/core/search.rb - lib/simple_solr_client/response/document.rb - lib/simple_solr_client/response/generic_response.rb - lib/simple_solr_client/response/query_response.rb - lib/simple_solr_client/schema.rb - lib/simple_solr_client/schema/analysis.rb - lib/simple_solr_client/schema/copyfield.rb - lib/simple_solr_client/schema/dynamic_field.rb - lib/simple_solr_client/schema/field.rb - lib/simple_solr_client/schema/field_or_type.rb - lib/simple_solr_client/schema/field_type.rb - lib/simple_solr_client/schema/matcher.rb - lib/simple_solr_client/version.rb - simple_solr_client.gemspec - solr_sample_core/conf/_schema_analysis_stopwords_english.json - solr_sample_core/conf/_schema_analysis_synonyms_english.json - solr_sample_core/conf/admin-extra.html - solr_sample_core/conf/admin-extra.menu-bottom.html - solr_sample_core/conf/admin-extra.menu-top.html - solr_sample_core/conf/clustering/carrot2/kmeans-attributes.xml - solr_sample_core/conf/clustering/carrot2/lingo-attributes.xml - solr_sample_core/conf/clustering/carrot2/stc-attributes.xml - solr_sample_core/conf/currency.xml - solr_sample_core/conf/elevate.xml - solr_sample_core/conf/lang/contractions_ca.txt - solr_sample_core/conf/lang/contractions_fr.txt - solr_sample_core/conf/lang/contractions_ga.txt - solr_sample_core/conf/lang/contractions_it.txt - solr_sample_core/conf/lang/hyphenations_ga.txt - solr_sample_core/conf/lang/stemdict_nl.txt - solr_sample_core/conf/lang/stoptags_ja.txt - solr_sample_core/conf/lang/stopwords_ar.txt - solr_sample_core/conf/lang/stopwords_bg.txt - solr_sample_core/conf/lang/stopwords_ca.txt - solr_sample_core/conf/lang/stopwords_ckb.txt - solr_sample_core/conf/lang/stopwords_cz.txt - solr_sample_core/conf/lang/stopwords_da.txt - solr_sample_core/conf/lang/stopwords_de.txt - solr_sample_core/conf/lang/stopwords_el.txt - solr_sample_core/conf/lang/stopwords_en.txt - solr_sample_core/conf/lang/stopwords_es.txt - solr_sample_core/conf/lang/stopwords_eu.txt - solr_sample_core/conf/lang/stopwords_fa.txt - solr_sample_core/conf/lang/stopwords_fi.txt - solr_sample_core/conf/lang/stopwords_fr.txt - solr_sample_core/conf/lang/stopwords_ga.txt - solr_sample_core/conf/lang/stopwords_gl.txt - solr_sample_core/conf/lang/stopwords_hi.txt - solr_sample_core/conf/lang/stopwords_hu.txt - solr_sample_core/conf/lang/stopwords_hy.txt - solr_sample_core/conf/lang/stopwords_id.txt - solr_sample_core/conf/lang/stopwords_it.txt - solr_sample_core/conf/lang/stopwords_ja.txt - solr_sample_core/conf/lang/stopwords_lv.txt - solr_sample_core/conf/lang/stopwords_nl.txt - solr_sample_core/conf/lang/stopwords_no.txt - solr_sample_core/conf/lang/stopwords_pt.txt - solr_sample_core/conf/lang/stopwords_ro.txt - solr_sample_core/conf/lang/stopwords_ru.txt - solr_sample_core/conf/lang/stopwords_sv.txt - solr_sample_core/conf/lang/stopwords_th.txt - solr_sample_core/conf/lang/stopwords_tr.txt - solr_sample_core/conf/lang/userdict_ja.txt - solr_sample_core/conf/mapping-FoldToASCII.txt - solr_sample_core/conf/mapping-ISOLatin1Accent.txt - solr_sample_core/conf/protwords.txt - solr_sample_core/conf/schema.xml - solr_sample_core/conf/scripts.conf - solr_sample_core/conf/solrconfig.xml - solr_sample_core/conf/spellings.txt - solr_sample_core/conf/stopwords.txt - solr_sample_core/conf/syn.txt - solr_sample_core/conf/synonyms.txt - solr_sample_core/conf/token_fixing_charfilter.txt - solr_sample_core/conf/update-script.js - solr_sample_core/conf/velocity/README.txt - solr_sample_core/conf/velocity/VM_global_library.vm - solr_sample_core/conf/velocity/browse.vm - solr_sample_core/conf/velocity/cluster.vm - solr_sample_core/conf/velocity/cluster_results.vm - solr_sample_core/conf/velocity/debug.vm - solr_sample_core/conf/velocity/did_you_mean.vm - solr_sample_core/conf/velocity/error.vm - solr_sample_core/conf/velocity/facet_fields.vm - solr_sample_core/conf/velocity/facet_pivot.vm - solr_sample_core/conf/velocity/facet_queries.vm - solr_sample_core/conf/velocity/facet_ranges.vm - solr_sample_core/conf/velocity/facets.vm - solr_sample_core/conf/velocity/footer.vm - solr_sample_core/conf/velocity/head.vm - solr_sample_core/conf/velocity/header.vm - solr_sample_core/conf/velocity/hit.vm - solr_sample_core/conf/velocity/hit_grouped.vm - solr_sample_core/conf/velocity/hit_plain.vm - solr_sample_core/conf/velocity/join_doc.vm - solr_sample_core/conf/velocity/jquery.autocomplete.css - solr_sample_core/conf/velocity/jquery.autocomplete.js - solr_sample_core/conf/velocity/layout.vm - solr_sample_core/conf/velocity/main.css - solr_sample_core/conf/velocity/mime_type_lists.vm - solr_sample_core/conf/velocity/pagination_bottom.vm - solr_sample_core/conf/velocity/pagination_top.vm - solr_sample_core/conf/velocity/product_doc.vm - solr_sample_core/conf/velocity/query.vm - solr_sample_core/conf/velocity/query_form.vm - solr_sample_core/conf/velocity/query_group.vm - solr_sample_core/conf/velocity/query_spatial.vm - solr_sample_core/conf/velocity/results_list.vm - solr_sample_core/conf/velocity/richtext_doc.vm - solr_sample_core/conf/velocity/suggest.vm - solr_sample_core/conf/velocity/tabs.vm - solr_sample_core/conf/xslt/example.xsl - solr_sample_core/conf/xslt/example_atom.xsl - solr_sample_core/conf/xslt/example_rss.xsl - solr_sample_core/conf/xslt/luke.xsl - solr_sample_core/conf/xslt/updateXml.xsl - spec/client_basics_spec.rb - spec/connect_spec.rb - spec/core_basics.rb - spec/index_spec.rb - spec/load_spec.rb - spec/minitest_helper.rb - spec/schema_spec.rb homepage: https://github.com/billdueber/simple_solr licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: Interact with a Solr API via JSON test_files: - spec/client_basics_spec.rb - spec/connect_spec.rb - spec/core_basics.rb - spec/index_spec.rb - spec/load_spec.rb - spec/minitest_helper.rb - spec/schema_spec.rb has_rdoc: