blacklight_dynamic_sitemap 0.5.0 → 0.6.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 +4 -4
- data/.github/workflows/ruby.yml +6 -2
- data/Gemfile +11 -10
- data/blacklight_dynamic_sitemap.gemspec +1 -4
- data/lib/blacklight_dynamic_sitemap/version.rb +1 -1
- data/solr/conf/solrconfig.xml +1 -0
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44231f5414713681e54dddaf7024e14489b518153160fc12d9b8f0ea6afc5fd9
|
|
4
|
+
data.tar.gz: 3d3f645e3b37cee0d16a5301a8a7afb47bf334b2270daa495d10efc633aa7fa9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec836640c85ae903245d3de6217eed3e23bdb7f9aa808b6b23357a423e11866b5ea59ad883b6304e724538efc23ea91da992b76f2cd5e2b97dd8e782e40e8b7a
|
|
7
|
+
data.tar.gz: 1808f19193c2f9a8130b8e7f4daf38f0e8a6499fa77467699e34a970da9e78eb215bff1883fc4508b9275ecf8deddcd90e725c8be4e9d0eb6054bc152d6f605a
|
data/.github/workflows/ruby.yml
CHANGED
|
@@ -12,7 +12,11 @@ jobs:
|
|
|
12
12
|
strategy:
|
|
13
13
|
fail-fast: false
|
|
14
14
|
matrix:
|
|
15
|
-
|
|
15
|
+
ruby: ['2.7']
|
|
16
|
+
rails: ['6.0.3.7', '6.1.3.2', '7.0.3']
|
|
17
|
+
include:
|
|
18
|
+
- rails: '7.0.3'
|
|
19
|
+
ruby: '3.0'
|
|
16
20
|
|
|
17
21
|
runs-on: ubuntu-latest
|
|
18
22
|
steps:
|
|
@@ -20,7 +24,7 @@ jobs:
|
|
|
20
24
|
- name: Set up Ruby
|
|
21
25
|
uses: ruby/setup-ruby@v1
|
|
22
26
|
with:
|
|
23
|
-
ruby-version:
|
|
27
|
+
ruby-version: ${{ matrix.ruby }}
|
|
24
28
|
- uses: actions/cache@v2
|
|
25
29
|
with:
|
|
26
30
|
path: vendor/bundle
|
data/Gemfile
CHANGED
|
@@ -4,8 +4,8 @@ source 'https://rubygems.org'
|
|
|
4
4
|
gemspec
|
|
5
5
|
|
|
6
6
|
# BEGIN ENGINE_CART BLOCK
|
|
7
|
-
# engine_cart: 2.
|
|
8
|
-
# engine_cart stanza:
|
|
7
|
+
# engine_cart: 2.4.0
|
|
8
|
+
# engine_cart stanza: 2.5.0
|
|
9
9
|
# the below comes from engine_cart, a gem used to test this Rails engine gem in the context of a Rails app.
|
|
10
10
|
file = File.expand_path('Gemfile', ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path('.internal_test_app', File.dirname(__FILE__)))
|
|
11
11
|
if File.exist?(file)
|
|
@@ -25,15 +25,16 @@ else
|
|
|
25
25
|
else
|
|
26
26
|
gem 'rails', ENV['RAILS_VERSION']
|
|
27
27
|
end
|
|
28
|
-
end
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
29
|
+
case ENV['RAILS_VERSION']
|
|
30
|
+
when /^6.0/
|
|
31
|
+
gem 'sass-rails', '>= 6'
|
|
32
|
+
gem 'webpacker', '~> 4.0'
|
|
33
|
+
when /^5.[12]/
|
|
34
|
+
gem 'sass-rails', '~> 5.0'
|
|
35
|
+
gem 'sprockets', '~> 3.7'
|
|
36
|
+
gem 'thor', '~> 0.20'
|
|
37
|
+
end
|
|
37
38
|
end
|
|
38
39
|
end
|
|
39
40
|
# END ENGINE_CART BLOCK
|
|
@@ -24,10 +24,7 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
25
25
|
spec.require_paths = ['lib']
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
# Anecdotally demonstrated to work fine on Rails as low as 4.2, but any lower version
|
|
29
|
-
# threshold would be arbitrary.
|
|
30
|
-
spec.add_dependency 'rails', '<= 6.2'
|
|
27
|
+
spec.add_dependency 'rails'
|
|
31
28
|
spec.add_dependency 'blacklight', '> 6.0'
|
|
32
29
|
|
|
33
30
|
spec.add_development_dependency 'capybara'
|
data/solr/conf/solrconfig.xml
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
<!-- solr lib dirs -->
|
|
33
33
|
<lib dir="${solr.install.dir:../../../..}/contrib/analysis-extras/lib" />
|
|
34
|
+
<lib dir="${solr.install.dir:../../../..}/modules/analysis-extras/lib" />
|
|
34
35
|
<lib dir="${solr.install.dir:../../../..}/contrib/analysis-extras/lucene-libs" />
|
|
35
36
|
|
|
36
37
|
<dataDir>${solr.data.dir:}</dataDir>
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blacklight_dynamic_sitemap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jack Reed
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: blacklight
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -158,7 +158,7 @@ licenses:
|
|
|
158
158
|
metadata:
|
|
159
159
|
homepage_uri: https://github.com/sul-dlss/blacklight_dynamic_sitemap
|
|
160
160
|
source_code_uri: https://github.com/sul-dlss/blacklight_dynamic_sitemap
|
|
161
|
-
post_install_message:
|
|
161
|
+
post_install_message:
|
|
162
162
|
rdoc_options: []
|
|
163
163
|
require_paths:
|
|
164
164
|
- lib
|
|
@@ -173,8 +173,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
173
173
|
- !ruby/object:Gem::Version
|
|
174
174
|
version: '0'
|
|
175
175
|
requirements: []
|
|
176
|
-
rubygems_version: 3.2.
|
|
177
|
-
signing_key:
|
|
176
|
+
rubygems_version: 3.2.32
|
|
177
|
+
signing_key:
|
|
178
178
|
specification_version: 4
|
|
179
179
|
summary: Dynamic sitemap.xml for BLacklight
|
|
180
180
|
test_files: []
|