sticutils 0.3.2 → 0.3.3

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: 511be6365e33bfb108a6c25f00ba10c8bd27a5eb3ccd730613a799fc10be17f4
4
- data.tar.gz: 426cff0098279af62bff9ae28957b8689c3ae3ee363a6bf3fe9ac58d1fff54d2
3
+ metadata.gz: 72c6760fcdc8f0c42621dcc59fad94f2e5c8408bce8fd1c1f2785a67f015f38f
4
+ data.tar.gz: 47e9578003b9865a83902a4038cfe5bc4731e37c4dd8287489d30c71e2048b4e
5
5
  SHA512:
6
- metadata.gz: df70871e792d292c8b041e13b4488f503a00de15dd10a48bf667ee1964da6ba6a3d16793f759eb504739eb5cca8bc3aff6292883f25a2d03d86bff49e84fefd4
7
- data.tar.gz: 8c47d049e96d8e0cdd8337fc4d478486140e54e3785c4885aee42869c45617dc85b3c162162c6c1dbfbb8699d3313365b13cf6ce96d24b26e720a6c9b1eede08
6
+ metadata.gz: fe418e24e6d36cfa698fa3569d4927256cf75145b02097c53a5da85134799e83d17540c213d6b3eb0608c0dc700390abd57208e472bc21c9a63fce6eab09ee2d
7
+ data.tar.gz: 4a6a8bca716f6108ebe1c9ae256b9107d86e1374612d406a422d2f6c602270f200e51548044af73c55dab9fa2d1192151a74a53722962d1505b9a1c51c07ba99
@@ -33,7 +33,7 @@ class Intranet::TjpiVinculo < Intranet::IntranetRecord
33
33
  belongs_to :procurador, class_name: 'GlobalPrepessoafisica', foreign_key: :procurador_id
34
34
  belongs_to :conta_bancaria, class_name: 'GlobalContabancaria', foreign_key: :contaBancaria_id
35
35
 
36
- has_many :tjpi_previnculados, class_name: 'TjpiPrevinculado'
36
+ has_many :tjpi_previnculados, class_name: 'TjpiPrevinculado', foreign_key: :vinculoPrincipal_id
37
37
  belongs_to :tjpi_previnculado, class_name: 'TjpiPrevinculado', foreign_key: :cadastro_id
38
38
 
39
39
  has_many :tjpi_contrachequeagrupados, class_name: "TjpiContrachequeagrupado", foreign_key: :matricula, primary_key: :matricula
@@ -1,3 +1,3 @@
1
1
  module Sticutils
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-20 00:00:00.000000000 Z
11
+ date: 2020-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails