blacklight-maps 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05ca6bf4dd78fffb3431ac91f5d282355335687c
4
- data.tar.gz: cf7ac2c7cffdb72e9dd5ab495dd312645dabb813
3
+ metadata.gz: 0d727312e568bc1dde35d3d9ad7554630068b087
4
+ data.tar.gz: 7c787f41b27472dd2d8acf2fdbe17759e8d6cb75
5
5
  SHA512:
6
- metadata.gz: 9d39e9f34cf2f0a89b65dca8b8052c2aa594649a2ed8bb5c0ce7627b34523e4ce54c69d77adf4933a0e3d53b07e82992371045d58597a48efe3cd002e5e19a60
7
- data.tar.gz: f2d009514030f8e4e44512812a385569148507ba7b094d9759e5b59d8214908ee6224ffac3a9e0a78992e1ef8c89c27516b2f28947ccfba1d2de5f57fde7dc88
6
+ metadata.gz: dff809b08e8d1902b722fbc7c0bace9104143eef9f9c9a6df25af10d4bb8fbb6091722878053870a6a6eb19992b15f43033d0fce3959098b46b5cf6bffa777fb
7
+ data.tar.gz: 8693ef1963f5c98b21c3b334b407ca00a69eca9888697c8c6e6d1601fd3628f85cf474c51c68711b2185aa169876c0b90eb1790120b22a4b65777f7b28cb9f0a
@@ -3,12 +3,11 @@ notifications:
3
3
  language: ruby
4
4
  sudo: false
5
5
  rvm:
6
- - 2.3.0
6
+ - 2.6.0
7
7
 
8
8
  matrix:
9
9
  include:
10
- - rvm: 2.2.4
11
- env: "RAILS_VERSION=4.1.14"
10
+ env: "RAILS_VERSION=4.2.11"
12
11
 
13
12
  before_install:
14
13
  - gem install bundler
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
- [![Build Status](https://travis-ci.org/projectblacklight/blacklight-maps.png?branch=master)](https://travis-ci.org/sul-dlss/blacklight-maps) | [![Coverage Status](https://coveralls.io/repos/projectblacklight/blacklight-maps/badge.svg?branch=master)](https://coveralls.io/r/projectblacklight/blacklight-maps?branch=master)
3
+ [![Build Status](https://travis-ci.org/projectblacklight/blacklight-maps.png?branch=master)](https://travis-ci.org/projectblacklight/blacklight-maps) | [![Coverage Status](https://coveralls.io/repos/projectblacklight/blacklight-maps/badge.svg?branch=master)](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'
@@ -1,5 +1,5 @@
1
1
  module Blacklight
2
2
  module Maps
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
5
5
  end
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.1
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-01-10 00:00:00.000000000 Z
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.12
277
+ rubygems_version: 2.6.14.3
277
278
  signing_key:
278
279
  specification_version: 4
279
280
  summary: Maps for Blacklight