geoblacklight 2.1.0 → 2.1.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3311159c7da844d12d381574fdb88342967fec875f58ddd7251594ce277d301f
|
|
4
|
+
data.tar.gz: c0706c48b76f15c57422d1c5d242e753a6e52dbf6ac4a095fb55ee8268fe7770
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 154dac9a8cd76e4ee5c43230a600c1dab4a755287c17467b4ddfa5cf2c956a2e3cd0ad5414858d49f69a9fd91c8e081e4440f6835b8513ba038a18a851b3f7a3
|
|
7
|
+
data.tar.gz: 133c966ec7d8a6a028ea6fc9decad3607185b983667fcfc9a492606430019b30da06e46f52d1c6c6839ecb8ea90f93cfeb2802c2241ef2f9340b60a65ab23190
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
<li class="more_facets">
|
|
10
10
|
<%= link_to t("more_#{field_name}_html", scope: 'blacklight.search.facets', default: :more_html, field_name: facet_field.label),
|
|
11
11
|
search_facet_path(id: facet_field.key),
|
|
12
|
+
data: { blacklight_modal: 'trigger' },
|
|
12
13
|
class: 'more_facets_link' %>
|
|
13
14
|
</li>
|
|
14
15
|
<% end %>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
../fixtures/solr_documents
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geoblacklight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Graves
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2019-05-
|
|
14
|
+
date: 2019-05-23 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
@@ -751,8 +751,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
751
751
|
- !ruby/object:Gem::Version
|
|
752
752
|
version: 2.5.2
|
|
753
753
|
requirements: []
|
|
754
|
-
|
|
755
|
-
rubygems_version: 2.7.6
|
|
754
|
+
rubygems_version: 3.0.3
|
|
756
755
|
signing_key:
|
|
757
756
|
specification_version: 4
|
|
758
757
|
summary: A discovery platform for geospatial holdings
|