--- !ruby/object:Gem::Specification name: blacklight_marc version: !ruby/object:Gem::Version version: 0.0.9 platform: ruby authors: - Justin Coyne autorequire: bindir: bin cert_chain: [] date: 2014-02-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake 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: rspec 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: 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: jettywrapper 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: 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: marc requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.4.3 - - "<" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.4.3 - - "<" - !ruby/object:Gem::Version version: '1.1' description: MARC support for Blacklight email: - justin@curationexperts.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Gemfile - LICENSE.txt - README.md - Rakefile - app/helpers/blacklight_marc_helper.rb - app/views/bookmarks/_endnote.html.erb - app/views/bookmarks/_refworks.html.erb - app/views/catalog/_marc_view.html.erb - app/views/catalog/endnote.endnote.erb - app/views/catalog/librarian_view.html.erb - blacklight_marc.gemspec - config/jetty.yml - config/locales/blacklight.en.yml - config/locales/blacklight.fr.yml - config/routes.rb - lib/SolrMarc.jar - lib/blacklight/solr/document/marc.rb - lib/blacklight/solr/document/marc_export.rb - lib/blacklight_marc.rb - lib/blacklight_marc/catalog.rb - lib/blacklight_marc/engine.rb - lib/blacklight_marc/railtie.rb - lib/blacklight_marc/routes.rb - lib/blacklight_marc/version.rb - lib/generators/blacklight_marc/marc_generator.rb - lib/generators/blacklight_marc/templates/config/SolrMarc/config-test.properties - lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties - lib/generators/blacklight_marc/templates/config/SolrMarc/index.properties - lib/generators/blacklight_marc/templates/config/SolrMarc/index_scripts/dewey.bsh - lib/generators/blacklight_marc/templates/config/SolrMarc/index_scripts/format.bsh - lib/generators/blacklight_marc/templates/config/SolrMarc/translation_maps/README_MAPS - lib/generators/blacklight_marc/templates/config/SolrMarc/translation_maps/callnumber_map.properties - lib/generators/blacklight_marc/templates/config/SolrMarc/translation_maps/composition_era_map.properties - lib/generators/blacklight_marc/templates/config/SolrMarc/translation_maps/country_map.properties - lib/generators/blacklight_marc/templates/config/SolrMarc/translation_maps/format_map.properties - lib/generators/blacklight_marc/templates/config/SolrMarc/translation_maps/instrument_map.properties - lib/generators/blacklight_marc/templates/config/SolrMarc/translation_maps/language_map.properties - lib/railties/solr_marc.rake - spec/controllers/catalog_controller_spec.rb - spec/features/librarian_view_spec.rb - spec/helpers/blacklight_marc_helper_spec.rb - spec/integration/solr_document_spec.rb - spec/lib/blacklight_solr_document_marc_spec.rb - spec/lib/marc_export_spec.rb - spec/lib/tasks/solr_marc_task_spec.rb - spec/routing/routes_spec.rb - spec/spec_helper.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/bookmarks/_endnote.html.erb_spec.rb - spec/views/bookmarks/_refworks.html.erb_spec.rb - test_support/data/test_data.utf8.mrc homepage: https://github.com/projectblacklight/blacklight_marc 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.2.0 signing_key: specification_version: 4 summary: MARC support for Blacklight test_files: - spec/controllers/catalog_controller_spec.rb - spec/features/librarian_view_spec.rb - spec/helpers/blacklight_marc_helper_spec.rb - spec/integration/solr_document_spec.rb - spec/lib/blacklight_solr_document_marc_spec.rb - spec/lib/marc_export_spec.rb - spec/lib/tasks/solr_marc_task_spec.rb - spec/routing/routes_spec.rb - spec/spec_helper.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/bookmarks/_endnote.html.erb_spec.rb - spec/views/bookmarks/_refworks.html.erb_spec.rb has_rdoc: