blacklight_iiif_search 3.0.1 → 3.1.0
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: e4d63465b7472ccee6988beae9e2b8d74c5641435ee51acbd5c37342c6b4b4a3
|
|
4
|
+
data.tar.gz: 9e3dfeb54ff53f13b4dda29334e4eb58912967c4de70da6197f01fe7f8c053f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d82565f1b4a03f054405a0fbc5900017a7adb9dd9ac35187a81c73fb9f2264f56a000a9fda77594283f3043272fcb90019915afe67ce6fc22d8e52f8cba1fae3
|
|
7
|
+
data.tar.gz: 346de5a81a66525b7df9767f1d6ddc12c29c89781d1d00e09048c7e4262a1a60b685b0796f171cbf698afc3b905423c58acac395159740000b23574b7bdac11a
|
|
@@ -26,7 +26,7 @@ module BlacklightIiifSearch
|
|
|
26
26
|
return if IO.read('app/controllers/application_controller.rb').include?('include Blacklight::Controller')
|
|
27
27
|
say_status('info', 'BLACKLIGHT NOT INSTALLED; GENERATING BLACKLIGHT', :blue)
|
|
28
28
|
|
|
29
|
-
generate 'blacklight:install'
|
|
29
|
+
generate 'blacklight:install --skip-assets'
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
def insert_to_controllers
|
data/spec/spec_helper.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
require 'rails/generators'
|
|
4
4
|
|
|
5
5
|
class TestAppGenerator < Rails::Generators::Base
|
|
6
|
-
source_root
|
|
6
|
+
source_root File.expand_path("../../../../spec/test_app_templates", __FILE__)
|
|
7
7
|
|
|
8
8
|
# if you need to generate any additional configuration
|
|
9
9
|
# into the test app, this generator will be run immediately
|
metadata
CHANGED
|
@@ -1,13 +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.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eben English
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-03-17 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: rails
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '6.1'
|
|
19
19
|
- - "<"
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: '
|
|
21
|
+
version: '9'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '6.1'
|
|
29
29
|
- - "<"
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: '
|
|
31
|
+
version: '9'
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: blacklight
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
version: '6.1'
|
|
67
67
|
- - "<"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '
|
|
69
|
+
version: '9'
|
|
70
70
|
type: :development
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -76,7 +76,7 @@ dependencies:
|
|
|
76
76
|
version: '6.1'
|
|
77
77
|
- - "<"
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: '
|
|
79
|
+
version: '9'
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: solr_wrapper
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|