teodoro 0.38.0 → 0.39.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: fc8f1b70b4a267b31e618a53d29aef9cf15a0078d035e176ba4415461216b393
4
- data.tar.gz: 6c043d4446bdd166c77115878da0f1fd20eb1605cce12f51677b97a7f286d566
3
+ metadata.gz: f5a897afe9e642a528f1e163bebd14f46f00dc4f80031004dfebdfd02e8d46fc
4
+ data.tar.gz: 6b5722613bf91837c20bae75377e34215b0abcd3608d7f7240aad1c7c7f92d8f
5
5
  SHA512:
6
- metadata.gz: cefccb6beb9aecf01f071295b7cd0f6b418de3596c81a4a6052eb91dfab69c50b0454a8029aeb9d7750f5bf392a238e1a5ae6e14e6c49ea349a4feac49727bd2
7
- data.tar.gz: c7414557a597df5c9d846fc213a9ad6644310bd016675c6e3b1e381639728656f48c66b56332f6092be0619702c42ef4c2861ed42a53b6d8f89b1949ae3c417e
6
+ metadata.gz: a881641c155fc3ddf1d5f49992c0fdb06e9617686cc142bd0f2d3cf8d9640e377637a5672e99b08e2f0dd5282914292f3bfd9a49b60728231301f8c21fe2baf4
7
+ data.tar.gz: 4f4de69a034b600cc6c44175cc788156d82c8575b909e6ba927030e2da1eb36e06c078cd727a02c85212957d68f0e3cb88315a2d29ee44351bc246dfe51299a4
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.38.0'.freeze
15
+ VERSION = '0.39.0'.freeze
16
16
 
17
17
  CBOs = __FILE__
18
18
  .then { File.dirname(_1) }
@@ -151,9 +151,9 @@ module Teodoro
151
151
  %w[ESX_SEMVINCULO 0],
152
152
  ['ESX_DATAADMISSAO', admissao.data_de_admissao, :data],
153
153
  ['IdEventoXml', id_do_evento],
154
+ ['NrReciboEventoOriginal', numero_do_recibo],
154
155
  ['TipoInscricaoEmpregador', tipo_de_inscricao_do_empregador],
155
156
  ['EventoAdmissao_InfoVinculo_IndicativoCadastramentoInicial', indicativo_de_cadastramento_inicial],
156
- ['EventoAdmissao_NrRecibo', numero_do_recibo],
157
157
  ['EventoAdmissao_InformacoesInicio_IndicativoCadastramentoInicial', indicativo_de_cadastramento_inicial],
158
158
  ['DescricaoProcEmi', processo_de_emissao_do_evento],
159
159
  ['VerProc', versao_do_processo_de_emissao_do_evento],
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.38.0
4
+ version: 0.39.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-06-29 00:00:00.000000000 Z
11
+ date: 2021-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri