dina 3.3.8.0 → 3.3.9.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: d087f664b96ac8283cc4cdcc1bb568e49d6a4395e42e106369d94b558175f939
4
- data.tar.gz: 51b7d46f7e7050c85b9d7bc831d8db5acde50eba0092558150f10031ff85a260
3
+ metadata.gz: abd7f25ac94c235c02846331454cae5895aa4449544a9f12818dfaa5dc148575
4
+ data.tar.gz: 0151021f874514e90385b8bc2a2113e5acdaa7742a4af3c8d92afb13d1e95e09
5
5
  SHA512:
6
- metadata.gz: 7eac64d8358496f847a0c06644459af343025728145455e5e392353e97d125b6fb7b3f2924dee80fa743e930523d6ddc58cf245dad0149c978d8444f3cb22a9d
7
- data.tar.gz: 9aa2b23d6050c7b2afb2f81fdca840e2ea877ec6c747fa361c99c3c8764573b113445b5b13c05b870ac6a6c18a67a6024c8d0db560a5a168de09b3948a887ea3
6
+ metadata.gz: deb986c1621da976754e4d127b6dcd3a24460fa0be1d2a970980fe802fceaad4faa0383c6e3346f51c0e4a593d918bc4b8a7d3a57628fc63b9955d6e84bec4d3
7
+ data.tar.gz: ba391acb5d9a626b532ffe347605e045cf818d8c4bb099f1739a555669802b724827cfce1a5eb876d4c6348887bba02379aeb6daaa4f79ea83cb66429edd64ba
@@ -8,6 +8,9 @@ module Dina
8
8
  belongs_to :collectingEvent, class_name: "CollectingEvent", shallow_path: true
9
9
  belongs_to :project, class_name: "Project", shallow_path: true
10
10
  belongs_to :transaction, class_name: "Transaction", shallow_path: true
11
+ belongs_to :site, class_name: "Site", shallow_path: true
12
+ belongs_to :assemblage, class_name: "Assemblage", shallow_path: true
13
+ belongs_to :protocol, class_name: "Protocol", shallow_path: true
11
14
 
12
15
  def self.endpoint_path
13
16
  "collection-api/"
data/lib/dina/version.rb CHANGED
@@ -3,7 +3,7 @@ module Dina
3
3
 
4
4
  MAJOR = 3
5
5
  MINOR = 3
6
- PATCH = 8
6
+ PATCH = 9
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: 3.3.8.0
4
+ version: 3.3.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse