iiif_print 3.0.0 → 3.0.1
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 +43 -9
- data/lib/iiif_print/engine.rb +4 -0
- 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: 42aafdbd6969538637551e48a96a176cc928b2e9e1a4df887b1cb79e4864a6a0
|
|
4
|
+
data.tar.gz: afbefd582dd694b4168481c2bdbc1d7b3f7866529266433188b3eaa1bf4d6f79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21c03a9ad7de46c271b8296bc65636d02d2b66fa4881c3eb9f669211300c563e40dc2ec3483b0d04d62f2546346f32fbd417577dc64336479b6ed2f049da8305
|
|
7
|
+
data.tar.gz: 7be1097dea227d4ac82b27fbe31cd5553c46fdc376541afea62023d0adda2b18f2ca74b346da8add4b7e50d78bc8b37c525d0ce3bd52acb118c58b59631893af
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
iiif_print (3.0.
|
|
4
|
+
iiif_print (3.0.1)
|
|
5
5
|
blacklight_iiif_search (>= 1.0, < 3.0)
|
|
6
6
|
derivative-rodeo (~> 0.5)
|
|
7
7
|
hyrax (>= 2.5, < 6)
|
|
@@ -115,6 +115,7 @@ GEM
|
|
|
115
115
|
i18n
|
|
116
116
|
benchmark (0.3.0)
|
|
117
117
|
bigdecimal (3.1.8)
|
|
118
|
+
bindex (0.8.1)
|
|
118
119
|
bixby (5.0.2)
|
|
119
120
|
rubocop (= 1.28.2)
|
|
120
121
|
rubocop-ast
|
|
@@ -159,6 +160,7 @@ GEM
|
|
|
159
160
|
signet (~> 0.8)
|
|
160
161
|
typhoeus
|
|
161
162
|
builder (3.3.0)
|
|
163
|
+
byebug (11.1.3)
|
|
162
164
|
cancancan (1.17.0)
|
|
163
165
|
carrierwave (1.3.4)
|
|
164
166
|
activemodel (>= 4.0.0)
|
|
@@ -166,6 +168,13 @@ GEM
|
|
|
166
168
|
mime-types (>= 1.16)
|
|
167
169
|
ssrf_filter (~> 1.0, < 1.1.0)
|
|
168
170
|
clipboard-rails (1.7.1)
|
|
171
|
+
coffee-rails (4.2.2)
|
|
172
|
+
coffee-script (>= 2.2.0)
|
|
173
|
+
railties (>= 4.0.0)
|
|
174
|
+
coffee-script (2.4.1)
|
|
175
|
+
coffee-script-source
|
|
176
|
+
execjs
|
|
177
|
+
coffee-script-source (1.12.2)
|
|
169
178
|
concurrent-ruby (1.3.3)
|
|
170
179
|
connection_pool (2.4.1)
|
|
171
180
|
coveralls (0.8.23)
|
|
@@ -193,7 +202,7 @@ GEM
|
|
|
193
202
|
mime-types
|
|
194
203
|
mini_magick
|
|
195
204
|
nokogiri
|
|
196
|
-
diff-lcs (1.5.
|
|
205
|
+
diff-lcs (1.5.0)
|
|
197
206
|
disposable (0.4.7)
|
|
198
207
|
declarative (>= 0.0.9, < 1.0.0)
|
|
199
208
|
declarative-builder (< 0.2.0)
|
|
@@ -441,8 +450,8 @@ GEM
|
|
|
441
450
|
json
|
|
442
451
|
iiif_manifest (1.5.0)
|
|
443
452
|
activesupport (>= 4)
|
|
444
|
-
jaro_winkler (1.6
|
|
445
|
-
jbuilder (2.
|
|
453
|
+
jaro_winkler (1.5.6)
|
|
454
|
+
jbuilder (2.11.5)
|
|
446
455
|
actionview (>= 5.0.0)
|
|
447
456
|
activesupport (>= 5.0.0)
|
|
448
457
|
jmespath (1.6.2)
|
|
@@ -556,7 +565,7 @@ GEM
|
|
|
556
565
|
rails (>= 5.0.0)
|
|
557
566
|
marcel (1.0.4)
|
|
558
567
|
matrix (0.4.2)
|
|
559
|
-
method_source (1.
|
|
568
|
+
method_source (1.0.0)
|
|
560
569
|
mime-types (3.5.2)
|
|
561
570
|
mime-types-data (~> 3.2015)
|
|
562
571
|
mime-types-data (3.2024.0702)
|
|
@@ -618,6 +627,7 @@ GEM
|
|
|
618
627
|
ruby_parser (~> 3.0)
|
|
619
628
|
psych (3.3.4)
|
|
620
629
|
public_suffix (5.1.1)
|
|
630
|
+
puma (3.12.6)
|
|
621
631
|
qa (5.11.0)
|
|
622
632
|
activerecord-import
|
|
623
633
|
deprecation
|
|
@@ -754,8 +764,7 @@ GEM
|
|
|
754
764
|
retriable (3.1.2)
|
|
755
765
|
reverse_markdown (2.1.1)
|
|
756
766
|
nokogiri
|
|
757
|
-
rexml (3.
|
|
758
|
-
strscan
|
|
767
|
+
rexml (3.2.6)
|
|
759
768
|
rsolr (2.6.0)
|
|
760
769
|
builder (>= 2.1.2)
|
|
761
770
|
faraday (>= 0.9, < 3, != 2.0.0)
|
|
@@ -906,8 +915,9 @@ GEM
|
|
|
906
915
|
actionpack (>= 5.2)
|
|
907
916
|
activesupport (>= 5.2)
|
|
908
917
|
sprockets (>= 3.0.0)
|
|
918
|
+
sqlite3 (1.7.3)
|
|
919
|
+
mini_portile2 (~> 2.8.0)
|
|
909
920
|
ssrf_filter (1.0.8)
|
|
910
|
-
strscan (3.1.0)
|
|
911
921
|
sxp (1.2.4)
|
|
912
922
|
matrix (~> 0.4)
|
|
913
923
|
rdf (~> 3.2)
|
|
@@ -927,6 +937,9 @@ GEM
|
|
|
927
937
|
sync
|
|
928
938
|
tinymce-rails (5.10.9)
|
|
929
939
|
railties (>= 3.1.1)
|
|
940
|
+
turbolinks (5.2.1)
|
|
941
|
+
turbolinks-source (~> 5.2)
|
|
942
|
+
turbolinks-source (5.2.0)
|
|
930
943
|
twitter-typeahead-rails (0.11.1.pre.corejavascript)
|
|
931
944
|
actionpack (>= 3.1)
|
|
932
945
|
jquery-rails
|
|
@@ -936,6 +949,8 @@ GEM
|
|
|
936
949
|
tzinfo (1.2.11)
|
|
937
950
|
thread_safe (~> 0.1)
|
|
938
951
|
uber (0.1.0)
|
|
952
|
+
uglifier (4.2.0)
|
|
953
|
+
execjs (>= 0.3.0, < 3)
|
|
939
954
|
unicode-display_width (2.5.0)
|
|
940
955
|
unicode-types (1.9.0)
|
|
941
956
|
valkyrie (2.2.0)
|
|
@@ -954,10 +969,15 @@ GEM
|
|
|
954
969
|
reform (~> 2.2)
|
|
955
970
|
reform-rails
|
|
956
971
|
version_gem (1.1.4)
|
|
972
|
+
web-console (3.7.0)
|
|
973
|
+
actionview (>= 5.0)
|
|
974
|
+
activemodel (>= 5.0)
|
|
975
|
+
bindex (>= 0.4.0)
|
|
976
|
+
railties (>= 5.0)
|
|
957
977
|
websocket-driver (0.7.6)
|
|
958
978
|
websocket-extensions (>= 0.1.0)
|
|
959
979
|
websocket-extensions (0.1.5)
|
|
960
|
-
yard (0.9.
|
|
980
|
+
yard (0.9.34)
|
|
961
981
|
zeitwerk (2.6.16)
|
|
962
982
|
|
|
963
983
|
PLATFORMS
|
|
@@ -965,21 +985,35 @@ PLATFORMS
|
|
|
965
985
|
|
|
966
986
|
DEPENDENCIES
|
|
967
987
|
bixby
|
|
988
|
+
byebug
|
|
989
|
+
coffee-rails (~> 4.2)
|
|
968
990
|
coveralls
|
|
969
991
|
database_cleaner (~> 1.3)
|
|
970
992
|
engine_cart (~> 2.2)
|
|
971
993
|
factory_bot (~> 4.4)
|
|
972
994
|
fcrepo_wrapper (~> 0.5, >= 0.5.1)
|
|
973
995
|
iiif_print!
|
|
996
|
+
jbuilder (~> 2.5)
|
|
974
997
|
json-canonicalization (= 0.3.1)
|
|
975
998
|
newspaper_works_fixtures (~> 0.3, >= 0.3.1)
|
|
999
|
+
puma (~> 3.11)
|
|
1000
|
+
rails (~> 5.2.8, >= 5.2.8.1)
|
|
976
1001
|
rails-controller-testing (~> 1)
|
|
977
1002
|
rspec-activemodel-mocks
|
|
978
1003
|
rspec-rails
|
|
1004
|
+
sass-rails (~> 5.0)
|
|
979
1005
|
shoulda-matchers (~> 3.1)
|
|
980
1006
|
solargraph
|
|
981
1007
|
solr_wrapper (>= 1.1, < 3.0)
|
|
1008
|
+
sqlite3
|
|
1009
|
+
turbolinks (~> 5)
|
|
1010
|
+
tzinfo-data
|
|
1011
|
+
uglifier (>= 1.3.0)
|
|
1012
|
+
web-console (>= 3.3.0)
|
|
982
1013
|
yard
|
|
983
1014
|
|
|
1015
|
+
RUBY VERSION
|
|
1016
|
+
ruby 2.7.6p219
|
|
1017
|
+
|
|
984
1018
|
BUNDLED WITH
|
|
985
1019
|
2.3.20
|
data/lib/iiif_print/engine.rb
CHANGED
|
@@ -48,6 +48,10 @@ module IiifPrint
|
|
|
48
48
|
|
|
49
49
|
Hyrax.publisher.subscribe(IiifPrint::Listener.new) if Hyrax.respond_to?(:publisher)
|
|
50
50
|
|
|
51
|
+
# Load locales early so decorators can use them during initialization
|
|
52
|
+
I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.yml'),
|
|
53
|
+
IiifPrint::Engine.root.join('config', 'locales', '**', '*.yml')]
|
|
54
|
+
|
|
51
55
|
# Allows us to use decorator files
|
|
52
56
|
Dir.glob(File.join(File.dirname(__FILE__), "../../app/**/*_decorator*.rb")).sort.each do |c|
|
|
53
57
|
Rails.configuration.cache_classes ? require(c) : load(c)
|
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.1
|
|
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: 2024-07-
|
|
17
|
+
date: 2024-07-05 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: blacklight_iiif_search
|