sticutils 0.2.3 → 0.2.4

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: e9266aa7f0609d379af15db799b590163e87a7ae6f0233971182b2a1d3cac54b
4
- data.tar.gz: 4d0d4b3cc5eba0c13be6c9fa17f0f4567eccc28270e7551070c841137a5922b3
3
+ metadata.gz: 077d57c0c5dcaa49e0de611910ffc071d79b4740dec958c68a0852e2eaf08acc
4
+ data.tar.gz: cca9203b8684d1fca725fcbc62892c8b5b772713c86971a140863d94d3edacbe
5
5
  SHA512:
6
- metadata.gz: f9c1c8d136c9b4fca25ca5f5ec7638b90b90f3f08cc5c45edc4eb7d2bbdbf7487cd9918f34ace41e624b17a3277d4ade74b3e9e5ebc21609fb124a808abcbfbb
7
- data.tar.gz: 9d6db5ba3e099b1bb667fb7d8e924e1c0a67266fca3d08f5cdd08e717945d0578fbf86211c7f0c7ced41abdf3e990198e595644fe20fd4223a072e9fc6b5a5ec
6
+ metadata.gz: f0860bc7bed817e32ff0c98db39a58ea656de55512605cb3660cc94acb70b2055879b13f9eafa9c946790134bcbad2f7d7290b2d42cb2844ee79f4131d6b4887
7
+ data.tar.gz: bf19d54d585c367be65d69f8c803d44d0aeee3dd6f67e376d5e30591f5e02b3d69f2588eb793601ddf1541b3ebe12b0e8687565b9e29cf5572244923c79eec94
@@ -1,9 +1,9 @@
1
1
  class Intranet::TjpiExerciciofuncao < Intranet::IntranetRecord
2
2
  self.table_name = 'tjpi_exerciciofuncao'
3
3
 
4
- belongs_to :legislacao_documentocomprobatorio, :class_name => 'LegislacaoDocumentocomprobatorio', :foreign_key => :documentoNomeacao_id
5
- belongs_to :legislacao_documentocomprobatorio, :class_name => 'LegislacaoDocumentocomprobatorio', :foreign_key => :documentoExoneracao_id
6
4
  belongs_to :global_orgao, :class_name => 'GlobalOrgao', :foreign_key => :origemFuncao_id
7
5
  belongs_to :tjpi_vinculo, :class_name => 'TjpiVinculo', :foreign_key => :vinculo_id
8
6
  belongs_to :tjpi_funcao, :class_name => 'TjpiFuncao', :foreign_key => :funcao_id
7
+ belongs_to :documento_nomeacao, :class_name => 'LegislacaoDocumentocomprobatorio', :foreign_key => :documentoNomeacao_id
8
+ belongs_to :documento_exoneracao, :class_name => 'LegislacaoDocumentocomprobatorio', :foreign_key => :documentoExoneracao_id
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Sticutils
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
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.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-15 00:00:00.000000000 Z
11
+ date: 2019-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails