iiif_print 3.0.8 → 3.0.9
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 +27 -26
- data/lib/iiif_print/persistence_layer/valkyrie_adapter.rb +3 -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: 8637c18807904c8f1f7206f7d00d53e45867137c9cf743dd509a8aa38cf27461
|
|
4
|
+
data.tar.gz: 541d635e99847c4d7441fbe5c56e0f2c343e4b3dbc05f49b9626494c73837270
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80b7f57b155c62157ede01b218540161bb27d28f1b0ef550527c1d62661f80f360fd5695430bf63cb6d8a97b3e7024cd256b395c940f362abb5d8acd49db7502
|
|
7
|
+
data.tar.gz: 2da6466a299381098b98219747e9895521a5a4e182f7e1ad8f0f72b0b93a0d0f5d5a1248198abadaf10609a278bd2f4a54b53956db8f9fb3ba90a6b65403accf
|
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.9)
|
|
5
5
|
blacklight_iiif_search (>= 1.0, < 3.0)
|
|
6
6
|
derivative-rodeo (~> 0.5)
|
|
7
7
|
hyrax (>= 2.5, < 6)
|
|
@@ -87,8 +87,8 @@ GEM
|
|
|
87
87
|
awesome_nested_set (3.8.0)
|
|
88
88
|
activerecord (>= 4.0.0, < 8.1)
|
|
89
89
|
aws-eventstream (1.4.0)
|
|
90
|
-
aws-partitions (1.
|
|
91
|
-
aws-sdk-core (3.
|
|
90
|
+
aws-partitions (1.1181.0)
|
|
91
|
+
aws-sdk-core (3.237.0)
|
|
92
92
|
aws-eventstream (~> 1, >= 1.3.0)
|
|
93
93
|
aws-partitions (~> 1, >= 1.992.0)
|
|
94
94
|
aws-sigv4 (~> 1.9)
|
|
@@ -96,15 +96,15 @@ GEM
|
|
|
96
96
|
bigdecimal
|
|
97
97
|
jmespath (~> 1, >= 1.6.1)
|
|
98
98
|
logger
|
|
99
|
-
aws-sdk-kms (1.
|
|
100
|
-
aws-sdk-core (~> 3, >= 3.
|
|
99
|
+
aws-sdk-kms (1.117.0)
|
|
100
|
+
aws-sdk-core (~> 3, >= 3.234.0)
|
|
101
101
|
aws-sigv4 (~> 1.5)
|
|
102
|
-
aws-sdk-s3 (1.
|
|
103
|
-
aws-sdk-core (~> 3, >= 3.
|
|
102
|
+
aws-sdk-s3 (1.203.1)
|
|
103
|
+
aws-sdk-core (~> 3, >= 3.234.0)
|
|
104
104
|
aws-sdk-kms (~> 1)
|
|
105
105
|
aws-sigv4 (~> 1.5)
|
|
106
|
-
aws-sdk-sqs (1.
|
|
107
|
-
aws-sdk-core (~> 3, >= 3.
|
|
106
|
+
aws-sdk-sqs (1.106.0)
|
|
107
|
+
aws-sdk-core (~> 3, >= 3.234.0)
|
|
108
108
|
aws-sigv4 (~> 1.5)
|
|
109
109
|
aws-sigv4 (1.12.1)
|
|
110
110
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
@@ -118,7 +118,7 @@ GEM
|
|
|
118
118
|
i18n
|
|
119
119
|
bcrypt (3.1.20)
|
|
120
120
|
benchmark (0.3.0)
|
|
121
|
-
bigdecimal (3.
|
|
121
|
+
bigdecimal (3.3.1)
|
|
122
122
|
bindex (0.8.1)
|
|
123
123
|
bixby (5.0.2)
|
|
124
124
|
rubocop (= 1.28.2)
|
|
@@ -180,7 +180,7 @@ GEM
|
|
|
180
180
|
execjs
|
|
181
181
|
coffee-script-source (1.12.2)
|
|
182
182
|
concurrent-ruby (1.2.2)
|
|
183
|
-
connection_pool (2.5.
|
|
183
|
+
connection_pool (2.5.4)
|
|
184
184
|
coveralls (0.8.23)
|
|
185
185
|
json (>= 1.8, < 3)
|
|
186
186
|
simplecov (~> 0.16.1)
|
|
@@ -222,7 +222,7 @@ GEM
|
|
|
222
222
|
representable (>= 2.4.0, <= 3.1.0)
|
|
223
223
|
uber (< 0.2.0)
|
|
224
224
|
docile (1.4.0)
|
|
225
|
-
draper (4.0.
|
|
225
|
+
draper (4.0.5)
|
|
226
226
|
actionpack (>= 5.0)
|
|
227
227
|
activemodel (>= 5.0)
|
|
228
228
|
activemodel-serializers-xml (>= 1.0)
|
|
@@ -300,7 +300,7 @@ GEM
|
|
|
300
300
|
equivalent-xml (0.6.0)
|
|
301
301
|
nokogiri (>= 1.4.3)
|
|
302
302
|
erubi (1.12.0)
|
|
303
|
-
ethon (0.
|
|
303
|
+
ethon (0.15.0)
|
|
304
304
|
ffi (>= 1.15.0)
|
|
305
305
|
execjs (2.9.1)
|
|
306
306
|
factory_bot (4.11.1)
|
|
@@ -319,7 +319,7 @@ GEM
|
|
|
319
319
|
jquery-rails
|
|
320
320
|
font-awesome-rails (4.7.0.9)
|
|
321
321
|
railties (>= 3.2, < 9.0)
|
|
322
|
-
geocoder (1.8.
|
|
322
|
+
geocoder (1.8.6)
|
|
323
323
|
base64 (>= 0.1.0)
|
|
324
324
|
csv (>= 3.0.0)
|
|
325
325
|
globalid (1.1.0)
|
|
@@ -340,7 +340,7 @@ GEM
|
|
|
340
340
|
multi_json (~> 1.11)
|
|
341
341
|
os (>= 0.9, < 2.0)
|
|
342
342
|
signet (>= 0.16, < 2.a)
|
|
343
|
-
haml (6.
|
|
343
|
+
haml (6.4.0)
|
|
344
344
|
temple (>= 0.8.2)
|
|
345
345
|
thor
|
|
346
346
|
tilt
|
|
@@ -348,7 +348,7 @@ GEM
|
|
|
348
348
|
hiredis (0.6.3)
|
|
349
349
|
htmlentities (4.3.4)
|
|
350
350
|
http_logger (1.0.1)
|
|
351
|
-
httparty (0.23.
|
|
351
|
+
httparty (0.23.2)
|
|
352
352
|
csv
|
|
353
353
|
mini_mime (>= 1.0.0)
|
|
354
354
|
multi_xml (>= 0.5.2)
|
|
@@ -583,7 +583,7 @@ GEM
|
|
|
583
583
|
mime-types (3.7.0)
|
|
584
584
|
logger
|
|
585
585
|
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
|
586
|
-
mime-types-data (3.2025.
|
|
586
|
+
mime-types-data (3.2025.0924)
|
|
587
587
|
mini_magick (4.13.2)
|
|
588
588
|
mini_mime (1.1.5)
|
|
589
589
|
mini_portile2 (2.8.5)
|
|
@@ -615,12 +615,13 @@ GEM
|
|
|
615
615
|
nokogiri (1.15.5)
|
|
616
616
|
mini_portile2 (~> 2.8.2)
|
|
617
617
|
racc (~> 1.4)
|
|
618
|
-
oauth (1.1.
|
|
619
|
-
|
|
618
|
+
oauth (1.1.3)
|
|
619
|
+
base64 (~> 0.1)
|
|
620
|
+
oauth-tty (~> 1.0, >= 1.0.6)
|
|
620
621
|
snaky_hash (~> 2.0)
|
|
621
|
-
version_gem (~> 1.1)
|
|
622
|
-
oauth-tty (1.0.
|
|
623
|
-
version_gem (~> 1.1, >= 1.1.
|
|
622
|
+
version_gem (~> 1.1, >= 1.1.9)
|
|
623
|
+
oauth-tty (1.0.6)
|
|
624
|
+
version_gem (~> 1.1, >= 1.1.9)
|
|
624
625
|
oauth2 (1.4.11)
|
|
625
626
|
faraday (>= 0.17.3, < 3.0)
|
|
626
627
|
jwt (>= 1.0, < 3.0)
|
|
@@ -953,15 +954,15 @@ GEM
|
|
|
953
954
|
actionpack (>= 3.1)
|
|
954
955
|
jquery-rails
|
|
955
956
|
railties (>= 3.1)
|
|
956
|
-
typhoeus (1.
|
|
957
|
-
ethon (>= 0.9.0)
|
|
957
|
+
typhoeus (1.5.0)
|
|
958
|
+
ethon (>= 0.9.0, < 0.16.0)
|
|
958
959
|
tzinfo (1.2.11)
|
|
959
960
|
thread_safe (~> 0.1)
|
|
960
961
|
uber (0.1.0)
|
|
961
962
|
uglifier (4.2.0)
|
|
962
963
|
execjs (>= 0.3.0, < 3)
|
|
963
964
|
unicode-display_width (2.5.0)
|
|
964
|
-
unicode-types (1.
|
|
965
|
+
unicode-types (1.11.0)
|
|
965
966
|
valkyrie (2.2.0)
|
|
966
967
|
activemodel
|
|
967
968
|
activesupport
|
|
@@ -977,7 +978,7 @@ GEM
|
|
|
977
978
|
rdf-vocab
|
|
978
979
|
reform (~> 2.2)
|
|
979
980
|
reform-rails
|
|
980
|
-
version_gem (1.1.
|
|
981
|
+
version_gem (1.1.9)
|
|
981
982
|
warden (1.2.9)
|
|
982
983
|
rack (>= 2.0.9)
|
|
983
984
|
web-console (3.7.0)
|
|
@@ -22,11 +22,11 @@ module IiifPrint
|
|
|
22
22
|
# @return the indexer for the given :work_type
|
|
23
23
|
def self.decorate_with_adapter_logic(work_type:)
|
|
24
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
|
+
Hyrax.config.try(:work_include_metadata?) || Hyrax.config.try(:flexible?) || work_type.included_modules.include?(Hyrax::Schema(:child_works_from_pdf_splitting))
|
|
26
26
|
# TODO: Use `Hyrax::ValkyrieIndexer.indexer_class_for` once changes are merged.
|
|
27
27
|
indexer = "#{work_type}Indexer".constantize
|
|
28
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))
|
|
29
|
+
Hyrax.config.try(:work_include_metadata?) || Hyrax.config.try(:flexible?) || indexer.included_modules.include?(Hyrax::Indexer(:child_works_from_pdf_splitting))
|
|
30
30
|
indexer
|
|
31
31
|
end
|
|
32
32
|
|
|
@@ -36,7 +36,7 @@ module IiifPrint
|
|
|
36
36
|
def self.decorate_form_with_adapter_logic(work_type:)
|
|
37
37
|
form = "#{work_type}Form".constantize
|
|
38
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))
|
|
39
|
+
Hyrax.config.try(:work_include_metadata?) || Hyrax.config.try(:flexible?) || form.included_modules.include?(Hyrax::FormFields(:child_works_from_pdf_splitting))
|
|
40
40
|
form
|
|
41
41
|
end
|
|
42
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.9
|
|
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-11-12 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: blacklight_iiif_search
|