-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep for V2 release
- Loading branch information
LaRita Robinson
committed
May 30, 2024
1 parent
830a9af
commit 03b252a
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,10 @@ Gem::Specification.new do |spec| | |
spec.email = ['[email protected]', '[email protected]', | ||
'[email protected]', '[email protected]', '[email protected]', | ||
'[email protected]', '[email protected]'] | ||
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' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module IiifPrint | ||
VERSION = '1.0.0'.freeze | ||
VERSION = '2.0.0'.freeze | ||
end |