blacklight-gallery 4.0.0 → 4.0.2

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: 3920e96baf118137203d9e67fafc19564991399b4cf2082d8fc0409e0095982a
4
- data.tar.gz: 7435e227a144f08d25b1748f1a1d3eddf9ef958e7b25a5e8460fd1e6a8a98c64
3
+ metadata.gz: 5ffebc1b8d0949d7deaed3ce7d7391815ff694a5c9fe9581043bef8c37917ff3
4
+ data.tar.gz: 7e7d766b8d517268b2dd5a5a3b018e02fcac14b1a3730ee62d49d865798156e6
5
5
  SHA512:
6
- metadata.gz: 9f19253bc16e2ed53b6d5b1d6a96f9df64cc0708cc0197b01b3031a877a0bf89427212036450c6d0acaecf4b647f8b79c3f09cbe9ddfbd43f5463be93dd478b5
7
- data.tar.gz: 94d41d45a7e516a84634607d891580bd8dc66f2347f4604633643bd94df3a80f6695224b5559f5a4bc974a32b78c9464da361870351c5b44525eb2fe3dbf0884
6
+ metadata.gz: d344db0389fd834cc709f14af45f215fadcaf3c40b0e2dcc46b40121caa9f7ab60b19cf06b657dde1338c46ab99f5cb2eae1d6e64c9735a0f54b919135743b75
7
+ data.tar.gz: 54c51080b3476aaa4d58601623453cfb33d0716c0d8f9f4dd785b46801cc569d2974ad7e373f928dc7468c08d59db8059d8608b798ed6a9b2e5b508c97a53729
@@ -14,10 +14,10 @@
14
14
 
15
15
  <!-- Controls -->
16
16
  <a class="left carousel-control prev" href="#slideshow" data-slide="prev">
17
- <%= blacklight_icon 'chevron_left', { additional_options: { label_context: 'previous_image' }} %>
17
+ <%= blacklight_icon 'chevron_left', additional_options: { label_context: 'previous_image' } %>
18
18
  </a>
19
19
  <a class="right carousel-control next" href="#slideshow" data-slide="next">
20
- <%= blacklight_icon 'chevron_right', { additional_options: { label_context: 'next_image' }} %>
20
+ <%= blacklight_icon 'chevron_right', additional_options: { label_context: 'next_image' } %>
21
21
  </a>
22
22
 
23
23
  <div class="controls text-center">
@@ -0,0 +1,15 @@
1
+ de:
2
+ blacklight:
3
+ search:
4
+ view:
5
+ gallery: "Bildergalerie"
6
+ slideshow: "Diashow"
7
+ masonry: "Masonry"
8
+ blacklight_gallery:
9
+ catalog:
10
+ grid_slideshow:
11
+ missing_image: 'fehlend'
12
+ document_slideshow:
13
+ header: "Um Bilder als Diashow anzuzeigen, klicken Sie ein Bild"
14
+ modal_slideshow:
15
+ counter: "%{counter} von %{count}"
@@ -1,5 +1,5 @@
1
1
  module Blacklight
2
2
  module Gallery
3
- VERSION = "4.0.0"
3
+ VERSION = "4.0.2"
4
4
  end
5
5
  end
@@ -18,6 +18,7 @@
18
18
 
19
19
  <!-- solr lib dirs -->
20
20
  <lib dir="${solr.install.dir:../../../..}/contrib/analysis-extras/lib" />
21
+ <lib dir="${solr.install.dir:../../../..}/modules/analysis-extras/lib" />
21
22
  <lib dir="${solr.install.dir:../../../..}/contrib/analysis-extras/lucene-libs" />
22
23
 
23
24
  <dataDir>${solr.data.dir:}</dataDir>
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.0.0
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-01 00:00:00.000000000 Z
11
+ date: 2022-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -262,6 +262,7 @@ files:
262
262
  - app/views/catalog/_slideshow_modal.html.erb
263
263
  - blacklight-gallery.gemspec
264
264
  - config/locales/blacklight-gallery.ar.yml
265
+ - config/locales/blacklight-gallery.de.yml
265
266
  - config/locales/blacklight-gallery.en.yml
266
267
  - config/locales/blacklight-gallery.es.yml
267
268
  - config/locales/blacklight-gallery.fr.yml
@@ -325,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
325
326
  - !ruby/object:Gem::Version
326
327
  version: '0'
327
328
  requirements: []
328
- rubygems_version: 3.2.32
329
+ rubygems_version: 3.2.33
329
330
  signing_key:
330
331
  specification_version: 4
331
332
  summary: Gallery display for Blacklight