blacklight-gallery 4.8.4 → 5.0.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.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blacklight-gallery",
3
- "version": "4.8.4",
3
+ "version": "5.0.0",
4
4
  "description": "Gallery views for Blacklight search results",
5
5
  "exports": {
6
6
  "./blacklight-gallery.esm.js": "./app/assets/javascripts/blacklight_gallery/blacklight-gallery.esm.js",
@@ -2,11 +2,7 @@ require 'spec_helper'
2
2
 
3
3
  RSpec.describe 'Slideshow', js: true do
4
4
  it 'opens when one of the grid panes is clicked' do
5
- visit search_catalog_path( q: 'medicine', view: 'slideshow' )
6
- expect(page).to have_content 'You searched for:'
7
- within '.view-type' do
8
- click_link 'Slideshow'
9
- end
5
+ visit search_catalog_path(q: 'medicine', view: 'slideshow')
10
6
 
11
7
  find('.grid [data-slide-to="0"], .grid [data-bs-slide-to="0"]').click
12
8
  expect(page).to have_css('.slideshow-inner .item')
@@ -8,7 +8,7 @@ class TestAppGenerator < Rails::Generators::Base
8
8
  def run_blacklight_generator
9
9
  say_status("warning", "GENERATING BL", :yellow)
10
10
 
11
- Bundler.with_clean_env do
11
+ Bundler.with_unbundled_env do
12
12
  run "bundle install"
13
13
  end
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight-gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.4
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-24 00:00:00.000000000 Z
11
+ date: 2025-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -325,7 +325,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
325
325
  - !ruby/object:Gem::Version
326
326
  version: '0'
327
327
  requirements: []
328
- rubygems_version: 3.5.11
328
+ rubygems_version: 3.4.19
329
329
  signing_key:
330
330
  specification_version: 4
331
331
  summary: Gallery display for Blacklight