dwc-archive 0.4.7 → 0.4.8
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 +1 -1
- data/lib/dwc-archive/classification_normalizer.rb +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.8
|
|
@@ -129,10 +129,10 @@ class DarwinCore
|
|
|
129
129
|
raise DarwinCore::ParentNotCurrentError, error
|
|
130
130
|
end
|
|
131
131
|
if parent_cp
|
|
132
|
-
taxon.classification_path
|
|
132
|
+
taxon.classification_path += parent_cp + [taxon.current_name_canonical]
|
|
133
133
|
else
|
|
134
134
|
get_classification_path(@res[taxon.parent_id])
|
|
135
|
-
taxon.classification_path
|
|
135
|
+
taxon.classification_path += @res[taxon.parent_id].classification_path + [taxon.current_name_canonical]
|
|
136
136
|
end
|
|
137
137
|
end
|
|
138
138
|
end
|
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:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.4.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dmitry Mozzherin
|