--- !ruby/object:Gem::Specification name: blacklight version: !ruby/object:Gem::Version version: 5.0.0 platform: ruby authors: - Jonathan Rochkind - Matt Mitchell - Chris Beer - Jessie Keck - Jason Ronallo - Vernon Chapman - Mark A. Matienzo - Dan Funk - Naomi Dushay - Justin Coyne autorequire: bindir: bin cert_chain: [] date: 2014-02-05 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '5' - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: kaminari requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.13' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.13' - !ruby/object:Gem::Dependency name: rsolr requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.6 - !ruby/object:Gem::Dependency name: sass-rails 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: bootstrap-sass requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: deprecation 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: jettywrapper requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.5.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.5.2 - !ruby/object:Gem::Dependency name: blacklight_marc requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.0.9 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.0.9 - !ruby/object:Gem::Dependency name: rspec-rails 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: engine_cart requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.1.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.1.0 - !ruby/object:Gem::Dependency name: equivalent-xml 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: Blacklight is an open source Solr user interface discovery platform. You can use Blacklight to enable searching and browsing of your collections. Blacklight uses the Apache Solr search engine to search full text and/or metadata. email: - blacklight-development@googlegroups.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - ".yardopts" - Gemfile - LICENSE - README.md - Rakefile - VERSION - app/assets/images/blacklight/bg.png - app/assets/images/blacklight/border.png - app/assets/images/blacklight/bul_sq_gry.gif - app/assets/images/blacklight/checkmark.gif - app/assets/images/blacklight/logo.png - app/assets/images/blacklight/magnifying_glass.gif - app/assets/images/blacklight/remove.gif - app/assets/images/blacklight/separator.gif - app/assets/images/blacklight/start_over.gif - app/assets/images/favicon.ico - app/assets/javascripts/blacklight/ajax_modal.js - app/assets/javascripts/blacklight/autofocus.js - app/assets/javascripts/blacklight/blacklight.js - app/assets/javascripts/blacklight/bookmark_toggle.js - app/assets/javascripts/blacklight/checkbox_submit.js - app/assets/javascripts/blacklight/core.js - app/assets/javascripts/blacklight/search_context.js - app/assets/stylesheets/blacklight/_blacklight_base.css.scss - app/assets/stylesheets/blacklight/_bookmark.css.scss - app/assets/stylesheets/blacklight/_catalog.css.scss - app/assets/stylesheets/blacklight/_facets.css.scss - app/assets/stylesheets/blacklight/_group.css.scss - app/assets/stylesheets/blacklight/_header.css.scss - app/assets/stylesheets/blacklight/_layout.css.scss - app/assets/stylesheets/blacklight/_modal.css.scss - app/assets/stylesheets/blacklight/_search_history.css.scss - app/assets/stylesheets/blacklight/blacklight.css.scss - app/assets/stylesheets/blacklight/blacklight_defaults.css.scss - app/controllers/bookmarks_controller.rb - app/controllers/catalog_controller.rb - app/controllers/saved_searches_controller.rb - app/controllers/search_history_controller.rb - app/helpers/blacklight/blacklight_helper_behavior.rb - app/helpers/blacklight/catalog_helper_behavior.rb - app/helpers/blacklight/configuration_helper_behavior.rb - app/helpers/blacklight/facets_helper_behavior.rb - app/helpers/blacklight/hash_as_hidden_fields_helper_behavior.rb - app/helpers/blacklight/render_constraints_helper_behavior.rb - app/helpers/blacklight/search_history_constraints_helper_behavior.rb - app/helpers/blacklight/url_helper_behavior.rb - app/helpers/blacklight_configuration_helper.rb - app/helpers/blacklight_helper.rb - app/helpers/blacklight_url_helper.rb - app/helpers/catalog_helper.rb - app/helpers/facets_helper.rb - app/helpers/hash_as_hidden_fields_helper.rb - app/helpers/render_constraints_helper.rb - app/helpers/search_history_constraints_helper.rb - app/models/bookmark.rb - app/models/record_mailer.rb - app/models/search.rb - app/views/_flash_msg.html.erb - app/views/_user_util_links.html.erb - app/views/bookmarks/_tools.html.erb - app/views/bookmarks/index.html.erb - app/views/catalog/_bookmark_control.html.erb - app/views/catalog/_citation.html.erb - app/views/catalog/_constraints.html.erb - app/views/catalog/_constraints_element.html.erb - app/views/catalog/_did_you_mean.html.erb - app/views/catalog/_document.html.erb - app/views/catalog/_document_list.html.erb - app/views/catalog/_email_form.html.erb - app/views/catalog/_facet_layout.html.erb - app/views/catalog/_facet_limit.html.erb - app/views/catalog/_facet_pagination.html.erb - app/views/catalog/_facet_pivot.html.erb - app/views/catalog/_facets.html.erb - app/views/catalog/_group_default.html.erb - app/views/catalog/_home.html.erb - app/views/catalog/_home_text.html.erb - app/views/catalog/_index_default.html.erb - app/views/catalog/_index_header_default.html.erb - app/views/catalog/_opensearch_response_metadata.html.erb - app/views/catalog/_paginate_compact.html.erb - app/views/catalog/_per_page_widget.html.erb - app/views/catalog/_previous_next_doc.html.erb - app/views/catalog/_refworks_form.html.erb - app/views/catalog/_results_pagination.html.erb - app/views/catalog/_search_form.html.erb - app/views/catalog/_search_header.html.erb - app/views/catalog/_search_sidebar.html.erb - app/views/catalog/_show_default.html.erb - app/views/catalog/_show_header_default.html.erb - app/views/catalog/_show_more_like_this.html.erb - app/views/catalog/_show_sidebar.html.erb - app/views/catalog/_show_tools.html.erb - app/views/catalog/_sms_form.html.erb - app/views/catalog/_sort_and_per_page.html.erb - app/views/catalog/_sort_widget.html.erb - app/views/catalog/_thumbnail_default.html.erb - app/views/catalog/_view_type_group.html.erb - app/views/catalog/_zero_results.html.erb - app/views/catalog/citation.html.erb - app/views/catalog/citation.js.erb - app/views/catalog/email.html.erb - app/views/catalog/email_sent.html.erb - app/views/catalog/facet.html.erb - app/views/catalog/index.atom.builder - app/views/catalog/index.html.erb - app/views/catalog/index.rss.builder - app/views/catalog/opensearch.json.erb - app/views/catalog/opensearch.xml.builder - app/views/catalog/send_email_record.erb - app/views/catalog/show.html.erb - app/views/catalog/show.refworks.erb - app/views/catalog/sms.html.erb - app/views/catalog/sms_sent.html.erb - app/views/kaminari/blacklight/_first_page.html.erb - app/views/kaminari/blacklight/_gap.html.erb - app/views/kaminari/blacklight/_last_page.html.erb - app/views/kaminari/blacklight/_next_page.html.erb - app/views/kaminari/blacklight/_page.html.erb - app/views/kaminari/blacklight/_paginator.html.erb - app/views/kaminari/blacklight/_prev_page.html.erb - app/views/kaminari/blacklight_compact/_next_page.html.erb - app/views/kaminari/blacklight_compact/_paginator.html.erb - app/views/kaminari/blacklight_compact/_prev_page.html.erb - app/views/layouts/blacklight.html.erb - app/views/record_mailer/email_record.text.erb - app/views/record_mailer/sms_record.text.erb - app/views/saved_searches/index.html.erb - app/views/search_history/index.html.erb - app/views/shared/_footer.html.erb - app/views/shared/_header_navbar.html.erb - blacklight.gemspec - config/jetty.yml - config/locales/blacklight.en.yml - config/locales/blacklight.fr.yml - db/migrate/20140202020201_create_searches.rb - db/migrate/20140202020202_create_bookmarks.rb - gemfiles/rails3.gemfile - gemfiles/rails4.gemfile - lib/blacklight.rb - lib/blacklight/base.rb - lib/blacklight/catalog.rb - lib/blacklight/catalog/search_context.rb - lib/blacklight/configurable.rb - lib/blacklight/configuration.rb - lib/blacklight/configuration/facet_field.rb - lib/blacklight/configuration/fields.rb - lib/blacklight/configuration/search_field.rb - lib/blacklight/configuration/solr_field.rb - lib/blacklight/configuration/sort_field.rb - lib/blacklight/configuration/view_config.rb - lib/blacklight/controller.rb - lib/blacklight/engine.rb - lib/blacklight/exceptions.rb - lib/blacklight/facet.rb - lib/blacklight/rails/routes.rb - lib/blacklight/routes.rb - lib/blacklight/search_fields.rb - lib/blacklight/solr.rb - lib/blacklight/solr/document.rb - lib/blacklight/solr/document/dublin_core.rb - lib/blacklight/solr/document/email.rb - lib/blacklight/solr/document/export.rb - lib/blacklight/solr/document/extensions.rb - lib/blacklight/solr/document/more_like_this.rb - lib/blacklight/solr/document/schema_org.rb - lib/blacklight/solr/document/sms.rb - lib/blacklight/solr/facet_paginator.rb - lib/blacklight/solr/request.rb - lib/blacklight/solr_helper.rb - lib/blacklight/solr_response.rb - lib/blacklight/solr_response/facets.rb - lib/blacklight/solr_response/group.rb - lib/blacklight/solr_response/group_response.rb - lib/blacklight/solr_response/more_like_this.rb - lib/blacklight/solr_response/pagination_methods.rb - lib/blacklight/solr_response/spelling.rb - lib/blacklight/user.rb - lib/blacklight/utils.rb - lib/blacklight/version.rb - lib/generators/blacklight/assets_generator.rb - lib/generators/blacklight/install_generator.rb - lib/generators/blacklight/jetty_generator.rb - lib/generators/blacklight/models_generator.rb - lib/generators/blacklight/templates/alternate_controller.rb - lib/generators/blacklight/templates/blacklight.css.scss - lib/generators/blacklight/templates/blacklight.en.yml - lib/generators/blacklight/templates/catalog_controller.rb - lib/generators/blacklight/templates/config/jetty.yml - lib/generators/blacklight/templates/config/solr.yml - lib/generators/blacklight/templates/solr_document.rb - lib/generators/blacklight/test_support_generator.rb - lib/railties/blacklight.rake - solr/sample_solr_documents.yml - spec/controllers/application_controller_spec.rb - spec/controllers/bookmarks_controller_spec.rb - spec/controllers/catalog_controller_spec.rb - spec/controllers/saved_searches_controller_spec.rb - spec/controllers/search_history_controller_spec.rb - spec/data/sample_docs.yml - spec/features/alternate_controller_spec.rb - spec/features/bookmarks_spec.rb - spec/features/did_you_mean_spec.rb - spec/features/facets_spec.rb - spec/features/record_view_spec.rb - spec/features/saved_searches_spec.rb - spec/features/search_filters_spec.rb - spec/features/search_history_spec.rb - spec/features/search_pagination_spec.rb - spec/features/search_results_spec.rb - spec/features/search_sort_spec.rb - spec/features/search_spec.rb - spec/helpers/blacklight_helper_spec.rb - spec/helpers/catalog_helper_spec.rb - spec/helpers/configuration_helper_spec.rb - spec/helpers/facets_helper_spec.rb - spec/helpers/hash_as_hidden_fields_spec.rb - spec/helpers/render_constraints_helper_spec.rb - spec/helpers/search_history_constraints_helper_spec.rb - spec/helpers/url_helper_spec.rb - spec/lib/blacklight/configurable_spec.rb - spec/lib/blacklight/configuration_spec.rb - spec/lib/blacklight/facet_paginator_spec.rb - spec/lib/blacklight/routes_spec.rb - spec/lib/blacklight/search_fields_spec.rb - spec/lib/blacklight/solr/document/dublin_core_spec.rb - spec/lib/blacklight/solr/document/email_spec.rb - spec/lib/blacklight/solr/document/more_like_this_spec.rb - spec/lib/blacklight/solr/document/sms_spec.rb - spec/lib/blacklight/solr/document_spec.rb - spec/lib/blacklight/solr/request_spec.rb - spec/lib/blacklight/solr_helper_spec.rb - spec/lib/blacklight/solr_response/group_response_spec.rb - spec/lib/blacklight/solr_response/group_spec.rb - spec/lib/blacklight/solr_response_spec.rb - spec/lib/blacklight/user_spec.rb - spec/lib/blacklight_spec.rb - spec/lib/tasks/blacklight_task_spec.rb - spec/lib/utils_spec.rb - spec/models/bookmark_spec.rb - spec/models/record_mailer_spec.rb - spec/models/search_spec.rb - spec/models/solr_document_spec.rb - spec/routing/catalog_routing_spec.rb - spec/routing/routes_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/support/features.rb - spec/support/features/session_helpers.rb - spec/support/include_text.rb - spec/test_app_templates/Gemfile.extra - spec/test_app_templates/lib/generators/test_app_generator.rb - spec/test_app_templates/lib/tasks/blacklight_test_app.rake - spec/views/catalog/_constraints.html.erb_spec.rb - spec/views/catalog/_constraints_element.html.erb_spec.rb - spec/views/catalog/_document.html.erb_spec.rb - spec/views/catalog/_document_list.html.erb_spec.rb - spec/views/catalog/_facet_layout.html.erb_spec.rb - spec/views/catalog/_facets.html.erb_spec.rb - spec/views/catalog/_index_default.erb_spec.rb - spec/views/catalog/_index_header_default.html.erb_spec.rb - spec/views/catalog/_paginate_compact.html.erb_spec.rb - spec/views/catalog/_search_header.erb_spec.rb - spec/views/catalog/_show_default.erb_spec.rb - spec/views/catalog/_show_sidebar.erb_spec.rb - spec/views/catalog/_sort_and_per_page.html.erb_spec.rb - spec/views/catalog/_thumbnail_default.erb_spec.rb - spec/views/catalog/_view_type_group.html.erb_spec.rb - spec/views/catalog/index.atom.builder_spec.rb - spec/views/catalog/index.html.erb_spec.rb - spec/views/catalog/show.html.erb_spec.rb - tasks/blacklight.rake homepage: http://projectblacklight.org/ licenses: - Apache 2.0 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.2.0 signing_key: specification_version: 4 summary: Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index. test_files: - spec/controllers/application_controller_spec.rb - spec/controllers/bookmarks_controller_spec.rb - spec/controllers/catalog_controller_spec.rb - spec/controllers/saved_searches_controller_spec.rb - spec/controllers/search_history_controller_spec.rb - spec/data/sample_docs.yml - spec/features/alternate_controller_spec.rb - spec/features/bookmarks_spec.rb - spec/features/did_you_mean_spec.rb - spec/features/facets_spec.rb - spec/features/record_view_spec.rb - spec/features/saved_searches_spec.rb - spec/features/search_filters_spec.rb - spec/features/search_history_spec.rb - spec/features/search_pagination_spec.rb - spec/features/search_results_spec.rb - spec/features/search_sort_spec.rb - spec/features/search_spec.rb - spec/helpers/blacklight_helper_spec.rb - spec/helpers/catalog_helper_spec.rb - spec/helpers/configuration_helper_spec.rb - spec/helpers/facets_helper_spec.rb - spec/helpers/hash_as_hidden_fields_spec.rb - spec/helpers/render_constraints_helper_spec.rb - spec/helpers/search_history_constraints_helper_spec.rb - spec/helpers/url_helper_spec.rb - spec/lib/blacklight/configurable_spec.rb - spec/lib/blacklight/configuration_spec.rb - spec/lib/blacklight/facet_paginator_spec.rb - spec/lib/blacklight/routes_spec.rb - spec/lib/blacklight/search_fields_spec.rb - spec/lib/blacklight/solr/document/dublin_core_spec.rb - spec/lib/blacklight/solr/document/email_spec.rb - spec/lib/blacklight/solr/document/more_like_this_spec.rb - spec/lib/blacklight/solr/document/sms_spec.rb - spec/lib/blacklight/solr/document_spec.rb - spec/lib/blacklight/solr/request_spec.rb - spec/lib/blacklight/solr_helper_spec.rb - spec/lib/blacklight/solr_response/group_response_spec.rb - spec/lib/blacklight/solr_response/group_spec.rb - spec/lib/blacklight/solr_response_spec.rb - spec/lib/blacklight/user_spec.rb - spec/lib/blacklight_spec.rb - spec/lib/tasks/blacklight_task_spec.rb - spec/lib/utils_spec.rb - spec/models/bookmark_spec.rb - spec/models/record_mailer_spec.rb - spec/models/search_spec.rb - spec/models/solr_document_spec.rb - spec/routing/catalog_routing_spec.rb - spec/routing/routes_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/support/features.rb - spec/support/features/session_helpers.rb - spec/support/include_text.rb - spec/test_app_templates/Gemfile.extra - spec/test_app_templates/lib/generators/test_app_generator.rb - spec/test_app_templates/lib/tasks/blacklight_test_app.rake - spec/views/catalog/_constraints.html.erb_spec.rb - spec/views/catalog/_constraints_element.html.erb_spec.rb - spec/views/catalog/_document.html.erb_spec.rb - spec/views/catalog/_document_list.html.erb_spec.rb - spec/views/catalog/_facet_layout.html.erb_spec.rb - spec/views/catalog/_facets.html.erb_spec.rb - spec/views/catalog/_index_default.erb_spec.rb - spec/views/catalog/_index_header_default.html.erb_spec.rb - spec/views/catalog/_paginate_compact.html.erb_spec.rb - spec/views/catalog/_search_header.erb_spec.rb - spec/views/catalog/_show_default.erb_spec.rb - spec/views/catalog/_show_sidebar.erb_spec.rb - spec/views/catalog/_sort_and_per_page.html.erb_spec.rb - spec/views/catalog/_thumbnail_default.erb_spec.rb - spec/views/catalog/_view_type_group.html.erb_spec.rb - spec/views/catalog/index.atom.builder_spec.rb - spec/views/catalog/index.html.erb_spec.rb - spec/views/catalog/show.html.erb_spec.rb