teodoro 0.41.1 → 0.42.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: 1200f1a480b9d8fc8b1d83acfdb4320e11c754719dd21fa44f930f1f055aa708
4
- data.tar.gz: 5ca0c4c19ead745843d693d41be473be9db176587e41eb1f1a32b693d6fdab99
3
+ metadata.gz: ff7a10b16c719d03280f985e4f568f30011a3287f41af809472a086be33aeaa0
4
+ data.tar.gz: b6325f4f0547cc746335649bb953570228e245608b956894eda9da8a40584107
5
5
  SHA512:
6
- metadata.gz: ea1667193779f9b1fb3a19779527b818eb6bb75a72eedbaf12e3c0f05ebe64897f1a61d7259e98757da43b2c6ea1e368b3bb8a7229567ab495f15bee4e7dce82
7
- data.tar.gz: 91d6776e2c38ccbb3defdb02d378bf319f6a140155e6571a497c511f06edfd4786249a610bb63448334c1bbeae40652203f3ca7954b27be4825c2d6318433d74
6
+ metadata.gz: ba569ea182197ba4682e0f7ae98453d44fa0b8a8c036c951349bd0a423466882788f496f85f523e99fc5ee97afe3c45e65b6ed1b0b315543c2acf54519deefec
7
+ data.tar.gz: 9a72ddcf141bb11c35b1129cbf5eabc67f2bbbad8c16eead6d42710261e0b5df5c2d7b9317ef3b5d4eff507e52eacae3cc8256f15544cd58d776cf5996c16852
@@ -27,6 +27,7 @@ module Teodoro
27
27
  trabalhador: trabalhador,
28
28
  categoria_do_trabalhador: evento['infoTSVInicio/codCateg'],
29
29
  data_de_inicio: evento['infoTSVInicio/dtInicio'],
30
+ matricula: evento['infoTSVInicio/matricula'],
30
31
  recibo: numero_do_recibo
31
32
  )
32
33
  end
@@ -222,6 +223,7 @@ module Teodoro
222
223
  ['EventoAdmissao_InformacoesInicio_InformacoesComplementares_InfoEstagiario_NrApoliceSeguro', evento['infoTSVInicio/infoComplementares/infoEstagiario/nrApol']],
223
224
  ['EventoAdmissao_InformacoesInicio_InformacoesComplementares_InfoEstagiario_ValorBolsa', evento['infoTSVInicio/infoComplementares/infoEstagiario/vlrBolsa'], :decimal],
224
225
  ['EventoAdmissao_InformacoesInicio_CodigoCategoria', inicio_de_contrato.categoria_do_trabalhador],
226
+ ['EventoAdmissao_InformacoesInicio_Matricula', inicio_de_contrato.matricula],
225
227
  ['DescricaoProcEmi', processo_de_emissao_do_evento],
226
228
  ['IdEventoXml', id_do_evento],
227
229
  ['EventoAdmissao_InfoTrabalhador_InfoEndereco_EnderecoResidencialBR_Bairro', trabalhador.endereco.bairro],
data/lib/teodoro.rb CHANGED
@@ -12,7 +12,7 @@ require_relative 'teodoro/empresa'
12
12
  require_relative 'teodoro/obj'
13
13
 
14
14
  module Teodoro
15
- VERSION = '0.41.1'.freeze
15
+ VERSION = '0.42.0'.freeze
16
16
 
17
17
  CBOs = __FILE__
18
18
  .then { File.dirname(_1) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teodoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.1
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clavius Tales
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-15 00:00:00.000000000 Z
11
+ date: 2021-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri