Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
Prep for V2 release
  • Loading branch information
LaRita Robinson committed May 30, 2024
1 parent 830a9af commit 03b252a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions iiif_print.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down
2 changes: 1 addition & 1 deletion lib/iiif_print/version.rb
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

0 comments on commit 03b252a

Please sign in to comment.