teodoro 0.39.0 → 0.40.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: f5a897afe9e642a528f1e163bebd14f46f00dc4f80031004dfebdfd02e8d46fc
4
- data.tar.gz: 6b5722613bf91837c20bae75377e34215b0abcd3608d7f7240aad1c7c7f92d8f
3
+ metadata.gz: 8bc512f210d3295e59f37e8683c0c29e3e3f46fe41783d22585ea93aa500fa04
4
+ data.tar.gz: 4a9e3b4aa08c79b215da2cd46f3761add2cb0739a6eba812f912b68a5414f700
5
5
  SHA512:
6
- metadata.gz: a881641c155fc3ddf1d5f49992c0fdb06e9617686cc142bd0f2d3cf8d9640e377637a5672e99b08e2f0dd5282914292f3bfd9a49b60728231301f8c21fe2baf4
7
- data.tar.gz: 4f4de69a034b600cc6c44175cc788156d82c8575b909e6ba927030e2da1eb36e06c078cd727a02c85212957d68f0e3cb88315a2d29ee44351bc246dfe51299a4
6
+ metadata.gz: dac087fa15d205b7d7bcb551ad2e502237909ed28a5aa7baba8b03d00a0a0c9f09f8b83d655d6fde622790f9c1f8d96a1243b6059965a165975870db26fdc04b
7
+ data.tar.gz: 9bf88092ecdc200e37c2e8b6596744fb95a826bb3c01e36e3aa1b11080569b5aa0fc2cf7195a06f34657ee66b611bae986a96875e3b3f304f6240c7f9464f708
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.39.0'.freeze
15
+ VERSION = '0.40.0'.freeze
16
16
 
17
17
  CBOs = __FILE__
18
18
  .then { File.dirname(_1) }
@@ -110,6 +110,7 @@ module Teodoro
110
110
  ['dataAdmissao', data_de_admissao, :data],
111
111
  ['InformacoesCeletista_TipoRegimeJornada', evento['altContratual/infoRegimeTrab/infoCeletista/tpRegJor']],
112
112
  ['InformacoesCeletista_NaturezaAtividade', alteracao_contratual.natureza_da_atividade],
113
+ ['InformacoesCeletista_CnpjSindicatoCategoriaProfissional', evento['altContratual/infoRegimeTrab/infoCeletista/cnpjSindCategProf']],
113
114
  ['DescricaoProcEmi', processo_de_emissao_do_evento],
114
115
  ['VerProc', versao_do_processo_de_emissao_do_evento],
115
116
  ['InformacoesContrato_Remuneracao_UnidadeSalarioFixo', evento['altContratual/infoContrato/remuneracao/undSalFixo']],
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.39.0
4
+ version: 0.40.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-07-07 00:00:00.000000000 Z
11
+ date: 2021-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri