blacklight-gallery 0.11.0 → 0.12.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 +5 -5
- data/.travis.yml +3 -3
- data/config/locales/blacklight-gallery.fr.yml +15 -0
- data/lib/blacklight/gallery/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 39290d95ae02fd57d6045ced4db961ca02ada09bd3cefbf89eaf7cc2fba64744
|
|
4
|
+
data.tar.gz: 02ccba0d715ae86380f8a51f7b35511c49b2f0315f609d39cf6fa34fe159d1c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '068b8e1fefadb9648480cc303c1549b789c65080ffcb27cff1a9405853766da04d9c7acc09486dac9157c60f356562dfca4bdfd26fb1daa10b5c9439488827f1'
|
|
7
|
+
data.tar.gz: f02036f7ec349a7dd744e9a5007d4da662872dc69f6d09e09529b4ca00098b070293a0b329458acabac6166c9a448944e9da7d656b5891baef3e9375d78237f6
|
data/.travis.yml
CHANGED
|
@@ -5,8 +5,8 @@ notifications:
|
|
|
5
5
|
email: false
|
|
6
6
|
|
|
7
7
|
rvm:
|
|
8
|
-
- 2.3
|
|
9
|
-
- 2.
|
|
8
|
+
- 2.5.3
|
|
9
|
+
- 2.6.0
|
|
10
10
|
|
|
11
11
|
notifications:
|
|
12
12
|
irc: "irc.freenode.org#blacklight"
|
|
@@ -17,4 +17,4 @@ env:
|
|
|
17
17
|
global:
|
|
18
18
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
|
19
19
|
|
|
20
|
-
jdk:
|
|
20
|
+
jdk: openjdk11
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
blacklight:
|
|
3
|
+
search:
|
|
4
|
+
view:
|
|
5
|
+
gallery: "Galerie"
|
|
6
|
+
slideshow: "Diaporama"
|
|
7
|
+
masonry: "Mosaïque"
|
|
8
|
+
blacklight_gallery:
|
|
9
|
+
catalog:
|
|
10
|
+
grid_slideshow:
|
|
11
|
+
missing_image: 'Image manquante'
|
|
12
|
+
document_slideshow:
|
|
13
|
+
header: "Sélectionnez une image pour lancer le diaporama"
|
|
14
|
+
modal_slideshow:
|
|
15
|
+
counter: "%{counter} de %{count}"
|
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: 0.
|
|
4
|
+
version: 0.12.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:
|
|
11
|
+
date: 2019-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -260,6 +260,7 @@ files:
|
|
|
260
260
|
- app/views/catalog/_slideshow_modal.html.erb
|
|
261
261
|
- blacklight-gallery.gemspec
|
|
262
262
|
- config/locales/blacklight-gallery.en.yml
|
|
263
|
+
- config/locales/blacklight-gallery.fr.yml
|
|
263
264
|
- config/locales/blacklight-gallery.it.yml
|
|
264
265
|
- config/locales/blacklight-gallery.zh.yml
|
|
265
266
|
- docs/screen_shot.png
|
|
@@ -317,8 +318,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
317
318
|
- !ruby/object:Gem::Version
|
|
318
319
|
version: '0'
|
|
319
320
|
requirements: []
|
|
320
|
-
|
|
321
|
-
rubygems_version: 2.6.11
|
|
321
|
+
rubygems_version: 3.0.3
|
|
322
322
|
signing_key:
|
|
323
323
|
specification_version: 4
|
|
324
324
|
summary: Gallery display for Blacklight
|