search_solr_tools 5.1.0 → 5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a961c7f8cdb3a126f31ba685db351337dda8816f64de94b82aad774f53b49a0c
4
- data.tar.gz: bcadb76963b19f66567c3e5a233dd599a66d642073eb5c043b3fc5653ce2502f
3
+ metadata.gz: 9b3fc4d94ab6cb6b394ebff1a2c50fb36908d8201199e0702d613ead1cc91621
4
+ data.tar.gz: 8c8e9a764304e2c09e05ee88f28e4f388a846d7e2e61a23b12b123167affdc1b
5
5
  SHA512:
6
- metadata.gz: 1a238ac9143e968252c4f37474c99ed38a6920160f9f3d8ba8753b72848dbf7152ba0bc0b142298141eae6693102481a34f20d7c461e869b1a1606b7a3fcb471
7
- data.tar.gz: 0ca3f51c62c0683d58652928ea2bf8a09987cee68d8af691ee523186e1d3ce7dc0f4bec0e294cdb82206eb8ebb5d2b6ad6085bed651b6f0944f979cecb0875bb
6
+ metadata.gz: e812f59ba6e2776db5b52ecff4a38121b815f645d632812a88010b57f3c34013d00596b8305f9e5e29464f33259ee072b62c4fc94b084ed63ca1e13f4d59b8a9
7
+ data.tar.gz: 65570df8008e4fd9ea82c492a88cfa0ec9805ff28b688b43e222ca588e969b87d8264be33c3a2cf5034af0788cd496615698fc1ea863df0ba6fef65032e2e755
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v5.2.0 (2022-08-31)
2
+
3
+ - Updated the call for identifiers for the json harvester to use the
4
+ proper "metadataPrefix" parameter, and request the dif identifiers
5
+ instead of iso.
6
+
1
7
  ## v5.1.0 (2020-07-23)
2
8
 
3
9
  - Added a CLI method to "ping" the Solr and Source servers for a given
@@ -39,7 +39,7 @@
39
39
  # Not using DCS API v2 here because not all retired datasets have their "retired"
40
40
  # flag checked. For example, GLA01.033 is retired; GLA01.018 is not, but it
41
41
  # should be. GLA01.018 will show up if we use DCS API v2.
42
- :nsidc_oai_identifiers_url: oai?verb=ListIdentifiers&metadata_prefix=iso&retired=false
42
+ :nsidc_oai_identifiers_url: oai?verb=ListIdentifiers&metadataPrefix=dif&retired=false
43
43
 
44
44
  :local:
45
45
  :host: localhost
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: search_solr_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chalstrom
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2020-07-23 00:00:00.000000000 Z
17
+ date: 2022-08-31 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: ffi-geos