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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da4660a6d133afe9408e57daf6f0cce758f5fea9
4
- data.tar.gz: e6a60e1711fa6e7c8ee115321f8270207d2faaeb
3
+ metadata.gz: 3a9a32ebeed875799854bd53c0b5013604fa9b71
4
+ data.tar.gz: 755fe9ebb1fb6af9cb6ad4c813c6c288bcca9a65
5
5
  SHA512:
6
- metadata.gz: d9893af295f321132cb507d59c1d29d39981c2303dc7784fc62a20f05646d95b57536bb15d772810e3529631f71a56ffb8d5f190f5d40371405e7cc3b538ee18
7
- data.tar.gz: 1cc1addbfd33a0aca1561e68007681ed240dfc28e783cff394cacaadc60b1046261c933dbea6faf9b304eb837c718b2dc809f87e199dfe0652812fd52aae73a9
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
 
@@ -47,7 +47,7 @@ module SearchSolrTools
47
47
 
48
48
  def self.get_temporal_duration(node)
49
49
  range = date_range(node)
50
- return if range.empty?
50
+ return if range.to_s.empty?
51
51
  (range[:start] - range[:end]).to_i.abs
52
52
  end
53
53
 
@@ -1,3 +1,3 @@
1
1
  module SearchSolrTools
2
- VERSION = '3.3.0'
2
+ VERSION = '3.3.1'
3
3
  end
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.0
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-24 00:00:00.000000000 Z
15
+ date: 2015-09-25 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: iso8601