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 +4 -4
- data/lib/teodoro/leiaute/arquivo_s2300.rb +2 -0
- data/lib/teodoro.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff7a10b16c719d03280f985e4f568f30011a3287f41af809472a086be33aeaa0
|
|
4
|
+
data.tar.gz: b6325f4f0547cc746335649bb953570228e245608b956894eda9da8a40584107
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2021-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|