Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 9d26250

Browse files
authored
Merge pull request #697 from scientist-softserv/update-iiif_print
Update iiif_print version
2 parents 629bf7c + 33c1a57 commit 9d26250

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GIT
3131

3232
GIT
3333
remote: https://github.com/scientist-softserv/iiif_print.git
34-
revision: 5c5fa6880b3dc22beed738cfcba7af57b698ac36
34+
revision: 9f4b13098ec843f0f8c51c4bdfd0cdcc417c526d
3535
branch: main
3636
specs:
3737
iiif_print (1.0.0)
@@ -592,10 +592,10 @@ GEM
592592
jquery-ui-rails (6.0.1)
593593
railties (>= 3.2.16)
594594
json (2.6.3)
595-
json-canonicalization (0.3.2)
596-
json-ld (3.2.5)
595+
json-canonicalization (0.3.1)
596+
json-ld (3.2.4)
597597
htmlentities (~> 4.3)
598-
json-canonicalization (~> 0.3, >= 0.3.2)
598+
json-canonicalization (~> 0.3)
599599
link_header (~> 0.0, >= 0.0.8)
600600
multi_json (~> 1.15)
601601
rack (>= 2.2, < 4)

config/initializers/iiif_print.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
collection: {}
9696
}
9797

98+
config.skip_splitting_pdf_files_that_end_with_these_texts = CreateDerivativesJobDecorator::NON_ARCHIVAL_PDF_SUFFIXES
9899
# rubocop:enable Metrics/LineLength
99100
end
100101

0 commit comments

Comments
 (0)