blacklight_iiif_search 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/lib/blacklight_iiif_search/version.rb +1 -1
- metadata +3 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed2efa90d705303336350956363bfe81a1fdf4e91ed16ae4201499467d529ad2
|
4
|
+
data.tar.gz: e4c36bac0054843e5a0a3e2d699e3bf06f286bffd00d0ecfa4f8ba886e4484b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16e86e4afd961673afad60b46dc0f9dc07bc6a40126587f98ce749423a132cb5da4235e0f115f03cfb645310953445bd6014ab75fc3ee8847979a8782b6922e0
|
7
|
+
data.tar.gz: ece62ef3b0ca73c36952c0261a2430f065d0c7c644df697608bae92ec4070f39c9c1ab57cf52a7d6e7fd29f08b18f7f35659d79b74d075c1678240da4fcdac80
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight_iiif_search
|
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
|
- Eben English
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-25 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rails
|
@@ -58,20 +57,6 @@ dependencies:
|
|
58
57
|
- - ">="
|
59
58
|
- !ruby/object:Gem::Version
|
60
59
|
version: '0'
|
61
|
-
- !ruby/object:Gem::Dependency
|
62
|
-
name: ffi
|
63
|
-
requirement: !ruby/object:Gem::Requirement
|
64
|
-
requirements:
|
65
|
-
- - "~>"
|
66
|
-
- !ruby/object:Gem::Version
|
67
|
-
version: 1.16.3
|
68
|
-
type: :runtime
|
69
|
-
prerelease: false
|
70
|
-
version_requirements: !ruby/object:Gem::Requirement
|
71
|
-
requirements:
|
72
|
-
- - "~>"
|
73
|
-
- !ruby/object:Gem::Version
|
74
|
-
version: 1.16.3
|
75
60
|
- !ruby/object:Gem::Dependency
|
76
61
|
name: rspec-rails
|
77
62
|
requirement: !ruby/object:Gem::Requirement
|
@@ -196,7 +181,6 @@ licenses:
|
|
196
181
|
metadata:
|
197
182
|
homepage_uri: https://github.com/boston-library/blacklight_iiif_search
|
198
183
|
source_code_uri: https://github.com/boston-library/blacklight_iiif_search
|
199
|
-
post_install_message:
|
200
184
|
rdoc_options: []
|
201
185
|
require_paths:
|
202
186
|
- lib
|
@@ -211,8 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
195
|
- !ruby/object:Gem::Version
|
212
196
|
version: '0'
|
213
197
|
requirements: []
|
214
|
-
rubygems_version: 3.
|
215
|
-
signing_key:
|
198
|
+
rubygems_version: 3.6.6
|
216
199
|
specification_version: 4
|
217
200
|
summary: Blacklight IIIF Search plugin
|
218
201
|
test_files:
|