dina 2.0.0.0 → 2.1.1.0

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
  SHA256:
3
- metadata.gz: 1352cad3aa67d164e8fb896dc19f78188000f0920b2ebc11e6ae6644e17e5865
4
- data.tar.gz: f42dead269644b54f0d37cad6b92831fbaa0be455f22f45537f9b9b0e60bb67f
3
+ metadata.gz: 219db856f074dd6b9674234b0e532a51a706dbe1128f6811eeeab955d45cef00
4
+ data.tar.gz: 12de6b4266c5e956073c4cbdc5cb3d2b149fccded9e3ad1185f1171ba8bea233
5
5
  SHA512:
6
- metadata.gz: 15e3f18969c6719132d8ece300c0ee2a3483c1ba34d59289a65624480404d1d9b5a0685de68ebc2bfdeaf96812467e59a080a97d9bb24e82bcbd6b5dfbd837d6
7
- data.tar.gz: 63d0e62162218d0e6777235877496c85a8da9e54d76628dcb861999829c22ec8d253913ac13afd6bbb891609322fdb8f3fec3a6dfa7ad438000d5d36b8581759
6
+ metadata.gz: '00992bed72fb2163d464c271f3d82700f13eb7b9c66d1599b31025ab9e3d68bf088a8d8f37e651ecdd9e226ed09599afb883461f9372de553e0d786bf6640e81'
7
+ data.tar.gz: cd2471e45438c44c8a93f9f4fda8c29f4e9ee53572b8981a58b1fbb4dab65ac0cb3d1ed7a9499429a282a14757d8e487290ce22d388c1895f3654016320f0987
@@ -32,6 +32,7 @@ module Dina
32
32
  [
33
33
  "COLLECTING_EVENT",
34
34
  "MATERIAL_SAMPLE",
35
+ "ORGANISM",
35
36
  "DETERMINATION",
36
37
  "ASSEMBLAGE"
37
38
  ]
@@ -37,6 +37,7 @@ module Dina
37
37
  property :hostOrganism, type: :hash, default: { name: nil, remarks: nil }
38
38
  property :scheduledActions, type: :hash
39
39
  property :hierarchy, type: :hash
40
+ property :targetOrganismPrimaryScientificName, type: :string
40
41
  property :allowDuplicateName, type: :boolean
41
42
 
42
43
  has_one :collection, class_name: "Collection"
@@ -8,6 +8,7 @@ module Dina
8
8
  property :sex, type: :string
9
9
  property :remarks, type: :string
10
10
  property :isTarget, type: :boolean
11
+ property :managedAttributes, type: :hash
11
12
  property :determination, type: :array, default: []
12
13
  property :createdBy, type: :string
13
14
  property :createdOn, type: :time
data/lib/dina/version.rb CHANGED
@@ -2,8 +2,8 @@ module Dina
2
2
  class Version
3
3
 
4
4
  MAJOR = 2
5
- MINOR = 0
6
- PATCH = 0
5
+ MINOR = 1
6
+ PATCH = 1
7
7
  BUILD = 0
8
8
 
9
9
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dina
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.0
4
+ version: 2.1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-03-27 00:00:00.000000000 Z
12
+ date: 2024-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json_api_client