teodoro 0.33.0 → 0.33.1

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: e38efe89c5dce86ffd1c23586c6f46cbbcbbf6dd43ed68a978bdb1aea2a71977
4
- data.tar.gz: ac758cde798afd2aeab3355b745c141817f3cd2aa887c600e1a3c3bddf513972
3
+ metadata.gz: a66f3396cc3707b9f142ea1cd9fff19e85207ea1080b04dce352307de1d12727
4
+ data.tar.gz: bdcee38fee19eab6fba5f1eed85ec83c68709720f5af9318d1169d0cc32240b1
5
5
  SHA512:
6
- metadata.gz: c109a836f693e148b9c349e2439816930edecf950f5ac7f9b839366bc5cea035844a05709ddc5d24510f48bf0f8f1f7710133da9b4c2b8e981ee6e57370f9524
7
- data.tar.gz: cf5a7f671af06f913a7a75a9d37b531c29bab0aa21c7ed9a0467c10bb5a01e73734b4d6c7c66c09c3c75dc9e03bf9f07829a9cfb19b2f6f0acba1ff525b3da45
6
+ metadata.gz: 7317f6ea8393488bae0abbe781386bae5a3d6def92e925a436df56909a58968be171974e7fc6250644552070b459cc10d4a20d87abac1d0c4ef4272420d3253c
7
+ data.tar.gz: cfaa6fccf1bd93099c39f0ec4d512bceb086db6416ee0c9040e6d4aa429898218024849d44fa93fd6da97eaead87b2b6f0643b9018f553f593207ee2280fbbfa
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.33.0'.freeze
15
+ VERSION = '0.33.1'.freeze
16
16
 
17
17
  CBOs = __FILE__
18
18
  .then { File.dirname(_1) }
@@ -115,6 +115,7 @@ module Teodoro
115
115
  ['InfoVinculo_InformacoesRegimeTrabalhista_InformacoesTrabalhadorCeletista_TrabalhoTemporario_HipoteseLegal'],
116
116
  ['InfoVinculo_InformacoesRegimeTrabalhista_InformacoesTrabalhadorCeletista_TrabalhoTemporario_JustificaHipoteseLegal'],
117
117
  ['InfoVinculo_InformacoesRegimeTrabalhista_InformacoesTrabalhadorCeletista_TrabalhoTemporario_TipoInclusaoContrato'],
118
+ ['EventoAdmissao_DataAlteracaoContratual', data_da_alteracao, :data],
118
119
  ['EventoAdmissao_InformacoesInicio_InformacoesComplementares_InfoTrabalhadorCedido_CategoriaOrigem'],
119
120
  ['EventoAdmissao_InformacoesInicio_InformacoesComplementares_InfoTrabalhadorCedido_CnpjEmpresaCedente'],
120
121
  ['EventoAdmissao_InformacoesInicio_InformacoesComplementares_InfoTrabalhadorCedido_DataAdmissaoEmpresaCedente'],
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.33.0
4
+ version: 0.33.1
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-05-11 00:00:00.000000000 Z
11
+ date: 2021-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri