geoblacklight 4.4.2 → 4.4.3

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: 6820d2f267605af373b65ad7bb940b1787eea36cb85ebde3a75d0ba198a5bb24
4
- data.tar.gz: f2e9a5800739987386f67d4e9b248175102d5c347b42d05c80e754f567c11cb8
3
+ metadata.gz: 52b5acf220b42925f6e5f561184695d15258224f89e289a9c136b578b43db42c
4
+ data.tar.gz: e67f2ad90acf15e3d1557ca3ae1962a491088f7d9d0ff7a0fcaf4f7e641f2b85
5
5
  SHA512:
6
- metadata.gz: 7247b6f2706fe1e9b857a745b43efccddd4b05e93632afa1030ab76af71606759439a90830c03df5e637979e5c4dd68fe8f56fd1790cf7f3971119b0f03799e6
7
- data.tar.gz: 7c2aaf7bc4c748a6afb5b943d3f908d1f8dd465d27d065a115ef45665a671d2c20e8d0ba8d9ae4c86383e8011fc64fa0dbdd9aeeb6ea379aa3566af9d8be7b54
6
+ metadata.gz: 007346f8ec5c7e3b81c33f4b7835a10a3eb07c5a3885f9ba965d7af18263572d21f06d03267598a54e3ebb55207b888797c559f39fcb2df65d3d678d7d390c44
7
+ data.tar.gz: f9bde64443e74953e95cd77a1324e9d3369944ae693efb518b0bfaca1f0990cdf35027094b185145b38bd341b96bf2427cd94b92f774d7c70f2f7979720c5a95
@@ -10,7 +10,7 @@ jobs:
10
10
  linter:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/checkout@v2
13
+ - uses: actions/checkout@v4
14
14
  - name: Set up Ruby
15
15
  uses: ruby/setup-ruby@v1
16
16
  with:
@@ -23,7 +23,7 @@ jobs:
23
23
  aardvark-fixture-linter:
24
24
  runs-on: ubuntu-latest
25
25
  steps:
26
- - uses: actions/checkout@v2
26
+ - uses: actions/checkout@v4
27
27
  - name: Set up Ruby
28
28
  uses: ruby/setup-ruby@v1
29
29
  with:
@@ -38,11 +38,11 @@ jobs:
38
38
  strategy:
39
39
  matrix:
40
40
  ruby_version: ['3.2', '3.3']
41
- rails_version: [6.1.7.6, 7.1.3, 7.2.0]
41
+ rails_version: [7.1.3, 7.2.0]
42
42
 
43
43
  name: test ruby ${{ matrix.ruby_version }} / rails ${{ matrix.rails_version }}
44
44
  steps:
45
- - uses: actions/checkout@v2
45
+ - uses: actions/checkout@v4
46
46
  - name: Set up Ruby
47
47
  uses: ruby/setup-ruby@v1
48
48
  with:
@@ -68,8 +68,8 @@ jobs:
68
68
  ENGINE_CART_RAILS_OPTIONS: '--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test --skip-webpack-install --skip-javascript'
69
69
  SOLR_URL: http://solr:SolrRocks@localhost:8983/solr/blacklight-core
70
70
  - name: Upload coverage artifacts
71
- uses: actions/upload-artifact@v2
71
+ uses: actions/upload-artifact@v4
72
72
  if: always()
73
73
  with:
74
- name: coverage
74
+ name: "coverage-${{ matrix.ruby_version }}-${{ matrix.rails_version }}"
75
75
  path: coverage/
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.require_paths = ["lib"]
18
18
  spec.required_rubygems_version = ">= 2.5.2"
19
19
 
20
- spec.add_dependency "rails", ">= 6.1", "< 7.3"
20
+ spec.add_dependency "rails", ">= 7", "< 7.3"
21
21
  spec.add_dependency "blacklight", "~> 7.0"
22
22
  spec.add_dependency "config"
23
23
  spec.add_dependency "faraday", "~> 2.0"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Geoblacklight
4
- VERSION = "4.4.2"
4
+ VERSION = "4.4.3"
5
5
  end
@@ -8,14 +8,6 @@ class TestAppGenerator < Rails::Generators::Base
8
8
  def add_gems
9
9
  gem "blacklight"
10
10
 
11
- # In CI, Javascript and Webpacker are removed when generating Rails 6.x
12
- # applications to enable Vite. Disabling javascript during test app
13
- # generation removes Turbolinks. This gem is required and needs to be
14
- # re-added.
15
- if ENV["RAILS_VERSION"] && Gem::Version.new(ENV["RAILS_VERSION"]) < Gem::Version.new("7.0")
16
- gem "turbolinks"
17
- end
18
-
19
11
  Bundler.with_clean_env do
20
12
  run "bundle install"
21
13
  end
metadata CHANGED
@@ -1,17 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoblacklight
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.2
4
+ version: 4.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Graves
8
8
  - Darren Hardy
9
9
  - Eliot Jordan
10
10
  - Jack Reed
11
- autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2024-08-29 00:00:00.000000000 Z
13
+ date: 2025-05-23 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: rails
@@ -19,7 +18,7 @@ dependencies:
19
18
  requirements:
20
19
  - - ">="
21
20
  - !ruby/object:Gem::Version
22
- version: '6.1'
21
+ version: '7'
23
22
  - - "<"
24
23
  - !ruby/object:Gem::Version
25
24
  version: '7.3'
@@ -29,7 +28,7 @@ dependencies:
29
28
  requirements:
30
29
  - - ">="
31
30
  - !ruby/object:Gem::Version
32
- version: '6.1'
31
+ version: '7'
33
32
  - - "<"
34
33
  - !ruby/object:Gem::Version
35
34
  version: '7.3'
@@ -385,7 +384,6 @@ files:
385
384
  - README.md
386
385
  - Rakefile
387
386
  - app/assets/images/blacklight/american-geographical-society-library-uwm-libraries.svg
388
- - app/assets/images/blacklight/arizona.svg
389
387
  - app/assets/images/blacklight/arrow-circle-down.svg
390
388
  - app/assets/images/blacklight/baruch-cuny.svg
391
389
  - app/assets/images/blacklight/book.svg
@@ -462,6 +460,7 @@ files:
462
460
  - app/assets/images/blacklight/triangle-exclamation-solid.svg
463
461
  - app/assets/images/blacklight/tufts.svg
464
462
  - app/assets/images/blacklight/ucla.svg
463
+ - app/assets/images/blacklight/university-of-arizona.svg
465
464
  - app/assets/images/blacklight/university-of-california-berkeley.svg
466
465
  - app/assets/images/blacklight/university-of-chicago.svg
467
466
  - app/assets/images/blacklight/university-of-colorado-boulder.svg
@@ -892,7 +891,6 @@ homepage: http://github.com/geoblacklight/geoblacklight
892
891
  licenses:
893
892
  - Apache 2.0
894
893
  metadata: {}
895
- post_install_message:
896
894
  rdoc_options: []
897
895
  require_paths:
898
896
  - lib
@@ -907,8 +905,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
907
905
  - !ruby/object:Gem::Version
908
906
  version: 2.5.2
909
907
  requirements: []
910
- rubygems_version: 3.5.11
911
- signing_key:
908
+ rubygems_version: 3.6.2
912
909
  specification_version: 4
913
910
  summary: A discovery platform for geospatial holdings
914
911
  test_files: []