# -*- encoding: utf-8 -*- # stub: multi-solr 01.11.00 ruby lib Gem::Specification.new do |s| s.name = "multi-solr".freeze s.version = "01.11.00".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bernd Ledig".freeze] s.date = "2014-09-15" s.description = "SOLR-Framework wit multi-core supoort and filters".freeze s.email = ["bernd.ledig@ottogroup.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/multi_solr.rb".freeze, "lib/multi_solr/filter_value_composite.rb".freeze, "lib/multi_solr/rails_form_render_helper.rb".freeze, "lib/multi_solr/search_request.rb".freeze, "lib/multi_solr/search_result.rb".freeze, "lib/multi_solr/single_core_handler.rb".freeze, "lib/multi_solr/solr_filter_boolean.rb".freeze, "lib/multi_solr/solr_filter_collection.rb".freeze, "lib/multi_solr/solr_filter_date.rb".freeze, "lib/multi_solr/solr_filter_date_range.rb".freeze, "lib/multi_solr/solr_filter_free_query.rb".freeze, "lib/multi_solr/solr_filter_range.rb".freeze, "lib/multi_solr/solr_filter_simple.rb".freeze, "lib/multi_solr/timeline_core_handler.rb".freeze, "lib/multi_solr/utils.rb".freeze, "lib/multi_solr/version.rb".freeze, "multi-solr.gemspec".freeze, "spec/fixtures/solr-testdata.yml".freeze, "spec/multi_solr/search_request_spec.rb".freeze, "spec/multi_solr/search_result_spec.rb".freeze, "spec/multi_solr/single_core_handler_spec.rb".freeze, "spec/multi_solr/solr_filter_boolean_spec.rb".freeze, "spec/multi_solr/solr_filter_collection_spec.rb".freeze, "spec/multi_solr/solr_filter_range_spec.rb".freeze, "spec/multi_solr/solr_filter_simple_spec.rb".freeze, "spec/multi_solr/timeline_core_handler_spec.rb".freeze, "spec/multi_solr/utils_spec.rb".freeze, "spec/solr_test_helper.rb".freeze, "spec/solr_testdata_provider.rb".freeze, "spec/spec_helper.rb".freeze, "test-solr/.gitignore".freeze, "test-solr/articles.xml".freeze, "test-solr/etc/jetty.xml".freeze, "test-solr/etc/webdefault.xml".freeze, "test-solr/lib/jetty-6.1.26-patched-JETTY-1340.jar".freeze, "test-solr/lib/jetty-LICENSE.txt".freeze, "test-solr/lib/jetty-NOTICE.txt".freeze, "test-solr/lib/jetty-util-6.1.26-patched-JETTY-1340.jar".freeze, "test-solr/lib/jsp-2.1/core-3.1.1.jar".freeze, "test-solr/lib/jsp-2.1/jsp-2.1-glassfish-2.1.v20091210.jar".freeze, "test-solr/lib/jsp-2.1/jsp-2.1-jetty-6.1.26.jar".freeze, "test-solr/lib/jsp-2.1/jsp-api-2.1-glassfish-2.1.v20091210.jar".freeze, "test-solr/lib/lukeall-3.4.0_1.jar".freeze, "test-solr/lib/servlet-api-2.5-20081211.jar".freeze, "test-solr/solr/lib/apache-solr-dataimporthandler-3.4.0.jar".freeze, "test-solr/solr/solr.xml".freeze, "test-solr/solr/testcore/conf/dataimport-test.xml".freeze, "test-solr/solr/testcore/conf/schema.xml".freeze, "test-solr/solr/testcore/conf/solr_schema.css".freeze, "test-solr/solr/testcore/conf/solr_schema.xsl".freeze, "test-solr/solr/testcore/conf/solrconfig.xml".freeze, "test-solr/start-test-solr.sh".freeze, "test-solr/start.jar".freeze, "test-solr/webapps/solr.war".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "SOLR-Framework with support for multiple SOLR-Cores".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["> 1.0".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 3.0".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["> 2.7".freeze, "< 3.0".freeze]) end