blacklight-maps 0.5.1 → 0.5.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 +4 -4
- data/.travis.yml +2 -3
- data/Gemfile +0 -5
- data/README.md +1 -1
- data/config/locales/blacklight-maps.fr.yml +20 -0
- data/lib/blacklight/maps/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d727312e568bc1dde35d3d9ad7554630068b087
|
|
4
|
+
data.tar.gz: 7c787f41b27472dd2d8acf2fdbe17759e8d6cb75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dff809b08e8d1902b722fbc7c0bace9104143eef9f9c9a6df25af10d4bb8fbb6091722878053870a6a6eb19992b15f43033d0fce3959098b46b5cf6bffa777fb
|
|
7
|
+
data.tar.gz: 8693ef1963f5c98b21c3b334b407ca00a69eca9888697c8c6e6d1601fd3628f85cf474c51c68711b2185aa169876c0b90eb1790120b22a4b65777f7b28cb9f0a
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
|
@@ -3,11 +3,6 @@ source 'https://rubygems.org'
|
|
|
3
3
|
# Specify your gem's dependencies in blacklight-maps.gemspec
|
|
4
4
|
gemspec
|
|
5
5
|
|
|
6
|
-
# If we don't specify 2.11.0 we'll end up with sprockets 2.12.0 in the main
|
|
7
|
-
# Gemfile.lock but since sass-rails gets generated (rails new) into the test app
|
|
8
|
-
# it'll want sprockets 2.11.0 and we'll have a conflict
|
|
9
|
-
gem 'sprockets', '2.11.0'
|
|
10
|
-
|
|
11
6
|
group :test do
|
|
12
7
|
gem 'simplecov', require: false
|
|
13
8
|
gem 'coveralls', require: false
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Blacklight::Maps
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.org/
|
|
3
|
+
[](https://travis-ci.org/projectblacklight/blacklight-maps) | [](https://coveralls.io/r/projectblacklight/blacklight-maps?branch=master)
|
|
4
4
|
|
|
5
5
|
Provides map views for Blacklight for items with geospatial coordinate (latitude/longitude) metadata.
|
|
6
6
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
fr:
|
|
2
|
+
blacklight:
|
|
3
|
+
|
|
4
|
+
maps:
|
|
5
|
+
interactions:
|
|
6
|
+
bbox_search: 'View items that intersect with this bounding box'
|
|
7
|
+
placename_search: 'View items from this location'
|
|
8
|
+
item: 'item'
|
|
9
|
+
point_search: 'View items from this location'
|
|
10
|
+
search_ctrl_cue: 'Search for all items within the current map window'
|
|
11
|
+
title: 'Carte'
|
|
12
|
+
leader: 'Click on a marker to search for items from that location.'
|
|
13
|
+
|
|
14
|
+
search:
|
|
15
|
+
filters:
|
|
16
|
+
coordinates:
|
|
17
|
+
bbox: 'Bounding Box'
|
|
18
|
+
point: 'Coordinates'
|
|
19
|
+
view:
|
|
20
|
+
maps: 'Carte'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blacklight-maps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Beer
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2019-
|
|
13
|
+
date: 2019-10-08 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -219,6 +219,7 @@ files:
|
|
|
219
219
|
- config/jetty.yml
|
|
220
220
|
- config/locales/blacklight-maps-zh.yml
|
|
221
221
|
- config/locales/blacklight-maps.en.yml
|
|
222
|
+
- config/locales/blacklight-maps.fr.yml
|
|
222
223
|
- config/locales/blacklight-maps.it.yml
|
|
223
224
|
- config/routes.rb
|
|
224
225
|
- docs/blacklight-maps_index-view.png
|
|
@@ -273,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
273
274
|
version: '0'
|
|
274
275
|
requirements: []
|
|
275
276
|
rubyforge_project:
|
|
276
|
-
rubygems_version: 2.6.
|
|
277
|
+
rubygems_version: 2.6.14.3
|
|
277
278
|
signing_key:
|
|
278
279
|
specification_version: 4
|
|
279
280
|
summary: Maps for Blacklight
|