dwc-archive 0.5.3 → 0.5.4

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.3
1
+ 0.5.4
@@ -63,7 +63,7 @@ class DarwinCore
63
63
  canonical_name = @parser.parse(a_scientific_name, :canonical_only => true)
64
64
  add_name_string(a_scientific_name)
65
65
  add_name_string(canonical_name) unless canonical_name.to_s.empty?
66
- canonical_name.empty? ? a_scientific_name : canonical_name
66
+ canonical_name.to_s.empty? ? a_scientific_name : canonical_name
67
67
  end
68
68
 
69
69
  def get_fields(element)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dwc-archive
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 3
10
- version: 0.5.3
9
+ - 4
10
+ version: 0.5.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dmitry Mozzherin