iiif_print 3.0.4 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +33 -30
- data/lib/iiif_print/persistence_layer/valkyrie_adapter.rb +6 -3
- data/lib/iiif_print/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdd66a6eb68613bdd610b0cb87092a6d7a9bee69c2f6f015ddb8035e0c8fa5e0
|
4
|
+
data.tar.gz: 8669cf9f172800e1069f096ff1c98409fd44f4e0607722423dc6fdaf4961a5a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4ebe41e069d13a860e0b7b19cda249763d4b31405be767cd41f2b48ec9e34117edd2a4dacd157c93c7b964dc1b1cdc2ea6cfa1a89704cb38399775c185f6eb9
|
7
|
+
data.tar.gz: c2de71552f311ae3961de7cb88bdd890f89bc970a896ee151150d2633f17fab3378513b62b97311989afe8903e5e4d2e8ef9a6ac428efad44abb57f23fe96054
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: /app/samvera/hyrax-webapp
|
3
3
|
specs:
|
4
|
-
iiif_print (3.0.
|
4
|
+
iiif_print (3.0.5)
|
5
5
|
blacklight_iiif_search (>= 1.0, < 3.0)
|
6
6
|
derivative-rodeo (~> 0.5)
|
7
7
|
hyrax (>= 2.5, < 6)
|
@@ -65,7 +65,7 @@ GEM
|
|
65
65
|
activemodel (= 5.2.8.1)
|
66
66
|
activesupport (= 5.2.8.1)
|
67
67
|
arel (>= 9.0)
|
68
|
-
activerecord-import (2.
|
68
|
+
activerecord-import (2.2.0)
|
69
69
|
activerecord (>= 4.2)
|
70
70
|
activestorage (5.2.8.1)
|
71
71
|
actionpack (= 5.2.8.1)
|
@@ -86,37 +86,38 @@ GEM
|
|
86
86
|
execjs (~> 2)
|
87
87
|
awesome_nested_set (3.8.0)
|
88
88
|
activerecord (>= 4.0.0, < 8.1)
|
89
|
-
aws-eventstream (1.
|
90
|
-
aws-partitions (1.
|
91
|
-
aws-sdk-core (3.
|
89
|
+
aws-eventstream (1.4.0)
|
90
|
+
aws-partitions (1.1112.0)
|
91
|
+
aws-sdk-core (3.225.1)
|
92
92
|
aws-eventstream (~> 1, >= 1.3.0)
|
93
93
|
aws-partitions (~> 1, >= 1.992.0)
|
94
94
|
aws-sigv4 (~> 1.9)
|
95
95
|
base64
|
96
96
|
jmespath (~> 1, >= 1.6.1)
|
97
|
-
|
98
|
-
|
97
|
+
logger
|
98
|
+
aws-sdk-kms (1.103.0)
|
99
|
+
aws-sdk-core (~> 3, >= 3.225.0)
|
99
100
|
aws-sigv4 (~> 1.5)
|
100
|
-
aws-sdk-s3 (1.
|
101
|
-
aws-sdk-core (~> 3, >= 3.
|
101
|
+
aws-sdk-s3 (1.189.0)
|
102
|
+
aws-sdk-core (~> 3, >= 3.225.0)
|
102
103
|
aws-sdk-kms (~> 1)
|
103
104
|
aws-sigv4 (~> 1.5)
|
104
|
-
aws-sdk-sqs (1.
|
105
|
-
aws-sdk-core (~> 3, >= 3.
|
105
|
+
aws-sdk-sqs (1.96.0)
|
106
|
+
aws-sdk-core (~> 3, >= 3.225.0)
|
106
107
|
aws-sigv4 (~> 1.5)
|
107
|
-
aws-sigv4 (1.
|
108
|
+
aws-sigv4 (1.12.0)
|
108
109
|
aws-eventstream (~> 1, >= 1.0.2)
|
109
110
|
babel-source (5.8.35)
|
110
111
|
babel-transpiler (0.7.0)
|
111
112
|
babel-source (>= 4.0, < 6)
|
112
113
|
execjs (~> 2.0)
|
113
114
|
backport (1.2.0)
|
114
|
-
base64 (0.
|
115
|
+
base64 (0.3.0)
|
115
116
|
bcp47 (0.3.3)
|
116
117
|
i18n
|
117
118
|
bcrypt (3.1.20)
|
118
119
|
benchmark (0.3.0)
|
119
|
-
bigdecimal (3.
|
120
|
+
bigdecimal (3.2.2)
|
120
121
|
bindex (0.8.1)
|
121
122
|
bixby (5.0.2)
|
122
123
|
rubocop (= 1.28.2)
|
@@ -178,7 +179,7 @@ GEM
|
|
178
179
|
execjs
|
179
180
|
coffee-script-source (1.12.2)
|
180
181
|
concurrent-ruby (1.2.2)
|
181
|
-
connection_pool (2.5.
|
182
|
+
connection_pool (2.5.3)
|
182
183
|
coveralls (0.8.23)
|
183
184
|
json (>= 1.8, < 3)
|
184
185
|
simplecov (~> 0.16.1)
|
@@ -186,7 +187,7 @@ GEM
|
|
186
187
|
thor (>= 0.19.4, < 2.0)
|
187
188
|
tins (~> 1.6)
|
188
189
|
crass (1.0.6)
|
189
|
-
csv (3.3.
|
190
|
+
csv (3.3.5)
|
190
191
|
database_cleaner (1.99.0)
|
191
192
|
date (3.3.4)
|
192
193
|
declarative (0.0.20)
|
@@ -345,12 +346,13 @@ GEM
|
|
345
346
|
hashie (5.0.0)
|
346
347
|
hiredis (0.6.3)
|
347
348
|
htmlentities (4.3.4)
|
348
|
-
http_logger (0.
|
349
|
-
httparty (0.
|
349
|
+
http_logger (1.0.1)
|
350
|
+
httparty (0.23.1)
|
350
351
|
csv
|
351
352
|
mini_mime (>= 1.0.0)
|
352
353
|
multi_xml (>= 0.5.2)
|
353
|
-
httpclient (2.
|
354
|
+
httpclient (2.9.0)
|
355
|
+
mutex_m
|
354
356
|
hydra-access-controls (11.0.7)
|
355
357
|
active-fedora (>= 10.0.0)
|
356
358
|
activesupport (>= 4, < 6)
|
@@ -562,7 +564,7 @@ GEM
|
|
562
564
|
shex (~> 0.6, >= 0.6.4)
|
563
565
|
sparql (~> 3.1, >= 3.1.8)
|
564
566
|
sparql-client (~> 3.1, >= 3.1.2)
|
565
|
-
logger (1.
|
567
|
+
logger (1.7.0)
|
566
568
|
loofah (2.22.0)
|
567
569
|
crass (~> 1.0.2)
|
568
570
|
nokogiri (>= 1.12.0)
|
@@ -577,10 +579,10 @@ GEM
|
|
577
579
|
marcel (1.0.2)
|
578
580
|
matrix (0.4.2)
|
579
581
|
method_source (1.0.0)
|
580
|
-
mime-types (3.
|
582
|
+
mime-types (3.7.0)
|
581
583
|
logger
|
582
|
-
mime-types-data (~> 3.
|
583
|
-
mime-types-data (3.2025.
|
584
|
+
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
585
|
+
mime-types-data (3.2025.0603)
|
584
586
|
mini_magick (4.13.2)
|
585
587
|
mini_mime (1.1.5)
|
586
588
|
mini_portile2 (2.8.5)
|
@@ -588,10 +590,11 @@ GEM
|
|
588
590
|
multi_json (1.15.0)
|
589
591
|
multi_xml (0.6.0)
|
590
592
|
multipart-post (2.3.0)
|
593
|
+
mutex_m (0.3.0)
|
591
594
|
nest (3.2.0)
|
592
595
|
redic
|
593
|
-
net-http-persistent (4.0.
|
594
|
-
connection_pool (~> 2.2)
|
596
|
+
net-http-persistent (4.0.6)
|
597
|
+
connection_pool (~> 2.2, >= 2.2.4)
|
595
598
|
net-imap (0.4.6)
|
596
599
|
date
|
597
600
|
net-protocol
|
@@ -637,7 +640,7 @@ GEM
|
|
637
640
|
psych (3.3.4)
|
638
641
|
public_suffix (5.1.1)
|
639
642
|
puma (3.12.6)
|
640
|
-
qa (5.
|
643
|
+
qa (5.15.0)
|
641
644
|
activerecord-import
|
642
645
|
deprecation
|
643
646
|
faraday (< 3.0, != 2.0.0)
|
@@ -876,9 +879,9 @@ GEM
|
|
876
879
|
simplecov-html (~> 0.10.0)
|
877
880
|
simplecov-html (0.10.2)
|
878
881
|
slop (4.10.1)
|
879
|
-
snaky_hash (2.0.
|
880
|
-
hashie
|
881
|
-
version_gem (
|
882
|
+
snaky_hash (2.0.3)
|
883
|
+
hashie (>= 0.1.0, < 6)
|
884
|
+
version_gem (>= 1.1.8, < 3)
|
882
885
|
solargraph (0.48.0)
|
883
886
|
backport (~> 1.2)
|
884
887
|
benchmark
|
@@ -973,7 +976,7 @@ GEM
|
|
973
976
|
rdf-vocab
|
974
977
|
reform (~> 2.2)
|
975
978
|
reform-rails
|
976
|
-
version_gem (1.1.
|
979
|
+
version_gem (1.1.8)
|
977
980
|
warden (1.2.9)
|
978
981
|
rack (>= 2.0.9)
|
979
982
|
web-console (3.7.0)
|
@@ -21,10 +21,12 @@ module IiifPrint
|
|
21
21
|
# @param work_type [Class<Valkyrie::Resource>]
|
22
22
|
# @return the indexer for the given :work_type
|
23
23
|
def self.decorate_with_adapter_logic(work_type:)
|
24
|
-
work_type.send(:include, Hyrax::Schema(:child_works_from_pdf_splitting)) unless
|
24
|
+
work_type.send(:include, Hyrax::Schema(:child_works_from_pdf_splitting)) unless
|
25
|
+
Hyrax.config.try(:flexible?) || work_type.included_modules.include?(Hyrax::Schema(:child_works_from_pdf_splitting))
|
25
26
|
# TODO: Use `Hyrax::ValkyrieIndexer.indexer_class_for` once changes are merged.
|
26
27
|
indexer = "#{work_type}Indexer".constantize
|
27
|
-
indexer.send(:include, Hyrax::Indexer(:child_works_from_pdf_splitting)) unless
|
28
|
+
indexer.send(:include, Hyrax::Indexer(:child_works_from_pdf_splitting)) unless
|
29
|
+
Hyrax.config.try(:flexible?) || indexer.included_modules.include?(Hyrax::Indexer(:child_works_from_pdf_splitting))
|
28
30
|
indexer
|
29
31
|
end
|
30
32
|
|
@@ -33,7 +35,8 @@ module IiifPrint
|
|
33
35
|
# @return form for the given :work_type
|
34
36
|
def self.decorate_form_with_adapter_logic(work_type:)
|
35
37
|
form = "#{work_type}Form".constantize
|
36
|
-
form.send(:include, Hyrax::FormFields(:child_works_from_pdf_splitting)) unless
|
38
|
+
form.send(:include, Hyrax::FormFields(:child_works_from_pdf_splitting)) unless
|
39
|
+
Hyrax.config.try(:flexible?) || form.included_modules.include?(Hyrax::FormFields(:child_works_from_pdf_splitting))
|
37
40
|
form
|
38
41
|
end
|
39
42
|
|
data/lib/iiif_print/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iiif_print
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Upton
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2025-
|
17
|
+
date: 2025-06-06 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: blacklight_iiif_search
|