dina 0.8.3.0 → 0.8.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 194f73d318f76f43a6e65426a47fb0ad5192de5c007660633bdd9f8fb9f86ecd
4
- data.tar.gz: 2aba2864327b88821e62865d469844bbbff6b9e9f5b440c77b0698e67605c82f
3
+ metadata.gz: 94d3fd7c8bf8ceaab2f6cc0bc989e8e2b8a6f016b32e382aa59e4e92bb0971b5
4
+ data.tar.gz: 3aa7ffd41cac70a0632de24577e2cc0a666d299e693df98f8a21f4217f0abf4a
5
5
  SHA512:
6
- metadata.gz: 2a906a03f0288fba3f9194ad1274eacd9abedf1abd0bd4fc1f1c39b46268f52cff94fbd2f2ca1a0d936f677088d3b9f3e78466a725ad2e1976035334fcc605a8
7
- data.tar.gz: 4d869369dd2ec0a2a3607d1a1159b94b54ea802fc8336bfc9689ead30f705bf54ab54ce1a5b2c476985ca9f363c5791383769e251a03afacfb817839744f8ee0
6
+ metadata.gz: 7ff4924724b2982a1f000683993c08d5281430369b9e5a79ed747382dbde04c3f5aa03dd56251a1b03d3be3340f55c57a73e5a07b36015c97648be38d458ce52
7
+ data.tar.gz: e52aa58b3e6d723623ee9193930bff43f715536036b3ec803caad601704b3d617602ae9384ca2e051494859fa131df7e4fc1b5da4f79622d6fada95b808f261f
@@ -19,8 +19,8 @@ module Dina
19
19
  property :dwcVerbatimElevation, type: :string
20
20
  property :dwcVerbatimDepth, type: :string
21
21
  property :dwcFieldNumber, type: :string
22
- property :dwcOtherRecordNumbers, type: :array, default: []
23
22
  property :dwcRecordNumber, type: :string
23
+ property :otherRecordNumbers, type: :array, default: []
24
24
  property :dwcCountry, type: :string
25
25
  property :dwcCountryCode, type: :string
26
26
  property :dwcStateProvince, type: :string
data/lib/dina/version.rb CHANGED
@@ -3,7 +3,7 @@ module Dina
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 8
6
- PATCH = 3
6
+ PATCH = 4
7
7
  BUILD = 0
8
8
 
9
9
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dina
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3.0
4
+ version: 0.8.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json_api_client