From 35a698eef42c01441a519fb664dd78a226084c4b Mon Sep 17 00:00:00 2001 From: Brian McBride Date: Wed, 29 Jul 2020 14:55:00 -0600 Subject: [PATCH] =?UTF-8?q?Updated=20README=20with=20Hyrax=20compatability?= =?UTF-8?q?=20information=20and=20set=20newspaper=E2=80=A6=20(#215)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated README with Hyrax compatability information and set newspaper_works.gemspec to allow Hyrax '>= 2.5', '< 2.8' --- README.md | 11 ++++++----- newspaper_works.gemspec | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e1a27ded..0791ce75 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Jump in: [![Slack Status](http://slack.samvera.org/badge.svg)](http://slack.samv # Overview -NewspaperWorks is a gem (Rails "engine") for [Hyrax](https://hyrax.samvera.org/) -based digital repository applications to support ingest, management, and display of digitzed newspaper content. +NewspaperWorks is a gem (Rails "engine") for [Hyrax](https://hyrax.samvera.org/) -based digital repository applications to support ingest, management, and display of digitized newspaper content. -NewspaperWorks is not a stand-alone application. It is designed to be integrated into a new or existing Hyrax (2.6) application, providing content models, ingest workflows, and feature-rich UX for newspaper repository use-cases. +NewspaperWorks is not a stand-alone application. It is designed to be integrated into a new or existing Hyrax (v2.5-v2.7) application, providing content models, ingest workflows, and feature-rich UX for newspaper repository use-cases. NewspaperWorks supports: * models for Title, Issue, Page, and Article @@ -52,10 +52,10 @@ A set of helpful documents to help you learn more and deploy NewspaperWorks can ## Requirements - * [Ruby](https://rubyonrails.org/) >=2.4 - * [Rails](https://rubyonrails.org/) ~>5.1 + * [Ruby](https://rubyonrails.org/) >=2.4 + * [Rails](https://rubyonrails.org/) ~>5.1.7 * [Bundler](http://bundler.io/) - * [Hyrax](https://github.com/samvera/hyrax) ~>2.6 + * [Hyrax](https://github.com/samvera/hyrax) v2.5-v2.7 - ..._and various [Samvera dependencies](https://github.com/samvera/hyrax#getting-started) that entails_. * A Hyrax-based Rails application @@ -69,6 +69,7 @@ A set of helpful documents to help you learn more and deploy NewspaperWorks can * [ImageMagick](https://github.com/ImageMagick/ImageMagick6) - _ImageMagick policy XML may need to be more permissive in both resources and source media types allowed. See template [policy.xml](config/vendor/imagemagick-6-policy.xml)._ * [libcurl3](https://packages.ubuntu.com/search?keywords=libcurl3) + * [libgbm1](https://packages.debian.org/sid/libgbm1) See the [wiki](https://github.com/samvera-labs/newspaper_works/wiki/Installing,-Developing,-and-Testing) for more details on how to install and configure dependencies. diff --git a/newspaper_works.gemspec b/newspaper_works.gemspec index 61394cdb..967625f2 100644 --- a/newspaper_works.gemspec +++ b/newspaper_works.gemspec @@ -24,7 +24,7 @@ SUMMARY spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.add_dependency 'blacklight_iiif_search', '~> 1.0' spec.add_dependency 'blacklight_advanced_search', '6.4.1' - spec.add_dependency 'hyrax', '~> 2.6.0' + spec.add_dependency 'hyrax', '>= 2.5', '< 2.8' spec.add_dependency 'nokogiri' spec.add_dependency 'rails', '~> 5.1.7' spec.add_dependency 'rdf-vocab', '< 3.1.5'