geoblacklight 4.0.0.pre.rc1 → 4.0.0.pre.rc2
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/.github/workflows/ruby.yml +14 -58
- data/.solr_wrapper +1 -0
- data/app/models/concerns/geoblacklight/bbox_filter_field.rb +27 -8
- data/app/models/concerns/geoblacklight/suppressed_records_search_behavior.rb +7 -2
- data/app/views/shared/_header_navbar.html.erb +13 -3
- data/config/locales/geoblacklight.en.yml +1 -0
- data/geoblacklight.gemspec +1 -1
- data/lib/generators/geoblacklight/templates/catalog_controller.rb +21 -10
- data/lib/generators/geoblacklight/templates/settings.yml +7 -2
- data/lib/geoblacklight/bounding_box.rb +1 -1
- data/lib/geoblacklight/version.rb +1 -1
- data/spec/config/initializers/rails_config_spec.rb +1 -1
- data/spec/controllers/wms_controller_spec.rb +1 -1
- data/spec/features/relations_spec.rb +11 -0
- data/spec/fixtures/solr_documents/b1g_wabash_child_15.json +62 -0
- data/spec/fixtures/solr_documents/b1g_wabash_child_16.json +64 -0
- data/spec/fixtures/solr_documents/b1g_wabash_child_17.json +62 -0
- data/spec/fixtures/solr_documents/b1g_wabash_child_18.json +62 -0
- data/spec/fixtures/solr_documents/b1g_wabash_parent.json +59 -0
- data/spec/lib/geoblacklight/metadata_transformer/fgdc_spec.rb +1 -1
- data/spec/lib/geoblacklight/metadata_transformer/iso19139_spec.rb +1 -1
- data/spec/lib/geoblacklight/references_spec.rb +5 -3
- data/spec/lib/geoblacklight/wms_layer_spec.rb +1 -1
- data/spec/models/concerns/geoblacklight/bbox_filter_field_spec.rb +36 -17
- data/spec/models/concerns/geoblacklight/bbox_filter_query_spec.rb +6 -6
- data/spec/spec_helper.rb +2 -2
- data/vendor/assets/javascripts/leaflet-src.js.erb +10354 -10290
- data/vendor/assets/javascripts/leaflet-src.js.map +1 -1
- metadata +20 -10
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geoblacklight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.pre.
|
4
|
+
version: 4.0.0.pre.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Graves
|
8
8
|
- Darren Hardy
|
9
9
|
- Eliot Jordan
|
10
10
|
- Jack Reed
|
11
|
-
autorequire:
|
11
|
+
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2022-
|
14
|
+
date: 2022-06-08 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -19,20 +19,20 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: '6.1'
|
23
23
|
- - "<"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '
|
25
|
+
version: '7'
|
26
26
|
type: :runtime
|
27
27
|
prerelease: false
|
28
28
|
version_requirements: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
32
|
+
version: '6.1'
|
33
33
|
- - "<"
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: '
|
35
|
+
version: '7'
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: blacklight
|
38
38
|
requirement: !ruby/object:Gem::Requirement
|
@@ -720,6 +720,11 @@ files:
|
|
720
720
|
- spec/fixtures/solr_documents/actual-polygon1.json
|
721
721
|
- spec/fixtures/solr_documents/actual-raster1.json
|
722
722
|
- spec/fixtures/solr_documents/all-relationships.json
|
723
|
+
- spec/fixtures/solr_documents/b1g_wabash_child_15.json
|
724
|
+
- spec/fixtures/solr_documents/b1g_wabash_child_16.json
|
725
|
+
- spec/fixtures/solr_documents/b1g_wabash_child_17.json
|
726
|
+
- spec/fixtures/solr_documents/b1g_wabash_child_18.json
|
727
|
+
- spec/fixtures/solr_documents/b1g_wabash_parent.json
|
723
728
|
- spec/fixtures/solr_documents/baruch_ancestor1.json
|
724
729
|
- spec/fixtures/solr_documents/baruch_ancestor2.json
|
725
730
|
- spec/fixtures/solr_documents/baruch_documentation_download.json
|
@@ -844,7 +849,7 @@ homepage: http://github.com/geoblacklight/geoblacklight
|
|
844
849
|
licenses:
|
845
850
|
- Apache 2.0
|
846
851
|
metadata: {}
|
847
|
-
post_install_message:
|
852
|
+
post_install_message:
|
848
853
|
rdoc_options: []
|
849
854
|
require_paths:
|
850
855
|
- lib
|
@@ -859,8 +864,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
859
864
|
- !ruby/object:Gem::Version
|
860
865
|
version: 2.5.2
|
861
866
|
requirements: []
|
862
|
-
rubygems_version: 3.
|
863
|
-
signing_key:
|
867
|
+
rubygems_version: 3.2.22
|
868
|
+
signing_key:
|
864
869
|
specification_version: 4
|
865
870
|
summary: A discovery platform for geospatial holdings
|
866
871
|
test_files:
|
@@ -924,6 +929,11 @@ test_files:
|
|
924
929
|
- spec/fixtures/solr_documents/actual-polygon1.json
|
925
930
|
- spec/fixtures/solr_documents/actual-raster1.json
|
926
931
|
- spec/fixtures/solr_documents/all-relationships.json
|
932
|
+
- spec/fixtures/solr_documents/b1g_wabash_child_15.json
|
933
|
+
- spec/fixtures/solr_documents/b1g_wabash_child_16.json
|
934
|
+
- spec/fixtures/solr_documents/b1g_wabash_child_17.json
|
935
|
+
- spec/fixtures/solr_documents/b1g_wabash_child_18.json
|
936
|
+
- spec/fixtures/solr_documents/b1g_wabash_parent.json
|
927
937
|
- spec/fixtures/solr_documents/baruch_ancestor1.json
|
928
938
|
- spec/fixtures/solr_documents/baruch_ancestor2.json
|
929
939
|
- spec/fixtures/solr_documents/baruch_documentation_download.json
|