search_solr_tools 3.4.0 → 3.5.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/lib/search_solr_tools/helpers/solr_format.rb +1 -1
- data/lib/search_solr_tools/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edf215242236c46fbbc1446d8635e6c353e3a5b5
|
|
4
|
+
data.tar.gz: 2e7cfb476acb3eefc7fee1e242448b541e5ad28b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 421014020a79743501f4459a1fb0f8eab38a6ac27d165ed8e5a0ccdb6935fabce7559d96b2cf1284d3ed6f73425034bc2e6c8a05f0ecb3d7fd17ecd12d53fedf
|
|
7
|
+
data.tar.gz: 00d07f7da0050480f077744ed8d454ed70071cfa777709eefe49e86dfa9a7c8c7e7c2a1f2fddf3f5856b00b117df5fe84c3e35c8d0a70fc59a04baaed81711b5
|
|
@@ -14,7 +14,7 @@ module SearchSolrTools
|
|
|
14
14
|
DATA_ONE: { short_name: 'DataONE', long_name: 'DataONE' },
|
|
15
15
|
ECHO: { short_name: 'NASA ECHO', long_name: 'NASA Earth Observing System (EOS) Clearing House (ECHO)' },
|
|
16
16
|
EOL: { short_name: 'UCAR NCAR EOL', long_name: 'UCAR NCAR - Earth Observing Laboratory' },
|
|
17
|
-
GTNP: { short_name: 'GTN-P', long_name: 'Global Terrestrial Network for Permafrost
|
|
17
|
+
GTNP: { short_name: 'GTN-P', long_name: 'Global Terrestrial Network for Permafrost' },
|
|
18
18
|
ICES: { short_name: 'ICES', long_name: 'International Council for the Exploration of the Sea' },
|
|
19
19
|
NCDC_PALEO: { short_name: 'NOAA WDS Paleo', long_name: 'NOAA’s National Centers for Environmental Information, World Data Service for Paleoclimatology' },
|
|
20
20
|
NMI: { short_name: 'Met.no', long_name: 'Norwegian Meteorological Institute' },
|