From 03b252ae84c07d8354779c2be545484cd059ad63 Mon Sep 17 00:00:00 2001 From: LaRita Robinson Date: Thu, 30 May 2024 13:33:24 -0400 Subject: [PATCH] Update version to 2.0.0 Prep for V2 release --- iiif_print.gemspec | 6 ++---- lib/iiif_print/version.rb | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/iiif_print.gemspec b/iiif_print.gemspec index c54795ed..a9f588d7 100644 --- a/iiif_print.gemspec +++ b/iiif_print.gemspec @@ -12,12 +12,10 @@ Gem::Specification.new do |spec| spec.email = ['sean.upton@utah.edu', 'jacob.reed@utah.edu', 'brian.mcbride@utah.edu', 'eenglish@bpl.org', 'kirk.wang@scientist.com', 'larita@scientist.com', 'jeremy.n.friesen@gmail.com'] - spec.homepage = 'https://github.com/samvera-labs/iiif_print' + spec.homepage = 'https://github.com/scientist-softserv/iiif_print/' spec.description = 'Gem/Engine for IIIF Print works in Hyrax-based Samvera Application.' spec.summary = <<-SUMMARY - iiif_print is a Rails Engine gem providing model and administrative - functions to Hyrax-based Samvera applications, for management of - (primarily scanned) content. + IiifPrint is a gem (Rails "engine") for Hyrax-based digital repository applications to support displaying parent/child works in the same viewer (Universal Viewer) and the ability to search OCR from the parent work to the child work(s). IiifPring was originally based off of the samvera-labs Newspaper gem. SUMMARY spec.license = 'Apache-2.0' spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR).select { |f| File.dirname(f) !~ %r{\A"?spec\/?} && f != 'bin/rails' } diff --git a/lib/iiif_print/version.rb b/lib/iiif_print/version.rb index 59b6ce08..6cb8194f 100644 --- a/lib/iiif_print/version.rb +++ b/lib/iiif_print/version.rb @@ -1,3 +1,3 @@ module IiifPrint - VERSION = '1.0.0'.freeze + VERSION = '2.0.0'.freeze end