arclight 1.1.0 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0060929ca8a027d2a87b11cafdde627b697a89bf74f730afa56df065b306888a'
4
- data.tar.gz: 0b563a21799214597af797f4a4cfb64ad2d2e4ea30143a99450cea4f53560db4
3
+ metadata.gz: 3bde9aafc125ea48ead373cf37dd8a0928c21e18ee33582ee67cc942f92a8bb7
4
+ data.tar.gz: bfcd7d32cd0338df72900909e9b7f97342f9cb2fabc2ac976e10aa652f7c85de
5
5
  SHA512:
6
- metadata.gz: fc7cea71a4cf57660c9d1779a90fa45cb1f38073e477a81f43782dd236028f4a5f536ae699ecec3b5a07048466c1ab738d96d6e5fdbb236c5e877816cc3c5878
7
- data.tar.gz: 837319216ebcf25d60170bf9066bb6f7c6ce8a0b2459e128e763ff51b733e708285900cc2f4966d09ceb4cfa73f20c020a9b552b7b33da9613a28bcd0492c135
6
+ metadata.gz: fefcf5ac8d97af4cb54dbab7ce4de66a0bfc550ccc77211e7c54e0cf3d62e393ff0f2c2713bfeaaa362886d621c8080e13a91a617cd812f3b3226c3382d00360
7
+ data.tar.gz: 679402a84519e35f035e3a60646333ec4fbfb76c767a972badb1332784a630bdf6af24ec14e4c4637f4251ed37cc3e296ea4ddfbd0ba0819f472afb0375cd890
@@ -16,7 +16,7 @@ jobs:
16
16
  env:
17
17
  RAILS_VERSION: ${{ matrix.rails_version }}
18
18
  steps:
19
- - uses: actions/checkout@v3
19
+ - uses: actions/checkout@v4
20
20
  - name: Set up Ruby ${{ matrix.ruby }}
21
21
  uses: ruby/setup-ruby@v1
22
22
  with:
@@ -30,7 +30,7 @@ jobs:
30
30
  runs-on: ubuntu-latest
31
31
  steps:
32
32
  - name: Checkout code
33
- uses: actions/checkout@v3
33
+ uses: actions/checkout@v4
34
34
  - name: Install Ruby and gems
35
35
  uses: ruby/setup-ruby@v1
36
36
  with:
@@ -1,4 +1,5 @@
1
1
  .navbar-search {
2
+ z-index: 10;
2
3
  .search-query-form {
3
4
  max-width: 100% !important; // work around blacklight styles
4
5
  display: flex;
@@ -17,7 +17,7 @@ module Arclight
17
17
  end
18
18
 
19
19
  def search_within_collection_url
20
- search_catalog_path(helpers.search_without_group.merge(f: { collection: [document.collection_name] }))
20
+ search_catalog_path(helpers.search_without_group.deep_merge(f: { collection: [document.collection_name] }))
21
21
  end
22
22
  end
23
23
  end
@@ -43,7 +43,7 @@ module Arclight
43
43
  result << inclusive if inclusive.present?
44
44
  result << other if other.present?
45
45
  result << "bulk #{bulk}" if bulk.present?
46
- result.compact.map(&:strip).join(', ')
46
+ result.compact.map(&:strip).join(', ').presence
47
47
  end
48
48
  end
49
49
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Arclight
4
- VERSION = '1.1.0'
4
+ VERSION = '1.1.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arclight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Hardy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2023-12-19 00:00:00.000000000 Z
14
+ date: 2024-03-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: blacklight
@@ -501,7 +501,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
501
501
  - !ruby/object:Gem::Version
502
502
  version: '0'
503
503
  requirements: []
504
- rubygems_version: 3.4.10
504
+ rubygems_version: 3.5.6
505
505
  signing_key:
506
506
  specification_version: 4
507
507
  summary: A Blacklight-based environment to support discovery and delivery for archives