arclight 1.1.0 → 1.1.1

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: dcb3f419a2de7718525b07816f81a8f6d957cf6e4cd999bd3cd037d8c83252e1
4
+ data.tar.gz: 8458d1d2031ffe66f4f6a562b808990c23a04f7d0863fa30d616fbf85e403a34
5
5
  SHA512:
6
- metadata.gz: fc7cea71a4cf57660c9d1779a90fa45cb1f38073e477a81f43782dd236028f4a5f536ae699ecec3b5a07048466c1ab738d96d6e5fdbb236c5e877816cc3c5878
7
- data.tar.gz: 837319216ebcf25d60170bf9066bb6f7c6ce8a0b2459e128e763ff51b733e708285900cc2f4966d09ceb4cfa73f20c020a9b552b7b33da9613a28bcd0492c135
6
+ metadata.gz: 2304bd8ff0448478ceb17d021322993f8b69ab2d77a8f6148c17e223939fbc056ceca5999dd37b2af3a0f5b1a7cd658329141a48f461dd04761cd5f7ef721280
7
+ data.tar.gz: 81f134a1d90866588ce97f0dc60ee1bebdf213fe5a467ec9ae032fdd2301ef236eefab02ad553040f270b483f788049c90eace3e320a6b1a0b8bcf071a5a0781
@@ -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:
@@ -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.1'
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.1
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-13 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