sunspot_solr 2.0.0.pre.120924 → 2.0.0.pre.120925
Sign up to get free protection for your applications and to get access to all the features.
- data/{sunspot_solr/Gemfile → Gemfile} +0 -0
- data/{sunspot_solr/README.rdoc → README.rdoc} +0 -0
- data/{sunspot_solr/bin → bin}/sunspot-installer +0 -0
- data/{sunspot_solr/bin → bin}/sunspot-solr +0 -0
- data/{sunspot_solr/lib → lib}/sunspot/solr/installer.rb +0 -0
- data/{sunspot_solr/lib → lib}/sunspot/solr/installer/config_installer.rb +0 -0
- data/{sunspot_solr/lib → lib}/sunspot/solr/installer/task_helper.rb +0 -0
- data/{sunspot_solr/lib → lib}/sunspot/solr/java.rb +0 -0
- data/{sunspot_solr/lib → lib}/sunspot/solr/railtie.rb +0 -0
- data/{sunspot_solr/lib → lib}/sunspot/solr/server.rb +0 -0
- data/{sunspot_solr/lib → lib}/sunspot/solr/tasks.rb +0 -0
- data/{sunspot_solr/lib → lib}/sunspot_solr.rb +0 -0
- data/{sunspot_solr/solr → solr}/README.txt +0 -0
- data/{sunspot_solr/solr → solr}/etc/jetty.xml +0 -0
- data/{sunspot_solr/solr → solr}/etc/webdefault.xml +0 -0
- data/{sunspot_solr/solr → solr}/lib/jetty-6.1.26-patched-JETTY-1340.jar +0 -0
- data/{sunspot_solr/solr → solr}/lib/jetty-util-6.1.26-patched-JETTY-1340.jar +0 -0
- data/{sunspot_solr/solr → solr}/lib/jsp-2.1/ant-1.6.5.jar +0 -0
- data/{sunspot_solr/solr → solr}/lib/jsp-2.1/core-3.1.1.jar +0 -0
- data/{sunspot_solr/solr → solr}/lib/jsp-2.1/jsp-2.1.jar +0 -0
- data/{sunspot_solr/solr → solr}/lib/jsp-2.1/jsp-api-2.1.jar +0 -0
- data/{sunspot_solr/solr → solr}/lib/servlet-api-2.5-20081211.jar +0 -0
- data/{sunspot_solr/solr → solr}/solr/.gitignore +0 -0
- data/{sunspot_solr/solr → solr}/solr/README.txt +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/admin-extra.html +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/elevate.xml +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/mapping-ISOLatin1Accent.txt +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/protwords.txt +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/schema.xml +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/scripts.conf +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/solrconfig.xml +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/spellings.txt +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/stopwords.txt +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/synonyms.txt +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/xslt/example.xsl +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/xslt/example_atom.xsl +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/xslt/example_rss.xsl +0 -0
- data/{sunspot_solr/solr → solr}/solr/conf/xslt/luke.xsl +0 -0
- data/{sunspot_solr/solr → solr}/start.jar +0 -0
- data/{sunspot_solr/solr → solr}/webapps/solr.war +0 -0
- data/{sunspot_solr/spec → spec}/server_spec.rb +0 -0
- data/{sunspot_solr/spec → spec}/spec_helper.rb +0 -0
- data/{sunspot_solr/sunspot_solr.gemspec → sunspot_solr.gemspec} +0 -0
- metadata +55 -303
- data/.gitignore +0 -11
- data/.travis.yml +0 -35
- data/README.md +0 -863
- data/Rakefile +0 -37
- data/ci/travis.sh +0 -67
- data/sunspot/.gitignore +0 -13
- data/sunspot/Gemfile +0 -5
- data/sunspot/History.txt +0 -258
- data/sunspot/LICENSE +0 -18
- data/sunspot/Rakefile +0 -13
- data/sunspot/TODO +0 -13
- data/sunspot/lib/light_config.rb +0 -40
- data/sunspot/lib/sunspot.rb +0 -579
- data/sunspot/lib/sunspot/adapters.rb +0 -349
- data/sunspot/lib/sunspot/batcher.rb +0 -62
- data/sunspot/lib/sunspot/class_set.rb +0 -23
- data/sunspot/lib/sunspot/composite_setup.rb +0 -202
- data/sunspot/lib/sunspot/configuration.rb +0 -53
- data/sunspot/lib/sunspot/data_extractor.rb +0 -50
- data/sunspot/lib/sunspot/dsl.rb +0 -5
- data/sunspot/lib/sunspot/dsl/adjustable.rb +0 -47
- data/sunspot/lib/sunspot/dsl/field_group.rb +0 -57
- data/sunspot/lib/sunspot/dsl/field_query.rb +0 -345
- data/sunspot/lib/sunspot/dsl/fields.rb +0 -103
- data/sunspot/lib/sunspot/dsl/fulltext.rb +0 -243
- data/sunspot/lib/sunspot/dsl/function.rb +0 -27
- data/sunspot/lib/sunspot/dsl/functional.rb +0 -44
- data/sunspot/lib/sunspot/dsl/more_like_this_query.rb +0 -56
- data/sunspot/lib/sunspot/dsl/paginatable.rb +0 -32
- data/sunspot/lib/sunspot/dsl/query_facet.rb +0 -36
- data/sunspot/lib/sunspot/dsl/restriction.rb +0 -25
- data/sunspot/lib/sunspot/dsl/restriction_with_near.rb +0 -160
- data/sunspot/lib/sunspot/dsl/scope.rb +0 -214
- data/sunspot/lib/sunspot/dsl/search.rb +0 -30
- data/sunspot/lib/sunspot/dsl/standard_query.rb +0 -122
- data/sunspot/lib/sunspot/field.rb +0 -193
- data/sunspot/lib/sunspot/field_factory.rb +0 -129
- data/sunspot/lib/sunspot/indexer.rb +0 -136
- data/sunspot/lib/sunspot/query.rb +0 -11
- data/sunspot/lib/sunspot/query/abstract_field_facet.rb +0 -55
- data/sunspot/lib/sunspot/query/bbox.rb +0 -15
- data/sunspot/lib/sunspot/query/boost_query.rb +0 -24
- data/sunspot/lib/sunspot/query/common_query.rb +0 -96
- data/sunspot/lib/sunspot/query/composite_fulltext.rb +0 -36
- data/sunspot/lib/sunspot/query/connective.rb +0 -206
- data/sunspot/lib/sunspot/query/date_field_facet.rb +0 -14
- data/sunspot/lib/sunspot/query/dismax.rb +0 -132
- data/sunspot/lib/sunspot/query/field_facet.rb +0 -41
- data/sunspot/lib/sunspot/query/field_group.rb +0 -37
- data/sunspot/lib/sunspot/query/filter.rb +0 -38
- data/sunspot/lib/sunspot/query/function_query.rb +0 -52
- data/sunspot/lib/sunspot/query/geo.rb +0 -53
- data/sunspot/lib/sunspot/query/geofilt.rb +0 -16
- data/sunspot/lib/sunspot/query/highlighting.rb +0 -62
- data/sunspot/lib/sunspot/query/more_like_this.rb +0 -61
- data/sunspot/lib/sunspot/query/more_like_this_query.rb +0 -12
- data/sunspot/lib/sunspot/query/pagination.rb +0 -42
- data/sunspot/lib/sunspot/query/query_facet.rb +0 -53
- data/sunspot/lib/sunspot/query/range_facet.rb +0 -15
- data/sunspot/lib/sunspot/query/restriction.rb +0 -308
- data/sunspot/lib/sunspot/query/scope.rb +0 -9
- data/sunspot/lib/sunspot/query/sort.rb +0 -109
- data/sunspot/lib/sunspot/query/sort_composite.rb +0 -34
- data/sunspot/lib/sunspot/query/standard_query.rb +0 -16
- data/sunspot/lib/sunspot/query/text_field_boost.rb +0 -17
- data/sunspot/lib/sunspot/schema.rb +0 -151
- data/sunspot/lib/sunspot/search.rb +0 -9
- data/sunspot/lib/sunspot/search/abstract_search.rb +0 -286
- data/sunspot/lib/sunspot/search/date_facet.rb +0 -35
- data/sunspot/lib/sunspot/search/facet_row.rb +0 -27
- data/sunspot/lib/sunspot/search/field_facet.rb +0 -88
- data/sunspot/lib/sunspot/search/field_group.rb +0 -70
- data/sunspot/lib/sunspot/search/group.rb +0 -54
- data/sunspot/lib/sunspot/search/highlight.rb +0 -38
- data/sunspot/lib/sunspot/search/hit.rb +0 -150
- data/sunspot/lib/sunspot/search/hit_enumerable.rb +0 -68
- data/sunspot/lib/sunspot/search/more_like_this_search.rb +0 -31
- data/sunspot/lib/sunspot/search/paginated_collection.rb +0 -57
- data/sunspot/lib/sunspot/search/query_facet.rb +0 -67
- data/sunspot/lib/sunspot/search/range_facet.rb +0 -37
- data/sunspot/lib/sunspot/search/standard_search.rb +0 -21
- data/sunspot/lib/sunspot/session.rb +0 -262
- data/sunspot/lib/sunspot/session_proxy.rb +0 -95
- data/sunspot/lib/sunspot/session_proxy/abstract_session_proxy.rb +0 -29
- data/sunspot/lib/sunspot/session_proxy/class_sharding_session_proxy.rb +0 -66
- data/sunspot/lib/sunspot/session_proxy/id_sharding_session_proxy.rb +0 -89
- data/sunspot/lib/sunspot/session_proxy/master_slave_session_proxy.rb +0 -43
- data/sunspot/lib/sunspot/session_proxy/retry_5xx_session_proxy.rb +0 -67
- data/sunspot/lib/sunspot/session_proxy/sharding_session_proxy.rb +0 -222
- data/sunspot/lib/sunspot/session_proxy/silent_fail_session_proxy.rb +0 -42
- data/sunspot/lib/sunspot/session_proxy/thread_local_session_proxy.rb +0 -37
- data/sunspot/lib/sunspot/setup.rb +0 -350
- data/sunspot/lib/sunspot/text_field_setup.rb +0 -29
- data/sunspot/lib/sunspot/type.rb +0 -393
- data/sunspot/lib/sunspot/util.rb +0 -252
- data/sunspot/lib/sunspot/version.rb +0 -3
- data/sunspot/log/.gitignore +0 -1
- data/sunspot/pkg/.gitignore +0 -1
- data/sunspot/script/console +0 -10
- data/sunspot/spec/api/adapters_spec.rb +0 -68
- data/sunspot/spec/api/batcher_spec.rb +0 -112
- data/sunspot/spec/api/binding_spec.rb +0 -50
- data/sunspot/spec/api/class_set_spec.rb +0 -24
- data/sunspot/spec/api/hit_enumerable_spec.rb +0 -47
- data/sunspot/spec/api/indexer/attributes_spec.rb +0 -149
- data/sunspot/spec/api/indexer/batch_spec.rb +0 -72
- data/sunspot/spec/api/indexer/dynamic_fields_spec.rb +0 -42
- data/sunspot/spec/api/indexer/fixed_fields_spec.rb +0 -57
- data/sunspot/spec/api/indexer/fulltext_spec.rb +0 -43
- data/sunspot/spec/api/indexer/removal_spec.rb +0 -53
- data/sunspot/spec/api/indexer/spec_helper.rb +0 -1
- data/sunspot/spec/api/indexer_spec.rb +0 -14
- data/sunspot/spec/api/query/advanced_manipulation_examples.rb +0 -35
- data/sunspot/spec/api/query/connectives_examples.rb +0 -201
- data/sunspot/spec/api/query/dsl_spec.rb +0 -18
- data/sunspot/spec/api/query/dynamic_fields_examples.rb +0 -165
- data/sunspot/spec/api/query/faceting_examples.rb +0 -497
- data/sunspot/spec/api/query/fulltext_examples.rb +0 -313
- data/sunspot/spec/api/query/function_spec.rb +0 -79
- data/sunspot/spec/api/query/geo_examples.rb +0 -68
- data/sunspot/spec/api/query/group_spec.rb +0 -32
- data/sunspot/spec/api/query/highlighting_examples.rb +0 -245
- data/sunspot/spec/api/query/more_like_this_spec.rb +0 -140
- data/sunspot/spec/api/query/ordering_pagination_examples.rb +0 -116
- data/sunspot/spec/api/query/scope_examples.rb +0 -275
- data/sunspot/spec/api/query/spatial_examples.rb +0 -27
- data/sunspot/spec/api/query/spec_helper.rb +0 -1
- data/sunspot/spec/api/query/standard_spec.rb +0 -29
- data/sunspot/spec/api/query/text_field_scoping_examples.rb +0 -30
- data/sunspot/spec/api/query/types_spec.rb +0 -20
- data/sunspot/spec/api/search/dynamic_fields_spec.rb +0 -33
- data/sunspot/spec/api/search/faceting_spec.rb +0 -360
- data/sunspot/spec/api/search/highlighting_spec.rb +0 -69
- data/sunspot/spec/api/search/hits_spec.rb +0 -147
- data/sunspot/spec/api/search/paginated_collection_spec.rb +0 -36
- data/sunspot/spec/api/search/results_spec.rb +0 -72
- data/sunspot/spec/api/search/search_spec.rb +0 -23
- data/sunspot/spec/api/search/spec_helper.rb +0 -1
- data/sunspot/spec/api/session_proxy/class_sharding_session_proxy_spec.rb +0 -85
- data/sunspot/spec/api/session_proxy/id_sharding_session_proxy_spec.rb +0 -30
- data/sunspot/spec/api/session_proxy/master_slave_session_proxy_spec.rb +0 -41
- data/sunspot/spec/api/session_proxy/retry_5xx_session_proxy_spec.rb +0 -78
- data/sunspot/spec/api/session_proxy/sharding_session_proxy_spec.rb +0 -77
- data/sunspot/spec/api/session_proxy/silent_fail_session_proxy_spec.rb +0 -24
- data/sunspot/spec/api/session_proxy/spec_helper.rb +0 -9
- data/sunspot/spec/api/session_proxy/thread_local_session_proxy_spec.rb +0 -39
- data/sunspot/spec/api/session_spec.rb +0 -232
- data/sunspot/spec/api/spec_helper.rb +0 -3
- data/sunspot/spec/api/sunspot_spec.rb +0 -29
- data/sunspot/spec/ext.rb +0 -11
- data/sunspot/spec/helpers/indexer_helper.rb +0 -17
- data/sunspot/spec/helpers/integration_helper.rb +0 -8
- data/sunspot/spec/helpers/mock_session_helper.rb +0 -13
- data/sunspot/spec/helpers/query_helper.rb +0 -26
- data/sunspot/spec/helpers/search_helper.rb +0 -68
- data/sunspot/spec/integration/dynamic_fields_spec.rb +0 -57
- data/sunspot/spec/integration/faceting_spec.rb +0 -330
- data/sunspot/spec/integration/field_grouping_spec.rb +0 -100
- data/sunspot/spec/integration/geospatial_spec.rb +0 -96
- data/sunspot/spec/integration/highlighting_spec.rb +0 -44
- data/sunspot/spec/integration/indexing_spec.rb +0 -55
- data/sunspot/spec/integration/keyword_search_spec.rb +0 -317
- data/sunspot/spec/integration/local_search_spec.rb +0 -64
- data/sunspot/spec/integration/more_like_this_spec.rb +0 -43
- data/sunspot/spec/integration/scoped_search_spec.rb +0 -386
- data/sunspot/spec/integration/stored_fields_spec.rb +0 -12
- data/sunspot/spec/integration/test_pagination.rb +0 -43
- data/sunspot/spec/integration/unicode_spec.rb +0 -15
- data/sunspot/spec/mocks/adapters.rb +0 -33
- data/sunspot/spec/mocks/blog.rb +0 -3
- data/sunspot/spec/mocks/comment.rb +0 -21
- data/sunspot/spec/mocks/connection.rb +0 -126
- data/sunspot/spec/mocks/mock_adapter.rb +0 -30
- data/sunspot/spec/mocks/mock_class_sharding_session_proxy.rb +0 -24
- data/sunspot/spec/mocks/mock_record.rb +0 -52
- data/sunspot/spec/mocks/mock_sharding_session_proxy.rb +0 -15
- data/sunspot/spec/mocks/photo.rb +0 -11
- data/sunspot/spec/mocks/post.rb +0 -86
- data/sunspot/spec/mocks/super_class.rb +0 -2
- data/sunspot/spec/mocks/user.rb +0 -13
- data/sunspot/spec/spec_helper.rb +0 -40
- data/sunspot/sunspot.gemspec +0 -37
- data/sunspot/tasks/rdoc.rake +0 -27
- data/sunspot/tasks/schema.rake +0 -19
- data/sunspot/tasks/todo.rake +0 -4
- data/sunspot_rails/.gitignore +0 -7
- data/sunspot_rails/.rspec +0 -1
- data/sunspot_rails/History.txt +0 -74
- data/sunspot_rails/LICENSE +0 -18
- data/sunspot_rails/MIT-LICENSE +0 -20
- data/sunspot_rails/README.rdoc +0 -265
- data/sunspot_rails/Rakefile +0 -17
- data/sunspot_rails/TODO +0 -8
- data/sunspot_rails/dev_tasks/rdoc.rake +0 -24
- data/sunspot_rails/dev_tasks/release.rake +0 -4
- data/sunspot_rails/dev_tasks/spec.rake +0 -107
- data/sunspot_rails/dev_tasks/todo.rake +0 -4
- data/sunspot_rails/gemfiles/rails-2.3.14 +0 -12
- data/sunspot_rails/gemfiles/rails-3.0.15 +0 -12
- data/sunspot_rails/gemfiles/rails-3.1.6 +0 -12
- data/sunspot_rails/gemfiles/rails-3.2.6 +0 -12
- data/sunspot_rails/generators/sunspot/sunspot_generator.rb +0 -9
- data/sunspot_rails/generators/sunspot/templates/sunspot.yml +0 -20
- data/sunspot_rails/install.rb +0 -1
- data/sunspot_rails/lib/generators/sunspot_rails.rb +0 -9
- data/sunspot_rails/lib/generators/sunspot_rails/install/install_generator.rb +0 -13
- data/sunspot_rails/lib/generators/sunspot_rails/install/templates/config/sunspot.yml +0 -19
- data/sunspot_rails/lib/sunspot/rails.rb +0 -69
- data/sunspot_rails/lib/sunspot/rails/adapters.rb +0 -88
- data/sunspot_rails/lib/sunspot/rails/configuration.rb +0 -352
- data/sunspot_rails/lib/sunspot/rails/init.rb +0 -5
- data/sunspot_rails/lib/sunspot/rails/log_subscriber.rb +0 -45
- data/sunspot_rails/lib/sunspot/rails/railtie.rb +0 -41
- data/sunspot_rails/lib/sunspot/rails/railties/controller_runtime.rb +0 -36
- data/sunspot_rails/lib/sunspot/rails/request_lifecycle.rb +0 -36
- data/sunspot_rails/lib/sunspot/rails/searchable.rb +0 -495
- data/sunspot_rails/lib/sunspot/rails/server.rb +0 -106
- data/sunspot_rails/lib/sunspot/rails/solr_instrumentation.rb +0 -19
- data/sunspot_rails/lib/sunspot/rails/solr_logging.rb +0 -62
- data/sunspot_rails/lib/sunspot/rails/spec_helper.rb +0 -26
- data/sunspot_rails/lib/sunspot/rails/stub_session_proxy.rb +0 -146
- data/sunspot_rails/lib/sunspot/rails/tasks.rb +0 -94
- data/sunspot_rails/lib/sunspot_rails.rb +0 -12
- data/sunspot_rails/spec/configuration_spec.rb +0 -209
- data/sunspot_rails/spec/model_lifecycle_spec.rb +0 -63
- data/sunspot_rails/spec/model_spec.rb +0 -601
- data/sunspot_rails/spec/rails_template/app/controllers/application_controller.rb +0 -10
- data/sunspot_rails/spec/rails_template/app/controllers/posts_controller.rb +0 -6
- data/sunspot_rails/spec/rails_template/app/models/author.rb +0 -10
- data/sunspot_rails/spec/rails_template/app/models/blog.rb +0 -14
- data/sunspot_rails/spec/rails_template/app/models/location.rb +0 -3
- data/sunspot_rails/spec/rails_template/app/models/photo_post.rb +0 -2
- data/sunspot_rails/spec/rails_template/app/models/post.rb +0 -13
- data/sunspot_rails/spec/rails_template/app/models/post_with_auto.rb +0 -12
- data/sunspot_rails/spec/rails_template/app/models/post_with_default_scope.rb +0 -13
- data/sunspot_rails/spec/rails_template/config/boot.rb +0 -127
- data/sunspot_rails/spec/rails_template/config/preinitializer.rb +0 -22
- data/sunspot_rails/spec/rails_template/config/routes.rb +0 -9
- data/sunspot_rails/spec/rails_template/config/sunspot.yml +0 -24
- data/sunspot_rails/spec/rails_template/db/schema.rb +0 -27
- data/sunspot_rails/spec/request_lifecycle_spec.rb +0 -61
- data/sunspot_rails/spec/schema.rb +0 -27
- data/sunspot_rails/spec/searchable_spec.rb +0 -12
- data/sunspot_rails/spec/server_spec.rb +0 -33
- data/sunspot_rails/spec/session_spec.rb +0 -57
- data/sunspot_rails/spec/shared_examples/indexed_after_save.rb +0 -8
- data/sunspot_rails/spec/shared_examples/not_indexed_after_save.rb +0 -8
- data/sunspot_rails/spec/spec_helper.rb +0 -48
- data/sunspot_rails/spec/stub_session_proxy_spec.rb +0 -122
- data/sunspot_rails/sunspot_rails.gemspec +0 -43
- data/sunspot_rails/tmp/.gitkeep +0 -0
- data/tools/gem_tasks.rb +0 -69
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunspot_solr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.pre.
|
4
|
+
version: 2.0.0.pre.120925
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,11 +27,11 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2012-09-
|
30
|
+
date: 2012-09-25 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: rspec
|
34
|
-
requirement: &
|
34
|
+
requirement: &70249056085320 !ruby/object:Gem::Requirement
|
35
35
|
none: false
|
36
36
|
requirements:
|
37
37
|
- - ~>
|
@@ -39,10 +39,10 @@ dependencies:
|
|
39
39
|
version: '1.1'
|
40
40
|
type: :development
|
41
41
|
prerelease: false
|
42
|
-
version_requirements: *
|
42
|
+
version_requirements: *70249056085320
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: hanna
|
45
|
-
requirement: &
|
45
|
+
requirement: &70249056084700 !ruby/object:Gem::Requirement
|
46
46
|
none: false
|
47
47
|
requirements:
|
48
48
|
- - ! '>='
|
@@ -50,311 +50,61 @@ dependencies:
|
|
50
50
|
version: '0'
|
51
51
|
type: :development
|
52
52
|
prerelease: false
|
53
|
-
version_requirements: *
|
53
|
+
version_requirements: *70249056084700
|
54
54
|
description: ! " Sunspot::Solr provides a bundled Solr distribution for use with
|
55
55
|
Sunspot.\n Typical deployment environments will require more configuration, but
|
56
56
|
this\n distribution is well suited to development and testing.\n"
|
57
57
|
email:
|
58
58
|
- mat@patch.com
|
59
|
-
executables:
|
59
|
+
executables:
|
60
|
+
- sunspot-installer
|
61
|
+
- sunspot-solr
|
60
62
|
extensions: []
|
61
63
|
extra_rdoc_files: []
|
62
64
|
files:
|
63
|
-
-
|
64
|
-
- .
|
65
|
-
-
|
66
|
-
-
|
67
|
-
-
|
68
|
-
- sunspot
|
69
|
-
- sunspot/
|
70
|
-
- sunspot/
|
71
|
-
- sunspot/
|
72
|
-
- sunspot/
|
73
|
-
- sunspot/
|
74
|
-
-
|
75
|
-
-
|
76
|
-
-
|
77
|
-
-
|
78
|
-
-
|
79
|
-
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
-
|
83
|
-
-
|
84
|
-
-
|
85
|
-
-
|
86
|
-
-
|
87
|
-
-
|
88
|
-
-
|
89
|
-
-
|
90
|
-
-
|
91
|
-
-
|
92
|
-
-
|
93
|
-
-
|
94
|
-
-
|
95
|
-
-
|
96
|
-
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
-
|
102
|
-
-
|
103
|
-
-
|
104
|
-
-
|
105
|
-
-
|
106
|
-
- sunspot/lib/sunspot/query/composite_fulltext.rb
|
107
|
-
- sunspot/lib/sunspot/query/connective.rb
|
108
|
-
- sunspot/lib/sunspot/query/date_field_facet.rb
|
109
|
-
- sunspot/lib/sunspot/query/dismax.rb
|
110
|
-
- sunspot/lib/sunspot/query/field_facet.rb
|
111
|
-
- sunspot/lib/sunspot/query/field_group.rb
|
112
|
-
- sunspot/lib/sunspot/query/filter.rb
|
113
|
-
- sunspot/lib/sunspot/query/function_query.rb
|
114
|
-
- sunspot/lib/sunspot/query/geo.rb
|
115
|
-
- sunspot/lib/sunspot/query/geofilt.rb
|
116
|
-
- sunspot/lib/sunspot/query/highlighting.rb
|
117
|
-
- sunspot/lib/sunspot/query/more_like_this.rb
|
118
|
-
- sunspot/lib/sunspot/query/more_like_this_query.rb
|
119
|
-
- sunspot/lib/sunspot/query/pagination.rb
|
120
|
-
- sunspot/lib/sunspot/query/query_facet.rb
|
121
|
-
- sunspot/lib/sunspot/query/range_facet.rb
|
122
|
-
- sunspot/lib/sunspot/query/restriction.rb
|
123
|
-
- sunspot/lib/sunspot/query/scope.rb
|
124
|
-
- sunspot/lib/sunspot/query/sort.rb
|
125
|
-
- sunspot/lib/sunspot/query/sort_composite.rb
|
126
|
-
- sunspot/lib/sunspot/query/standard_query.rb
|
127
|
-
- sunspot/lib/sunspot/query/text_field_boost.rb
|
128
|
-
- sunspot/lib/sunspot/schema.rb
|
129
|
-
- sunspot/lib/sunspot/search.rb
|
130
|
-
- sunspot/lib/sunspot/search/abstract_search.rb
|
131
|
-
- sunspot/lib/sunspot/search/date_facet.rb
|
132
|
-
- sunspot/lib/sunspot/search/facet_row.rb
|
133
|
-
- sunspot/lib/sunspot/search/field_facet.rb
|
134
|
-
- sunspot/lib/sunspot/search/field_group.rb
|
135
|
-
- sunspot/lib/sunspot/search/group.rb
|
136
|
-
- sunspot/lib/sunspot/search/highlight.rb
|
137
|
-
- sunspot/lib/sunspot/search/hit.rb
|
138
|
-
- sunspot/lib/sunspot/search/hit_enumerable.rb
|
139
|
-
- sunspot/lib/sunspot/search/more_like_this_search.rb
|
140
|
-
- sunspot/lib/sunspot/search/paginated_collection.rb
|
141
|
-
- sunspot/lib/sunspot/search/query_facet.rb
|
142
|
-
- sunspot/lib/sunspot/search/range_facet.rb
|
143
|
-
- sunspot/lib/sunspot/search/standard_search.rb
|
144
|
-
- sunspot/lib/sunspot/session.rb
|
145
|
-
- sunspot/lib/sunspot/session_proxy.rb
|
146
|
-
- sunspot/lib/sunspot/session_proxy/abstract_session_proxy.rb
|
147
|
-
- sunspot/lib/sunspot/session_proxy/class_sharding_session_proxy.rb
|
148
|
-
- sunspot/lib/sunspot/session_proxy/id_sharding_session_proxy.rb
|
149
|
-
- sunspot/lib/sunspot/session_proxy/master_slave_session_proxy.rb
|
150
|
-
- sunspot/lib/sunspot/session_proxy/retry_5xx_session_proxy.rb
|
151
|
-
- sunspot/lib/sunspot/session_proxy/sharding_session_proxy.rb
|
152
|
-
- sunspot/lib/sunspot/session_proxy/silent_fail_session_proxy.rb
|
153
|
-
- sunspot/lib/sunspot/session_proxy/thread_local_session_proxy.rb
|
154
|
-
- sunspot/lib/sunspot/setup.rb
|
155
|
-
- sunspot/lib/sunspot/text_field_setup.rb
|
156
|
-
- sunspot/lib/sunspot/type.rb
|
157
|
-
- sunspot/lib/sunspot/util.rb
|
158
|
-
- sunspot/lib/sunspot/version.rb
|
159
|
-
- sunspot/log/.gitignore
|
160
|
-
- sunspot/pkg/.gitignore
|
161
|
-
- sunspot/script/console
|
162
|
-
- sunspot/spec/api/adapters_spec.rb
|
163
|
-
- sunspot/spec/api/batcher_spec.rb
|
164
|
-
- sunspot/spec/api/binding_spec.rb
|
165
|
-
- sunspot/spec/api/class_set_spec.rb
|
166
|
-
- sunspot/spec/api/hit_enumerable_spec.rb
|
167
|
-
- sunspot/spec/api/indexer/attributes_spec.rb
|
168
|
-
- sunspot/spec/api/indexer/batch_spec.rb
|
169
|
-
- sunspot/spec/api/indexer/dynamic_fields_spec.rb
|
170
|
-
- sunspot/spec/api/indexer/fixed_fields_spec.rb
|
171
|
-
- sunspot/spec/api/indexer/fulltext_spec.rb
|
172
|
-
- sunspot/spec/api/indexer/removal_spec.rb
|
173
|
-
- sunspot/spec/api/indexer/spec_helper.rb
|
174
|
-
- sunspot/spec/api/indexer_spec.rb
|
175
|
-
- sunspot/spec/api/query/advanced_manipulation_examples.rb
|
176
|
-
- sunspot/spec/api/query/connectives_examples.rb
|
177
|
-
- sunspot/spec/api/query/dsl_spec.rb
|
178
|
-
- sunspot/spec/api/query/dynamic_fields_examples.rb
|
179
|
-
- sunspot/spec/api/query/faceting_examples.rb
|
180
|
-
- sunspot/spec/api/query/fulltext_examples.rb
|
181
|
-
- sunspot/spec/api/query/function_spec.rb
|
182
|
-
- sunspot/spec/api/query/geo_examples.rb
|
183
|
-
- sunspot/spec/api/query/group_spec.rb
|
184
|
-
- sunspot/spec/api/query/highlighting_examples.rb
|
185
|
-
- sunspot/spec/api/query/more_like_this_spec.rb
|
186
|
-
- sunspot/spec/api/query/ordering_pagination_examples.rb
|
187
|
-
- sunspot/spec/api/query/scope_examples.rb
|
188
|
-
- sunspot/spec/api/query/spatial_examples.rb
|
189
|
-
- sunspot/spec/api/query/spec_helper.rb
|
190
|
-
- sunspot/spec/api/query/standard_spec.rb
|
191
|
-
- sunspot/spec/api/query/text_field_scoping_examples.rb
|
192
|
-
- sunspot/spec/api/query/types_spec.rb
|
193
|
-
- sunspot/spec/api/search/dynamic_fields_spec.rb
|
194
|
-
- sunspot/spec/api/search/faceting_spec.rb
|
195
|
-
- sunspot/spec/api/search/highlighting_spec.rb
|
196
|
-
- sunspot/spec/api/search/hits_spec.rb
|
197
|
-
- sunspot/spec/api/search/paginated_collection_spec.rb
|
198
|
-
- sunspot/spec/api/search/results_spec.rb
|
199
|
-
- sunspot/spec/api/search/search_spec.rb
|
200
|
-
- sunspot/spec/api/search/spec_helper.rb
|
201
|
-
- sunspot/spec/api/session_proxy/class_sharding_session_proxy_spec.rb
|
202
|
-
- sunspot/spec/api/session_proxy/id_sharding_session_proxy_spec.rb
|
203
|
-
- sunspot/spec/api/session_proxy/master_slave_session_proxy_spec.rb
|
204
|
-
- sunspot/spec/api/session_proxy/retry_5xx_session_proxy_spec.rb
|
205
|
-
- sunspot/spec/api/session_proxy/sharding_session_proxy_spec.rb
|
206
|
-
- sunspot/spec/api/session_proxy/silent_fail_session_proxy_spec.rb
|
207
|
-
- sunspot/spec/api/session_proxy/spec_helper.rb
|
208
|
-
- sunspot/spec/api/session_proxy/thread_local_session_proxy_spec.rb
|
209
|
-
- sunspot/spec/api/session_spec.rb
|
210
|
-
- sunspot/spec/api/spec_helper.rb
|
211
|
-
- sunspot/spec/api/sunspot_spec.rb
|
212
|
-
- sunspot/spec/ext.rb
|
213
|
-
- sunspot/spec/helpers/indexer_helper.rb
|
214
|
-
- sunspot/spec/helpers/integration_helper.rb
|
215
|
-
- sunspot/spec/helpers/mock_session_helper.rb
|
216
|
-
- sunspot/spec/helpers/query_helper.rb
|
217
|
-
- sunspot/spec/helpers/search_helper.rb
|
218
|
-
- sunspot/spec/integration/dynamic_fields_spec.rb
|
219
|
-
- sunspot/spec/integration/faceting_spec.rb
|
220
|
-
- sunspot/spec/integration/field_grouping_spec.rb
|
221
|
-
- sunspot/spec/integration/geospatial_spec.rb
|
222
|
-
- sunspot/spec/integration/highlighting_spec.rb
|
223
|
-
- sunspot/spec/integration/indexing_spec.rb
|
224
|
-
- sunspot/spec/integration/keyword_search_spec.rb
|
225
|
-
- sunspot/spec/integration/local_search_spec.rb
|
226
|
-
- sunspot/spec/integration/more_like_this_spec.rb
|
227
|
-
- sunspot/spec/integration/scoped_search_spec.rb
|
228
|
-
- sunspot/spec/integration/stored_fields_spec.rb
|
229
|
-
- sunspot/spec/integration/test_pagination.rb
|
230
|
-
- sunspot/spec/integration/unicode_spec.rb
|
231
|
-
- sunspot/spec/mocks/adapters.rb
|
232
|
-
- sunspot/spec/mocks/blog.rb
|
233
|
-
- sunspot/spec/mocks/comment.rb
|
234
|
-
- sunspot/spec/mocks/connection.rb
|
235
|
-
- sunspot/spec/mocks/mock_adapter.rb
|
236
|
-
- sunspot/spec/mocks/mock_class_sharding_session_proxy.rb
|
237
|
-
- sunspot/spec/mocks/mock_record.rb
|
238
|
-
- sunspot/spec/mocks/mock_sharding_session_proxy.rb
|
239
|
-
- sunspot/spec/mocks/photo.rb
|
240
|
-
- sunspot/spec/mocks/post.rb
|
241
|
-
- sunspot/spec/mocks/super_class.rb
|
242
|
-
- sunspot/spec/mocks/user.rb
|
243
|
-
- sunspot/spec/spec_helper.rb
|
244
|
-
- sunspot/sunspot.gemspec
|
245
|
-
- sunspot/tasks/rdoc.rake
|
246
|
-
- sunspot/tasks/schema.rake
|
247
|
-
- sunspot/tasks/todo.rake
|
248
|
-
- sunspot_rails/.gitignore
|
249
|
-
- sunspot_rails/.rspec
|
250
|
-
- sunspot_rails/History.txt
|
251
|
-
- sunspot_rails/LICENSE
|
252
|
-
- sunspot_rails/MIT-LICENSE
|
253
|
-
- sunspot_rails/README.rdoc
|
254
|
-
- sunspot_rails/Rakefile
|
255
|
-
- sunspot_rails/TODO
|
256
|
-
- sunspot_rails/dev_tasks/rdoc.rake
|
257
|
-
- sunspot_rails/dev_tasks/release.rake
|
258
|
-
- sunspot_rails/dev_tasks/spec.rake
|
259
|
-
- sunspot_rails/dev_tasks/todo.rake
|
260
|
-
- sunspot_rails/gemfiles/rails-2.3.14
|
261
|
-
- sunspot_rails/gemfiles/rails-3.0.15
|
262
|
-
- sunspot_rails/gemfiles/rails-3.1.6
|
263
|
-
- sunspot_rails/gemfiles/rails-3.2.6
|
264
|
-
- sunspot_rails/generators/sunspot/sunspot_generator.rb
|
265
|
-
- sunspot_rails/generators/sunspot/templates/sunspot.yml
|
266
|
-
- sunspot_rails/install.rb
|
267
|
-
- sunspot_rails/lib/generators/sunspot_rails.rb
|
268
|
-
- sunspot_rails/lib/generators/sunspot_rails/install/install_generator.rb
|
269
|
-
- sunspot_rails/lib/generators/sunspot_rails/install/templates/config/sunspot.yml
|
270
|
-
- sunspot_rails/lib/sunspot/rails.rb
|
271
|
-
- sunspot_rails/lib/sunspot/rails/adapters.rb
|
272
|
-
- sunspot_rails/lib/sunspot/rails/configuration.rb
|
273
|
-
- sunspot_rails/lib/sunspot/rails/init.rb
|
274
|
-
- sunspot_rails/lib/sunspot/rails/log_subscriber.rb
|
275
|
-
- sunspot_rails/lib/sunspot/rails/railtie.rb
|
276
|
-
- sunspot_rails/lib/sunspot/rails/railties/controller_runtime.rb
|
277
|
-
- sunspot_rails/lib/sunspot/rails/request_lifecycle.rb
|
278
|
-
- sunspot_rails/lib/sunspot/rails/searchable.rb
|
279
|
-
- sunspot_rails/lib/sunspot/rails/server.rb
|
280
|
-
- sunspot_rails/lib/sunspot/rails/solr_instrumentation.rb
|
281
|
-
- sunspot_rails/lib/sunspot/rails/solr_logging.rb
|
282
|
-
- sunspot_rails/lib/sunspot/rails/spec_helper.rb
|
283
|
-
- sunspot_rails/lib/sunspot/rails/stub_session_proxy.rb
|
284
|
-
- sunspot_rails/lib/sunspot/rails/tasks.rb
|
285
|
-
- sunspot_rails/lib/sunspot_rails.rb
|
286
|
-
- sunspot_rails/spec/configuration_spec.rb
|
287
|
-
- sunspot_rails/spec/model_lifecycle_spec.rb
|
288
|
-
- sunspot_rails/spec/model_spec.rb
|
289
|
-
- sunspot_rails/spec/rails_template/app/controllers/application_controller.rb
|
290
|
-
- sunspot_rails/spec/rails_template/app/controllers/posts_controller.rb
|
291
|
-
- sunspot_rails/spec/rails_template/app/models/author.rb
|
292
|
-
- sunspot_rails/spec/rails_template/app/models/blog.rb
|
293
|
-
- sunspot_rails/spec/rails_template/app/models/location.rb
|
294
|
-
- sunspot_rails/spec/rails_template/app/models/photo_post.rb
|
295
|
-
- sunspot_rails/spec/rails_template/app/models/post.rb
|
296
|
-
- sunspot_rails/spec/rails_template/app/models/post_with_auto.rb
|
297
|
-
- sunspot_rails/spec/rails_template/app/models/post_with_default_scope.rb
|
298
|
-
- sunspot_rails/spec/rails_template/config/boot.rb
|
299
|
-
- sunspot_rails/spec/rails_template/config/preinitializer.rb
|
300
|
-
- sunspot_rails/spec/rails_template/config/routes.rb
|
301
|
-
- sunspot_rails/spec/rails_template/config/sunspot.yml
|
302
|
-
- sunspot_rails/spec/rails_template/db/schema.rb
|
303
|
-
- sunspot_rails/spec/request_lifecycle_spec.rb
|
304
|
-
- sunspot_rails/spec/schema.rb
|
305
|
-
- sunspot_rails/spec/searchable_spec.rb
|
306
|
-
- sunspot_rails/spec/server_spec.rb
|
307
|
-
- sunspot_rails/spec/session_spec.rb
|
308
|
-
- sunspot_rails/spec/shared_examples/indexed_after_save.rb
|
309
|
-
- sunspot_rails/spec/shared_examples/not_indexed_after_save.rb
|
310
|
-
- sunspot_rails/spec/spec_helper.rb
|
311
|
-
- sunspot_rails/spec/stub_session_proxy_spec.rb
|
312
|
-
- sunspot_rails/sunspot_rails.gemspec
|
313
|
-
- sunspot_rails/tmp/.gitkeep
|
314
|
-
- sunspot_solr/Gemfile
|
315
|
-
- sunspot_solr/README.rdoc
|
316
|
-
- sunspot_solr/bin/sunspot-installer
|
317
|
-
- sunspot_solr/bin/sunspot-solr
|
318
|
-
- sunspot_solr/lib/sunspot/solr/installer.rb
|
319
|
-
- sunspot_solr/lib/sunspot/solr/installer/config_installer.rb
|
320
|
-
- sunspot_solr/lib/sunspot/solr/installer/task_helper.rb
|
321
|
-
- sunspot_solr/lib/sunspot/solr/java.rb
|
322
|
-
- sunspot_solr/lib/sunspot/solr/railtie.rb
|
323
|
-
- sunspot_solr/lib/sunspot/solr/server.rb
|
324
|
-
- sunspot_solr/lib/sunspot/solr/tasks.rb
|
325
|
-
- sunspot_solr/lib/sunspot_solr.rb
|
326
|
-
- sunspot_solr/solr/README.txt
|
327
|
-
- sunspot_solr/solr/etc/jetty.xml
|
328
|
-
- sunspot_solr/solr/etc/webdefault.xml
|
329
|
-
- sunspot_solr/solr/lib/jetty-6.1.26-patched-JETTY-1340.jar
|
330
|
-
- sunspot_solr/solr/lib/jetty-util-6.1.26-patched-JETTY-1340.jar
|
331
|
-
- sunspot_solr/solr/lib/jsp-2.1/ant-1.6.5.jar
|
332
|
-
- sunspot_solr/solr/lib/jsp-2.1/core-3.1.1.jar
|
333
|
-
- sunspot_solr/solr/lib/jsp-2.1/jsp-2.1.jar
|
334
|
-
- sunspot_solr/solr/lib/jsp-2.1/jsp-api-2.1.jar
|
335
|
-
- sunspot_solr/solr/lib/servlet-api-2.5-20081211.jar
|
336
|
-
- sunspot_solr/solr/solr/.gitignore
|
337
|
-
- sunspot_solr/solr/solr/README.txt
|
338
|
-
- sunspot_solr/solr/solr/conf/admin-extra.html
|
339
|
-
- sunspot_solr/solr/solr/conf/elevate.xml
|
340
|
-
- sunspot_solr/solr/solr/conf/mapping-ISOLatin1Accent.txt
|
341
|
-
- sunspot_solr/solr/solr/conf/protwords.txt
|
342
|
-
- sunspot_solr/solr/solr/conf/schema.xml
|
343
|
-
- sunspot_solr/solr/solr/conf/scripts.conf
|
344
|
-
- sunspot_solr/solr/solr/conf/solrconfig.xml
|
345
|
-
- sunspot_solr/solr/solr/conf/spellings.txt
|
346
|
-
- sunspot_solr/solr/solr/conf/stopwords.txt
|
347
|
-
- sunspot_solr/solr/solr/conf/synonyms.txt
|
348
|
-
- sunspot_solr/solr/solr/conf/xslt/example.xsl
|
349
|
-
- sunspot_solr/solr/solr/conf/xslt/example_atom.xsl
|
350
|
-
- sunspot_solr/solr/solr/conf/xslt/example_rss.xsl
|
351
|
-
- sunspot_solr/solr/solr/conf/xslt/luke.xsl
|
352
|
-
- sunspot_solr/solr/start.jar
|
353
|
-
- sunspot_solr/solr/webapps/solr.war
|
354
|
-
- sunspot_solr/spec/server_spec.rb
|
355
|
-
- sunspot_solr/spec/spec_helper.rb
|
356
|
-
- sunspot_solr/sunspot_solr.gemspec
|
357
|
-
- tools/gem_tasks.rb
|
65
|
+
- Gemfile
|
66
|
+
- README.rdoc
|
67
|
+
- bin/sunspot-installer
|
68
|
+
- bin/sunspot-solr
|
69
|
+
- lib/sunspot/solr/installer.rb
|
70
|
+
- lib/sunspot/solr/installer/config_installer.rb
|
71
|
+
- lib/sunspot/solr/installer/task_helper.rb
|
72
|
+
- lib/sunspot/solr/java.rb
|
73
|
+
- lib/sunspot/solr/railtie.rb
|
74
|
+
- lib/sunspot/solr/server.rb
|
75
|
+
- lib/sunspot/solr/tasks.rb
|
76
|
+
- lib/sunspot_solr.rb
|
77
|
+
- solr/README.txt
|
78
|
+
- solr/etc/jetty.xml
|
79
|
+
- solr/etc/webdefault.xml
|
80
|
+
- solr/lib/jetty-6.1.26-patched-JETTY-1340.jar
|
81
|
+
- solr/lib/jetty-util-6.1.26-patched-JETTY-1340.jar
|
82
|
+
- solr/lib/jsp-2.1/ant-1.6.5.jar
|
83
|
+
- solr/lib/jsp-2.1/core-3.1.1.jar
|
84
|
+
- solr/lib/jsp-2.1/jsp-2.1.jar
|
85
|
+
- solr/lib/jsp-2.1/jsp-api-2.1.jar
|
86
|
+
- solr/lib/servlet-api-2.5-20081211.jar
|
87
|
+
- solr/solr/.gitignore
|
88
|
+
- solr/solr/README.txt
|
89
|
+
- solr/solr/conf/admin-extra.html
|
90
|
+
- solr/solr/conf/elevate.xml
|
91
|
+
- solr/solr/conf/mapping-ISOLatin1Accent.txt
|
92
|
+
- solr/solr/conf/protwords.txt
|
93
|
+
- solr/solr/conf/schema.xml
|
94
|
+
- solr/solr/conf/scripts.conf
|
95
|
+
- solr/solr/conf/solrconfig.xml
|
96
|
+
- solr/solr/conf/spellings.txt
|
97
|
+
- solr/solr/conf/stopwords.txt
|
98
|
+
- solr/solr/conf/synonyms.txt
|
99
|
+
- solr/solr/conf/xslt/example.xsl
|
100
|
+
- solr/solr/conf/xslt/example_atom.xsl
|
101
|
+
- solr/solr/conf/xslt/example_rss.xsl
|
102
|
+
- solr/solr/conf/xslt/luke.xsl
|
103
|
+
- solr/start.jar
|
104
|
+
- solr/webapps/solr.war
|
105
|
+
- spec/server_spec.rb
|
106
|
+
- spec/spec_helper.rb
|
107
|
+
- sunspot_solr.gemspec
|
358
108
|
homepage: https://github.com/outoftime/sunspot/tree/master/sunspot_solr
|
359
109
|
licenses: []
|
360
110
|
post_install_message:
|
@@ -384,4 +134,6 @@ rubygems_version: 1.8.15
|
|
384
134
|
signing_key:
|
385
135
|
specification_version: 3
|
386
136
|
summary: Bundled Solr distribution for Sunspot
|
387
|
-
test_files:
|
137
|
+
test_files:
|
138
|
+
- spec/server_spec.rb
|
139
|
+
- spec/spec_helper.rb
|