blacklight-locale_picker 1.1.0 → 1.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c2995239f53f7facb588922f0e84c4a333ea6d838a62e6eb83e4ad0bbfcb7ce
4
- data.tar.gz: 98e3b2f910c8965951701ec64f16fee88b3882b6612310a79fff6e46c9b8b195
3
+ metadata.gz: a24d34cd98a12d08419497a77b915afd9ce9612470641f31eb3ca54042bbc8f9
4
+ data.tar.gz: d8a278682069ac017303990da14aa1b2a3d3b3ef1385378ec14d0c85c4aeb32a
5
5
  SHA512:
6
- metadata.gz: 72cd48e096cd39bc1fff034800b27ed6d068109f5c9ed9a08bc337e653673eb23aa26f62904cc72d2e9b168dcd1578ba5686278342256fd85ff89695f55e1961
7
- data.tar.gz: 6e89c30eaa8cd1fb1b877c4ad374fd43b8f41059c71426c28dbb6677ea31d5f9f32ac0fce9d51c2a93e8d45fc718a8e63e7140d0650d1d4dad3b965f7bfdae54
6
+ metadata.gz: 1a499226caa7e934d27f5c6373b4c141a8a9f55bcce0a861949aca399549b07437f9f53f4a848247d2835bb0fa40faa9b3d34ae530ba45db94b9c2aec89c7aad
7
+ data.tar.gz: fe80015972e93dc9c204f6d51b1d3934be373c55ad39acefa700443ec89e87f38153a0b153b427b2d80a664933390e969b58291741ec870cf60cf40e8b3cd4c8
@@ -2,29 +2,36 @@ name: CI
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ main ]
5
+ branches: [main]
6
6
  pull_request:
7
- branches: [ main ]
7
+ branches: [main]
8
8
 
9
9
  jobs:
10
10
  test:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- rails_version: [6.1.7, 7.0.4, 7.1.2]
15
- ruby: ['3.2']
14
+ rails_version: [7.1.5, 7.2.2]
15
+ ruby: [3.3]
16
+ additional_engine_cart_rails_options: [""]
16
17
  include:
18
+ - ruby: 3.2
19
+ rails_version: 7.1.5
17
20
  - ruby: 3.1
18
- rails_version: 7.0.4
21
+ rails_version: 7.0.8.4
22
+ - ruby: 3.3
23
+ rails_version: 8.0.0
24
+ additional_engine_cart_rails_options: --css=bootstrap
19
25
  env:
20
26
  RAILS_VERSION: ${{ matrix.rails_version }}
27
+ ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-kamal --skip-solid --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
21
28
  steps:
22
- - uses: actions/checkout@v2
23
- - name: Set up Ruby ${{ matrix.ruby }}
24
- uses: ruby/setup-ruby@v1
25
- with:
26
- ruby-version: ${{ matrix.ruby }}
27
- - name: Install dependencies with Rails ${{ matrix.rails_version }}
28
- run: bundle install
29
- - name: Run tests
30
- run: bundle exec rake
29
+ - uses: actions/checkout@v2
30
+ - name: Set up Ruby ${{ matrix.ruby }}
31
+ uses: ruby/setup-ruby@v1
32
+ with:
33
+ ruby-version: ${{ matrix.ruby }}
34
+ - name: Install dependencies with Rails ${{ matrix.rails_version }}
35
+ run: bundle install
36
+ - name: Run tests
37
+ run: bundle exec rake
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.require_paths = ['lib']
23
23
 
24
24
  spec.required_ruby_version = '>= 2.5.0'
25
- spec.add_dependency "rails", ">= 5.2.3", "< 7.2"
25
+ spec.add_dependency "rails", ">= 5.2.3", "< 9"
26
26
 
27
27
  spec.add_development_dependency "capybara"
28
28
  spec.add_development_dependency "engine_cart"
@@ -1,5 +1,5 @@
1
1
  module Blacklight
2
2
  module LocalePicker
3
- VERSION = '1.1.0'
3
+ VERSION = '1.3.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight-locale_picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Camille Villa
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-12-05 00:00:00.000000000 Z
12
+ date: 2024-12-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -20,7 +20,7 @@ dependencies:
20
20
  version: 5.2.3
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '7.2'
23
+ version: '9'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: 5.2.3
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '7.2'
33
+ version: '9'
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: capybara
36
36
  requirement: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  - !ruby/object:Gem::Version
185
185
  version: '0'
186
186
  requirements: []
187
- rubygems_version: 3.4.20
187
+ rubygems_version: 3.5.22
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: ''