geoblacklight 4.1.0 → 4.2.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 +4 -4
- data/.github/workflows/ruby.yml +3 -11
- data/.gitignore +12 -0
- data/.solr_wrapper +0 -1
- data/Gemfile +14 -0
- data/Procfile.dev +3 -0
- data/README.md +5 -30
- data/app/assets/images/blacklight/geoblacklight-icons.json +1857 -966
- data/app/assets/javascripts/geoblacklight/basemaps.js +1 -1
- data/app/assets/javascripts/geoblacklight/modules/util.js +8 -3
- data/app/assets/javascripts/geoblacklight/templates/index_map_info.hbs +22 -1
- data/app/assets/javascripts/geoblacklight/viewers/cog.js +5 -0
- data/app/assets/javascripts/geoblacklight/viewers/pmtiles.js +5 -0
- data/app/controllers/download_controller.rb +1 -21
- data/app/frontend/clover/clover_initializer.js +29 -0
- data/app/frontend/entrypoints/application.js +28 -0
- data/app/frontend/entrypoints/clover.js +5 -0
- data/app/frontend/entrypoints/ol.js +5 -0
- data/app/frontend/openlayers/basemaps.js +47 -0
- data/app/frontend/openlayers/ol_initializer.js +105 -0
- data/app/frontend/stylesheets/openlayers.css +1 -0
- data/app/helpers/geoblacklight/application_helper.rb +8 -0
- data/app/helpers/geoblacklight_helper.rb +57 -0
- data/app/views/catalog/_citation.html.erb +35 -10
- data/app/views/catalog/_show_default_viewer_container.html.erb +1 -2
- data/app/views/catalog/_web_services_default.html.erb +6 -1
- data/app/views/catalog/_web_services_wfs.html.erb +6 -1
- data/app/views/catalog/_web_services_wms.html.erb +6 -1
- data/app/views/catalog/web_services.html.erb +16 -0
- data/bin/vite +29 -0
- data/config/locales/geoblacklight.en.yml +12 -2
- data/config/vite.json +14 -0
- data/geoblacklight.gemspec +8 -6
- data/lib/generators/geoblacklight/install_generator.rb +19 -4
- data/lib/generators/geoblacklight/templates/base.html.erb +52 -0
- data/lib/generators/geoblacklight/templates/catalog_controller.rb +0 -2
- data/lib/generators/geoblacklight/templates/settings.gbl_v1.yml +2 -2
- data/lib/generators/geoblacklight/templates/settings.yml +6 -2
- data/lib/generators/geoblacklight/templates/vite.json +16 -0
- data/lib/geoblacklight/constants.rb +3 -1
- data/lib/geoblacklight/engine.rb +24 -0
- data/lib/geoblacklight/faraday_middleware/follow_redirects.rb +3 -1
- data/lib/geoblacklight/item_viewer.rb +13 -1
- data/lib/geoblacklight/metadata_transformer/base.rb +1 -1
- data/lib/geoblacklight/references.rb +1 -1
- data/lib/geoblacklight/version.rb +1 -1
- data/package.json +8 -12
- data/spec/features/citations_spec.rb +12 -0
- data/spec/features/download_layer_spec.rb +1 -2
- data/spec/features/full_screen_controll_spec.rb +8 -1
- data/spec/features/home_page_spec.rb +3 -0
- data/spec/features/layer_inspection_spec.rb +1 -1
- data/spec/features/saved_searches_spec.rb +1 -1
- data/spec/features/search_results_map_spec.rb +1 -0
- data/spec/features/tilejson_spec.rb +4 -2
- data/spec/features/web_services_modal_spec.rb +32 -2
- data/spec/features/wmts_spec.rb +5 -3
- data/spec/fixtures/index_maps/index-map-point.geojson +949 -0
- data/spec/fixtures/index_maps/index-map-polygon-no-downloadurl.geojson +970 -0
- data/spec/fixtures/index_maps/index-map-polygon.geojson +970 -0
- data/spec/fixtures/index_maps/index-map-stanford.geojson +390 -0
- data/spec/fixtures/index_maps/index-map-v1-complex.geojson +12249 -0
- data/spec/fixtures/manifests/tilejson.json +1 -1
- data/spec/fixtures/manifests/wmts-single.xml +5 -5
- data/spec/fixtures/solr_documents/README.md +1 -0
- data/spec/fixtures/solr_documents/b1g_iiif_manifest.json +64 -0
- data/spec/fixtures/solr_documents/index-map-polygon-no-downloadurl.json +1 -1
- data/spec/fixtures/solr_documents/index-map-polygon.json +1 -1
- data/spec/fixtures/solr_documents/index-map-stanford.json +1 -1
- data/spec/fixtures/solr_documents/index-map-v1-complex.json +56 -0
- data/spec/fixtures/solr_documents/index_map_point.json +1 -1
- data/spec/fixtures/solr_documents/public_cog_princeton.json +57 -0
- data/spec/fixtures/solr_documents/public_pmtiles_princeton.json +41 -0
- data/spec/fixtures/solr_documents/tilejson.json +1 -1
- data/spec/fixtures/solr_documents/wmts-single-layer.json +1 -1
- data/spec/helpers/geoblacklight_helper_spec.rb +42 -0
- data/spec/spec_helper.rb +7 -11
- data/spec/test_app_templates/Gemfile.extra +0 -1
- data/spec/test_app_templates/lib/generators/test_app_generator.rb +7 -17
- data/vite.config.ts +8 -0
- metadata +80 -26
- data/spec/test_app_templates/solr_documents +0 -1
- /data/app/assets/images/blacklight/{berkeley.svg → university-of-california-berkeley.svg} +0 -0
- /data/spec/{test_app_templates → fixtures}/metadata/fgdc.html +0 -0
- /data/spec/{test_app_templates → fixtures}/metadata/fgdc.xml +0 -0
- /data/spec/{test_app_templates → fixtures}/metadata/iso.html +0 -0
- /data/spec/{test_app_templates → fixtures}/metadata/iso.xml +0 -0
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: 4.
|
4
|
+
version: 4.2.0
|
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:
|
14
|
+
date: 2024-02-09 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
version: '6.1'
|
23
23
|
- - "<"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '7.
|
25
|
+
version: '7.2'
|
26
26
|
type: :runtime
|
27
27
|
prerelease: false
|
28
28
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -32,21 +32,21 @@ dependencies:
|
|
32
32
|
version: '6.1'
|
33
33
|
- - "<"
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: '7.
|
35
|
+
version: '7.2'
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: blacklight
|
38
38
|
requirement: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - "~>"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '7.
|
42
|
+
version: '7.0'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - "~>"
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: '7.
|
49
|
+
version: '7.0'
|
50
50
|
- !ruby/object:Gem::Dependency
|
51
51
|
name: config
|
52
52
|
requirement: !ruby/object:Gem::Requirement
|
@@ -65,16 +65,16 @@ dependencies:
|
|
65
65
|
name: faraday
|
66
66
|
requirement: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
|
-
- - "
|
68
|
+
- - "~>"
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: '
|
70
|
+
version: '2.0'
|
71
71
|
type: :runtime
|
72
72
|
prerelease: false
|
73
73
|
version_requirements: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
|
-
- - "
|
75
|
+
- - "~>"
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: '
|
77
|
+
version: '2.0'
|
78
78
|
- !ruby/object:Gem::Dependency
|
79
79
|
name: coderay
|
80
80
|
requirement: !ruby/object:Gem::Requirement
|
@@ -159,6 +159,34 @@ dependencies:
|
|
159
159
|
- - ">="
|
160
160
|
- !ruby/object:Gem::Version
|
161
161
|
version: '0'
|
162
|
+
- !ruby/object:Gem::Dependency
|
163
|
+
name: sprockets-rails
|
164
|
+
requirement: !ruby/object:Gem::Requirement
|
165
|
+
requirements:
|
166
|
+
- - "~>"
|
167
|
+
- !ruby/object:Gem::Version
|
168
|
+
version: '3.0'
|
169
|
+
type: :runtime
|
170
|
+
prerelease: false
|
171
|
+
version_requirements: !ruby/object:Gem::Requirement
|
172
|
+
requirements:
|
173
|
+
- - "~>"
|
174
|
+
- !ruby/object:Gem::Version
|
175
|
+
version: '3.0'
|
176
|
+
- !ruby/object:Gem::Dependency
|
177
|
+
name: vite_rails
|
178
|
+
requirement: !ruby/object:Gem::Requirement
|
179
|
+
requirements:
|
180
|
+
- - "~>"
|
181
|
+
- !ruby/object:Gem::Version
|
182
|
+
version: '3.0'
|
183
|
+
type: :runtime
|
184
|
+
prerelease: false
|
185
|
+
version_requirements: !ruby/object:Gem::Requirement
|
186
|
+
requirements:
|
187
|
+
- - "~>"
|
188
|
+
- !ruby/object:Gem::Version
|
189
|
+
version: '3.0'
|
162
190
|
- !ruby/object:Gem::Dependency
|
163
191
|
name: solr_wrapper
|
164
192
|
requirement: !ruby/object:Gem::Requirement
|
@@ -263,28 +291,28 @@ dependencies:
|
|
263
291
|
requirements:
|
264
292
|
- - "~>"
|
265
293
|
- !ruby/object:Gem::Version
|
266
|
-
version: '
|
294
|
+
version: '2.0'
|
267
295
|
type: :development
|
268
296
|
prerelease: false
|
269
297
|
version_requirements: !ruby/object:Gem::Requirement
|
270
298
|
requirements:
|
271
299
|
- - "~>"
|
272
300
|
- !ruby/object:Gem::Version
|
273
|
-
version: '
|
301
|
+
version: '2.0'
|
274
302
|
- !ruby/object:Gem::Dependency
|
275
303
|
name: simplecov
|
276
304
|
requirement: !ruby/object:Gem::Requirement
|
277
305
|
requirements:
|
278
306
|
- - "~>"
|
279
307
|
- !ruby/object:Gem::Version
|
280
|
-
version: 0.
|
308
|
+
version: '0.22'
|
281
309
|
type: :development
|
282
310
|
prerelease: false
|
283
311
|
version_requirements: !ruby/object:Gem::Requirement
|
284
312
|
requirements:
|
285
313
|
- - "~>"
|
286
314
|
- !ruby/object:Gem::Version
|
287
|
-
version: 0.
|
315
|
+
version: '0.22'
|
288
316
|
- !ruby/object:Gem::Dependency
|
289
317
|
name: foreman
|
290
318
|
requirement: !ruby/object:Gem::Requirement
|
@@ -303,16 +331,16 @@ dependencies:
|
|
303
331
|
name: standardrb
|
304
332
|
requirement: !ruby/object:Gem::Requirement
|
305
333
|
requirements:
|
306
|
-
- -
|
334
|
+
- - '='
|
307
335
|
- !ruby/object:Gem::Version
|
308
|
-
version:
|
336
|
+
version: 1.0.1
|
309
337
|
type: :development
|
310
338
|
prerelease: false
|
311
339
|
version_requirements: !ruby/object:Gem::Requirement
|
312
340
|
requirements:
|
313
|
-
- -
|
341
|
+
- - '='
|
314
342
|
- !ruby/object:Gem::Version
|
315
|
-
version:
|
343
|
+
version: 1.0.1
|
316
344
|
- !ruby/object:Gem::Dependency
|
317
345
|
name: webmock
|
318
346
|
requirement: !ruby/object:Gem::Requirement
|
@@ -336,7 +364,8 @@ email:
|
|
336
364
|
- drh@stanford.edu
|
337
365
|
- eliotj@princeton.edu
|
338
366
|
- pjreed@stanford.edu
|
339
|
-
executables:
|
367
|
+
executables:
|
368
|
+
- vite
|
340
369
|
extensions: []
|
341
370
|
extra_rdoc_files: []
|
342
371
|
files:
|
@@ -352,13 +381,13 @@ files:
|
|
352
381
|
- CONTRIBUTING.md
|
353
382
|
- Gemfile
|
354
383
|
- LICENSE.txt
|
384
|
+
- Procfile.dev
|
355
385
|
- README.md
|
356
386
|
- Rakefile
|
357
387
|
- app/assets/images/blacklight/american-geographical-society-library-uwm-libraries.svg
|
358
388
|
- app/assets/images/blacklight/arizona.svg
|
359
389
|
- app/assets/images/blacklight/arrow-circle-down.svg
|
360
390
|
- app/assets/images/blacklight/baruch-cuny.svg
|
361
|
-
- app/assets/images/blacklight/berkeley.svg
|
362
391
|
- app/assets/images/blacklight/book.svg
|
363
392
|
- app/assets/images/blacklight/bookmark.svg
|
364
393
|
- app/assets/images/blacklight/cd-rom.svg
|
@@ -432,6 +461,7 @@ files:
|
|
432
461
|
- app/assets/images/blacklight/triangle-exclamation-solid.svg
|
433
462
|
- app/assets/images/blacklight/tufts.svg
|
434
463
|
- app/assets/images/blacklight/ucla.svg
|
464
|
+
- app/assets/images/blacklight/university-of-california-berkeley.svg
|
435
465
|
- app/assets/images/blacklight/university-of-chicago.svg
|
436
466
|
- app/assets/images/blacklight/university-of-colorado-boulder.svg
|
437
467
|
- app/assets/images/blacklight/university-of-illinois-urbana-champaign.svg
|
@@ -471,6 +501,7 @@ files:
|
|
471
501
|
- app/assets/javascripts/geoblacklight/templates/index_map_download.hbs
|
472
502
|
- app/assets/javascripts/geoblacklight/templates/index_map_info.hbs
|
473
503
|
- app/assets/javascripts/geoblacklight/viewers.js
|
504
|
+
- app/assets/javascripts/geoblacklight/viewers/cog.js
|
474
505
|
- app/assets/javascripts/geoblacklight/viewers/esri.js
|
475
506
|
- app/assets/javascripts/geoblacklight/viewers/esri/dynamic_map_layer.js
|
476
507
|
- app/assets/javascripts/geoblacklight/viewers/esri/feature_layer.js
|
@@ -480,6 +511,7 @@ files:
|
|
480
511
|
- app/assets/javascripts/geoblacklight/viewers/index_map.js
|
481
512
|
- app/assets/javascripts/geoblacklight/viewers/map.js
|
482
513
|
- app/assets/javascripts/geoblacklight/viewers/oembed.js
|
514
|
+
- app/assets/javascripts/geoblacklight/viewers/pmtiles.js
|
483
515
|
- app/assets/javascripts/geoblacklight/viewers/tilejson.js
|
484
516
|
- app/assets/javascripts/geoblacklight/viewers/tms.js
|
485
517
|
- app/assets/javascripts/geoblacklight/viewers/viewer.js
|
@@ -517,9 +549,17 @@ files:
|
|
517
549
|
- app/controllers/download_controller.rb
|
518
550
|
- app/controllers/relation_controller.rb
|
519
551
|
- app/controllers/wms_controller.rb
|
552
|
+
- app/frontend/clover/clover_initializer.js
|
553
|
+
- app/frontend/entrypoints/application.js
|
554
|
+
- app/frontend/entrypoints/clover.js
|
555
|
+
- app/frontend/entrypoints/ol.js
|
556
|
+
- app/frontend/openlayers/basemaps.js
|
557
|
+
- app/frontend/openlayers/ol_initializer.js
|
558
|
+
- app/frontend/stylesheets/openlayers.css
|
520
559
|
- app/helpers/arcgis_helper.rb
|
521
560
|
- app/helpers/blacklight_helper.rb
|
522
561
|
- app/helpers/carto_helper.rb
|
562
|
+
- app/helpers/geoblacklight/application_helper.rb
|
523
563
|
- app/helpers/geoblacklight/geoblacklight_helper_behavior.rb
|
524
564
|
- app/helpers/geoblacklight_helper.rb
|
525
565
|
- app/models/concerns/geoblacklight/bbox_filter_field.rb
|
@@ -570,9 +610,11 @@ files:
|
|
570
610
|
- app/views/relation/index.json.jbuilder
|
571
611
|
- app/views/shared/_header_navbar.html.erb
|
572
612
|
- babel.config.json
|
613
|
+
- bin/vite
|
573
614
|
- config/initializers/new_gbl_settings_defaults_4.1.yml
|
574
615
|
- config/initializers/rails_config.rb
|
575
616
|
- config/locales/geoblacklight.en.yml
|
617
|
+
- config/vite.json
|
576
618
|
- geoblacklight.gemspec
|
577
619
|
- jest.config.js
|
578
620
|
- lib/generators/geoblacklight/assets_generator.rb
|
@@ -582,9 +624,11 @@ files:
|
|
582
624
|
- lib/generators/geoblacklight/templates/assets/_geoblacklight.scss
|
583
625
|
- lib/generators/geoblacklight/templates/assets/application.scss
|
584
626
|
- lib/generators/geoblacklight/templates/assets/geoblacklight.js
|
627
|
+
- lib/generators/geoblacklight/templates/base.html.erb
|
585
628
|
- lib/generators/geoblacklight/templates/catalog_controller.rb
|
586
629
|
- lib/generators/geoblacklight/templates/settings.gbl_v1.yml
|
587
630
|
- lib/generators/geoblacklight/templates/settings.yml
|
631
|
+
- lib/generators/geoblacklight/templates/vite.json
|
588
632
|
- lib/geoblacklight.rb
|
589
633
|
- lib/geoblacklight/bounding_box.rb
|
590
634
|
- lib/geoblacklight/constants.rb
|
@@ -654,6 +698,7 @@ files:
|
|
654
698
|
- spec/controllers/wms_controller_spec.rb
|
655
699
|
- spec/factories/user.rb
|
656
700
|
- spec/features/bookmarks_spec.rb
|
701
|
+
- spec/features/citations_spec.rb
|
657
702
|
- spec/features/configurable_basemap_spec.rb
|
658
703
|
- spec/features/data_dictionary_download_spec.rb
|
659
704
|
- spec/features/download_layer_spec.rb
|
@@ -694,10 +739,19 @@ files:
|
|
694
739
|
- spec/features/wmts_spec.rb
|
695
740
|
- spec/features/xyz_spec.rb
|
696
741
|
- spec/fixtures/fgdc/harvard-g7064-s2-1834-k3.xml
|
742
|
+
- spec/fixtures/index_maps/index-map-point.geojson
|
743
|
+
- spec/fixtures/index_maps/index-map-polygon-no-downloadurl.geojson
|
744
|
+
- spec/fixtures/index_maps/index-map-polygon.geojson
|
745
|
+
- spec/fixtures/index_maps/index-map-stanford.geojson
|
746
|
+
- spec/fixtures/index_maps/index-map-v1-complex.geojson
|
697
747
|
- spec/fixtures/iso19139/stanford-cg357zz0321.xml
|
698
748
|
- spec/fixtures/manifests/tilejson.json
|
699
749
|
- spec/fixtures/manifests/wmts-multiple.xml
|
700
750
|
- spec/fixtures/manifests/wmts-single.xml
|
751
|
+
- spec/fixtures/metadata/fgdc.html
|
752
|
+
- spec/fixtures/metadata/fgdc.xml
|
753
|
+
- spec/fixtures/metadata/iso.html
|
754
|
+
- spec/fixtures/metadata/iso.xml
|
701
755
|
- spec/fixtures/mods/fb897vt9938.mods
|
702
756
|
- spec/fixtures/mods/stanford-cg357zz0321.mods
|
703
757
|
- spec/fixtures/solr_documents/README.md
|
@@ -706,6 +760,7 @@ files:
|
|
706
760
|
- spec/fixtures/solr_documents/actual-polygon1.json
|
707
761
|
- spec/fixtures/solr_documents/actual-raster1.json
|
708
762
|
- spec/fixtures/solr_documents/all-relationships.json
|
763
|
+
- spec/fixtures/solr_documents/b1g_iiif_manifest.json
|
709
764
|
- spec/fixtures/solr_documents/b1g_wabash_child_15.json
|
710
765
|
- spec/fixtures/solr_documents/b1g_wabash_child_16.json
|
711
766
|
- spec/fixtures/solr_documents/b1g_wabash_child_17.json
|
@@ -728,6 +783,7 @@ files:
|
|
728
783
|
- spec/fixtures/solr_documents/index-map-polygon-no-downloadurl.json
|
729
784
|
- spec/fixtures/solr_documents/index-map-polygon.json
|
730
785
|
- spec/fixtures/solr_documents/index-map-stanford.json
|
786
|
+
- spec/fixtures/solr_documents/index-map-v1-complex.json
|
731
787
|
- spec/fixtures/solr_documents/index_map_point.json
|
732
788
|
- spec/fixtures/solr_documents/metadata_no_geom.json
|
733
789
|
- spec/fixtures/solr_documents/metadata_no_provider.json
|
@@ -740,8 +796,10 @@ files:
|
|
740
796
|
- spec/fixtures/solr_documents/princeton-child3.json
|
741
797
|
- spec/fixtures/solr_documents/princeton-child4.json
|
742
798
|
- spec/fixtures/solr_documents/princeton-parent.json
|
799
|
+
- spec/fixtures/solr_documents/public_cog_princeton.json
|
743
800
|
- spec/fixtures/solr_documents/public_direct_download.json
|
744
801
|
- spec/fixtures/solr_documents/public_iiif_princeton.json
|
802
|
+
- spec/fixtures/solr_documents/public_pmtiles_princeton.json
|
745
803
|
- spec/fixtures/solr_documents/public_polygon_mit.json
|
746
804
|
- spec/fixtures/solr_documents/restricted-line.json
|
747
805
|
- spec/fixtures/solr_documents/the-related-record.json
|
@@ -805,11 +863,6 @@ files:
|
|
805
863
|
- spec/tasks/geoblacklight_spec.rb
|
806
864
|
- spec/test_app_templates/Gemfile.extra
|
807
865
|
- spec/test_app_templates/lib/generators/test_app_generator.rb
|
808
|
-
- spec/test_app_templates/metadata/fgdc.html
|
809
|
-
- spec/test_app_templates/metadata/fgdc.xml
|
810
|
-
- spec/test_app_templates/metadata/iso.html
|
811
|
-
- spec/test_app_templates/metadata/iso.xml
|
812
|
-
- spec/test_app_templates/solr_documents
|
813
866
|
- spec/views/catalog/_document_split.html.erb_spec.rb
|
814
867
|
- spec/views/catalog/_index_split.html.erb_spec.rb
|
815
868
|
- spec/views/catalog/_results_pagination.html.erb_spec.rb
|
@@ -832,6 +885,7 @@ files:
|
|
832
885
|
- vendor/assets/javascripts/native.history.js
|
833
886
|
- vendor/assets/stylesheets/leaflet.css
|
834
887
|
- vendor/assets/stylesheets/leaflet.fullscreen.css
|
888
|
+
- vite.config.ts
|
835
889
|
homepage: http://github.com/geoblacklight/geoblacklight
|
836
890
|
licenses:
|
837
891
|
- Apache 2.0
|
@@ -851,7 +905,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
851
905
|
- !ruby/object:Gem::Version
|
852
906
|
version: 2.5.2
|
853
907
|
requirements: []
|
854
|
-
rubygems_version: 3.
|
908
|
+
rubygems_version: 3.4.21
|
855
909
|
signing_key:
|
856
910
|
specification_version: 4
|
857
911
|
summary: A discovery platform for geospatial holdings
|
@@ -1 +0,0 @@
|
|
1
|
-
../fixtures/solr_documents
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|