search_solr_tools 3.3.0 → 3.3.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 +4 -4
- data/CHANGELOG.md +10 -4
- data/lib/search_solr_tools/helpers/ncdc_paleo_format.rb +1 -1
- data/lib/search_solr_tools/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a9a32ebeed875799854bd53c0b5013604fa9b71
|
|
4
|
+
data.tar.gz: 755fe9ebb1fb6af9cb6ad4c813c6c288bcca9a65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe7cb79dd54c457bbb6ab5d863c14e2a0a4497fce9bf8e5b33da6a9376217f6b06fab12aecbd184d60435c3675dc7d4aac6d0f00f6ead2e411029f98f4f83ce6
|
|
7
|
+
data.tar.gz: e059a89eb73aa392ec660ad28492dc79fb5c27c7591ba2851ac1dc116fff0191922544d0619a8cc3c79f3cfe9487af650d92de056e7c845283ac94a64ab377cb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
|
+
## v3.3.1
|
|
2
|
+
|
|
3
|
+
Bugfix
|
|
4
|
+
|
|
5
|
+
- Remove strange facet string for temporal duration from NOAA Paleo search
|
|
6
|
+
results.
|
|
7
|
+
|
|
1
8
|
## v3.3.0
|
|
2
9
|
|
|
3
10
|
New Features
|
|
4
11
|
|
|
5
|
-
- Add harvest support for
|
|
12
|
+
- Add harvest support for
|
|
6
13
|
[NOAA Paleoclimatology Data Center (NOAA Paleo)](https://www.ncdc.noaa.gov/data-access/paleoclimatology-data/datasets).
|
|
7
14
|
|
|
8
|
-
- Add harvest support for
|
|
9
|
-
[Data Observation Network for Earth (Data ONE)](https://www.dataone.org/).
|
|
10
|
-
[Pivotal 77763710](https://www.pivotaltracker.com/story/show/77763710)
|
|
15
|
+
- Add harvest support for
|
|
16
|
+
[Data Observation Network for Earth (Data ONE)](https://www.dataone.org/). [Pivotal 77763710](https://www.pivotaltracker.com/story/show/77763710)
|
|
11
17
|
|
|
12
18
|
## v3.2.1 (2015-09-23)
|
|
13
19
|
|
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: 3.3.
|
|
4
|
+
version: 3.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Chalstrom
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2015-09-
|
|
15
|
+
date: 2015-09-25 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: iso8601
|