sticutils 2.0.0 → 2.0.1

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: 0cce7648391b8023dad3eda6a8f3da5ea6ecc2a31c235ff99e88fc21f9996326
4
- data.tar.gz: 23e5d31b3a4a7d5c7bcf8e4464ab7b1d6448f1318bc299b071a856045fa923fd
3
+ metadata.gz: 3a5ad2176049e33437f700e3c180a6b87d244a98592804ee6bd0df2f0fd3e448
4
+ data.tar.gz: 53ac8459e6b80c58f004866a0b1bc207bbf5e5f13d20b29bfbbac2f88b3b62e2
5
5
  SHA512:
6
- metadata.gz: f5c03a7a55ff53af3d19e1e6375be888bbaa29a8e7df6a9f8634e2a922a184ae906619fb135360eb15b1e95da7db8aef9329b6c69a192954d20af19e87357e9b
7
- data.tar.gz: bdc6996beec9f58f21d74072f78dcc10257b1bd9e9537651469766a0b3d57b16ad0ae25d024651308653841176780f09fcff2b5a6f534e861e2e9b5cff38b2cf
6
+ metadata.gz: 64d0daf52c12b7db3af4631cf72fcad4df1a37464e1ca3575c0c14a7b08ed621476bfdf85dd72e56cc405585e09006fdf6c1c687d922d4ee13e35a28565bbefc
7
+ data.tar.gz: 982292e4a24e0351a0d70525a9be4874ec6e074d06a199157279e24ba590221585a83072d43d7694de7204ce768625d5802872f9494fb5bc355222b1be75b389
@@ -14,4 +14,6 @@ class Intranet::GlobalPrepessoafisica < Intranet::IntranetRecord
14
14
  has_one :tjpi_previnculados, :class_name => 'TjpiPrevinculado', foreign_key: :prePessoaFisica_id
15
15
  has_one :tjpi_vinculado, :class_name => 'TjpiPrevinculado', foreign_key: :prePessoaFisica_id
16
16
  has_many :tjpi_vinculos, through: :tjpi_vinculado, source: :tjpi_vinculo_principal
17
+
18
+ belongs_to :endereco_secundario, class_name: 'GlobalEndereco', foreign_key: :enderecoSecundario_id
17
19
  end
@@ -20,4 +20,6 @@ class Intranet::TjpiPrevinculado < Intranet::IntranetRecord
20
20
  belongs_to :tjpi_previnculadointervencao_ultima, class_name: 'TjpiPrevinculadointervencao', foreign_key: :intervencao_id
21
21
  belongs_to :tjpi_previnculadointervencao_anterior, class_name: 'TjpiPrevinculadointervencao', foreign_key: :anterior_id
22
22
  has_many :tjpi_previnculadointervencoes, class_name: 'TjpiPrevinculadointervencao', foreign_key: :preVinculado_id
23
+
24
+ has_one :presenca_frequentador, class_name: 'PresencaFrequentador', foreign_key: :vinculado_id
23
25
  end
@@ -1,3 +1,3 @@
1
1
  module Sticutils
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
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: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-13 00:00:00.000000000 Z
11
+ date: 2022-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -266,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
266
266
  - !ruby/object:Gem::Version
267
267
  version: '0'
268
268
  requirements: []
269
- rubygems_version: 3.1.6
269
+ rubygems_version: 3.3.17
270
270
  signing_key:
271
271
  specification_version: 4
272
272
  summary: Utilidades para aplicações rails da STIC