iiif_print 3.0.7 → 3.0.8
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c8af086bc7f19b8a53ff5240ccca17837142c992b21f15eb3dc61c3a9b2fae2
|
4
|
+
data.tar.gz: 8a88c6a91902a642ec1987b20112fdbe8b8d14e43b9b75667d63ce6a90e67415
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f39e484fcd45accc36814693a643fb9df6faaca02464e702123146d3d7debc128b1077b30ec9ae6230776c85b42631b30c78ff2e55989e78c222b747a28cf45a
|
7
|
+
data.tar.gz: 84da5a99a6d20cc5811266254b405b3a68aa7193d2f231b976e81974fe438fff0128f71ca5189f7babc39273fab0b425d4315aa1c2c5f2cea06ea85a69988f8c
|
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.8)
|
5
5
|
blacklight_iiif_search (>= 1.0, < 3.0)
|
6
6
|
derivative-rodeo (~> 0.5)
|
7
7
|
hyrax (>= 2.5, < 6)
|
@@ -87,23 +87,24 @@ 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.1150.0)
|
91
|
+
aws-sdk-core (3.230.0)
|
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
|
+
bigdecimal
|
96
97
|
jmespath (~> 1, >= 1.6.1)
|
97
98
|
logger
|
98
|
-
aws-sdk-kms (1.
|
99
|
-
aws-sdk-core (~> 3, >= 3.
|
99
|
+
aws-sdk-kms (1.110.0)
|
100
|
+
aws-sdk-core (~> 3, >= 3.228.0)
|
100
101
|
aws-sigv4 (~> 1.5)
|
101
|
-
aws-sdk-s3 (1.
|
102
|
-
aws-sdk-core (~> 3, >= 3.
|
102
|
+
aws-sdk-s3 (1.197.0)
|
103
|
+
aws-sdk-core (~> 3, >= 3.228.0)
|
103
104
|
aws-sdk-kms (~> 1)
|
104
105
|
aws-sigv4 (~> 1.5)
|
105
|
-
aws-sdk-sqs (1.
|
106
|
-
aws-sdk-core (~> 3, >= 3.
|
106
|
+
aws-sdk-sqs (1.101.0)
|
107
|
+
aws-sdk-core (~> 3, >= 3.228.0)
|
107
108
|
aws-sigv4 (~> 1.5)
|
108
109
|
aws-sigv4 (1.12.1)
|
109
110
|
aws-eventstream (~> 1, >= 1.0.2)
|
@@ -299,7 +300,7 @@ GEM
|
|
299
300
|
equivalent-xml (0.6.0)
|
300
301
|
nokogiri (>= 1.4.3)
|
301
302
|
erubi (1.12.0)
|
302
|
-
ethon (0.
|
303
|
+
ethon (0.17.0)
|
303
304
|
ffi (>= 1.15.0)
|
304
305
|
execjs (2.9.1)
|
305
306
|
factory_bot (4.11.1)
|
@@ -490,7 +491,7 @@ GEM
|
|
490
491
|
json-ld-preloaded (3.1.6)
|
491
492
|
json-ld (~> 3.1)
|
492
493
|
rdf (~> 3.1)
|
493
|
-
json-schema (5.2.
|
494
|
+
json-schema (5.2.2)
|
494
495
|
addressable (~> 2.8)
|
495
496
|
bigdecimal (~> 3.1)
|
496
497
|
jwt (2.10.2)
|
@@ -582,7 +583,7 @@ GEM
|
|
582
583
|
mime-types (3.7.0)
|
583
584
|
logger
|
584
585
|
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
585
|
-
mime-types-data (3.2025.
|
586
|
+
mime-types-data (3.2025.0819)
|
586
587
|
mini_magick (4.13.2)
|
587
588
|
mini_mime (1.1.5)
|
588
589
|
mini_portile2 (2.8.5)
|
@@ -14,7 +14,7 @@ module Hyrax
|
|
14
14
|
return Failure(:resource_not_persisted) unless resource.persisted?
|
15
15
|
|
16
16
|
parent = IiifPrint.persistence_adapter.parent_for(resource)
|
17
|
-
return Success(
|
17
|
+
return Success(resource) unless parent
|
18
18
|
|
19
19
|
# We do not care about the results of this call; as it is conditionally looking for things
|
20
20
|
# to destroy.
|
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.8
|
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-08-22 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: blacklight_iiif_search
|