teodoro 0.35.0 → 0.36.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: fe83a378bedd4e715ad78f66cc6d07b34d96a925f2ca65d7dcd17a7d1e3fdfc1
4
- data.tar.gz: 9600273b0a9d4c28e5a7642f370c3f6b863038f639d18f4dbda5e01e4f029f35
3
+ metadata.gz: 79ec1e112d7f46a5d67b3901df31001a93695487678bc96e68583b503b22a2a2
4
+ data.tar.gz: 406a9b18e28f9d8e2088ee4065ab2b3cdad6c43441b545be49cafaf357b78eca
5
5
  SHA512:
6
- metadata.gz: 26a410211c4eeaf625b184c5b0fbaedb4b74ba3e9516c909bf404cca76b1a1d366d9bca8625e39dead89782ecee38566bdee59d101f60bc894995054fe8aaed9
7
- data.tar.gz: 9a84a2c77db84b0f89bfa9a36f7c81d0f50e82f1259189f142fc2328a75b6e663f975cd79a8ca8b9ea0774f14794fc36250bff07e4a5c413b8928dca10987d25
6
+ metadata.gz: 9c5d25fb03cf824a0a5cda8ed6edac3e14966bd200b8666c8727a5d76f2d38fb46bb5ef4f28d65928ddc4c1503a29aeb1bfb28af6d08f51adcd9540115e47602
7
+ data.tar.gz: 579fa7c154ab3e965681cade11d40df8e80a024af9f2560e00aae32c72feb9171742aeaefaff285cfddfa30eb6cd757778cd48ab48d4a0d5edb7205798f1d975
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.35.0'.freeze
15
+ VERSION = '0.36.0'.freeze
16
16
 
17
17
  CBOs = __FILE__
18
18
  .then { File.dirname(_1) }
@@ -139,7 +139,7 @@ module Teodoro
139
139
  %w[ESX_SEMVINCULO 1],
140
140
  ['ESX_DATAADMISSAO', inicio_de_contrato.data_de_inicio, :data],
141
141
  ['IdEventoXml', id_do_evento],
142
- ['NrReciboEventoOriginal'],
142
+ ['NrReciboEventoOriginal', numero_do_recibo],
143
143
  ['EventoAdmissao_NrRecibo'],
144
144
  ['EventoAdmissao_InformacoesInicio_IndicativoCadastramentoInicial', evento['infoTSVInicio/cadIni']],
145
145
  ['EventoAdmissao_InformacoesInicio_DataInicio', inicio_de_contrato.data_de_inicio, :data],
@@ -248,7 +248,6 @@ module Teodoro
248
248
  ['EventoAdmissao_InformacoesInicio_CodigoCategoria', inicio_de_contrato.categoria_do_trabalhador],
249
249
  ['DescricaoProcEmi', processo_de_emissao_do_evento],
250
250
  ['IdEventoXml', id_do_evento],
251
- ['NrReciboEventoOriginal', numero_do_recibo],
252
251
  ['EventoAdmissao_InfoTrabalhador_InfoEndereco_EnderecoResidencialBR_Bairro', trabalhador.endereco.bairro],
253
252
  ['EventoAdmissao_InfoTrabalhador_InfoEndereco_EnderecoResidencialBR_Cep', trabalhador.endereco.cep],
254
253
  ['EventoAdmissao_InfoTrabalhador_InfoEndereco_EnderecoResidencialBR_CodigoMunicipio', trabalhador.endereco.codigo_do_municipio],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teodoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clavius Tales