blacklight-hierarchy 6.0.2 → 6.1.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/.github/workflows/ruby.yml +3 -3
- data/README.md +1 -1
- data/blacklight-hierarchy.gemspec +2 -2
- data/lib/blacklight/hierarchy/version.rb +1 -1
- data/package.json +2 -2
- data/spec/test_app_templates/lib/generators/test_app_generator.rb +0 -4
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d41fa682f5420dd31baa8bb2ad91730bd34d70ac8ea4d0877383d5415e738ec3
|
4
|
+
data.tar.gz: 3ae54b18ada4ecdb1c28c24706793710f3522ef712432313c42a5826b3c27865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15d60403bf2a3abbb0291a8994986f132b028cf127d348e65590fc11412dc2ed9baaee24fccf4916c7f880b30faa1c8c8fb7216ab7991e4fced0c8814940a1a6
|
7
|
+
data.tar.gz: fc418f614fbf35690da8afaac5f2a6867e43afc0d4740d7784b46b119320141fb0c54ac9bd5274e09336bdf5e3e9d36f8b1bedd7e4af5f14ddd6c5e2f49dca82
|
data/.github/workflows/ruby.yml
CHANGED
@@ -18,11 +18,11 @@ jobs:
|
|
18
18
|
runs-on: ubuntu-latest
|
19
19
|
strategy:
|
20
20
|
matrix:
|
21
|
-
ruby: [2.7, '3.0']
|
22
|
-
rails_version: ['7.0.
|
21
|
+
ruby: [2.7, '3.0', '3.1']
|
22
|
+
rails_version: ['7.0.4.2']
|
23
23
|
include:
|
24
24
|
- ruby: '2.7'
|
25
|
-
rails_version: '
|
25
|
+
rails_version: '6.1.7.2'
|
26
26
|
steps:
|
27
27
|
- uses: actions/checkout@v2
|
28
28
|
- name: Set up Ruby
|
data/README.md
CHANGED
@@ -121,7 +121,7 @@ This code was ripped out of another project, and is still quite immature as a st
|
|
121
121
|
In order to cut a new release you will need to publish simultaneously to NPM and RubyGems. Before you do that ensure that versions in `lib/blacklight/hierarchy/version.rb` and `package.json` match. Assuming you have the credentials to do it you can then:
|
122
122
|
|
123
123
|
```
|
124
|
-
$
|
124
|
+
$ rake release
|
125
125
|
$ npm publish
|
126
126
|
```
|
127
127
|
|
@@ -18,8 +18,8 @@ Gem::Specification.new do |s|
|
|
18
18
|
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
19
19
|
s.require_paths = ['lib']
|
20
20
|
|
21
|
-
s.add_dependency 'blacklight', '
|
22
|
-
s.add_dependency 'rails', '>=
|
21
|
+
s.add_dependency 'blacklight', '>= 7.18', '< 9'
|
22
|
+
s.add_dependency 'rails', '>= 6.1', '< 7.1'
|
23
23
|
s.add_dependency 'deprecation'
|
24
24
|
|
25
25
|
s.add_development_dependency 'rsolr'
|
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "blacklight-hierarchy",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.1.1",
|
4
4
|
"description": "[](https://github.com/sul-dlss/blacklight-hierarchy/actions?query=branch%3Amain)",
|
5
5
|
"main": "app/assets/javascripts/blacklight/hierarchy/hierarchy.js",
|
6
6
|
"files": [
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"homepage": "https://github.com/sul-dlss/blacklight-hierarchy#readme",
|
20
20
|
"devDependencies": { },
|
21
21
|
"dependencies": {
|
22
|
-
"blacklight-frontend": ">=7.1.0
|
22
|
+
"blacklight-frontend": ">=7.1 || 8.0",
|
23
23
|
"jquery": ">=3.0"
|
24
24
|
}
|
25
25
|
}
|
@@ -21,8 +21,4 @@ class TestAppGenerator < Rails::Generators::Base
|
|
21
21
|
def create_images_directory
|
22
22
|
run 'mkdir app/assets/images'
|
23
23
|
end
|
24
|
-
|
25
|
-
def add_js_reference
|
26
|
-
inject_into_file 'app/assets/config/manifest.js', "\n//= link application.js", after: '//= link_directory ../stylesheets .css'
|
27
|
-
end
|
28
24
|
end
|
metadata
CHANGED
@@ -1,36 +1,42 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight-hierarchy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.
|
4
|
+
version: 6.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael B. Klein
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: blacklight
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '7.18'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '9'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '7.18'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '9'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: rails
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
30
36
|
requirements:
|
31
37
|
- - ">="
|
32
38
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
39
|
+
version: '6.1'
|
34
40
|
- - "<"
|
35
41
|
- !ruby/object:Gem::Version
|
36
42
|
version: '7.1'
|
@@ -40,7 +46,7 @@ dependencies:
|
|
40
46
|
requirements:
|
41
47
|
- - ">="
|
42
48
|
- !ruby/object:Gem::Version
|
43
|
-
version: '
|
49
|
+
version: '6.1'
|
44
50
|
- - "<"
|
45
51
|
- !ruby/object:Gem::Version
|
46
52
|
version: '7.1'
|
@@ -209,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
215
|
- !ruby/object:Gem::Version
|
210
216
|
version: '0'
|
211
217
|
requirements: []
|
212
|
-
rubygems_version: 3.
|
218
|
+
rubygems_version: 3.3.26
|
213
219
|
signing_key:
|
214
220
|
specification_version: 4
|
215
221
|
summary: Hierarchical Facets for Blacklight
|