teodoro 0.43.2 → 0.44.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: 6c5e5eb8ffdaf16f7012516c12143bdcb0fc23f4c2103044952813c0550dd5b2
4
- data.tar.gz: 54898b9962a67741e292051fc6041673b8f0c83533288a95358bbbdb666144d4
3
+ metadata.gz: 57bfde1e7f33334a64feff39ebbd52cde3eafd386532f24db12bbf6c1890d7ac
4
+ data.tar.gz: a073b05729729534d9b62ae95585cdf98bae62e2d799fdedc394345ab1ee6712
5
5
  SHA512:
6
- metadata.gz: e6135e498da2a1db0e9c39aff2f171bf7782d9092ec8409d6c20ced6f455bd2948545a884c767159b1ed5b4edfbc79b81c1597cead73bd7e00ea69a0fdbfb712
7
- data.tar.gz: 3963b63022e75e3213ccefa9adebbddcda930e8d1fee91d00184233ae2c147312151bd77202729bcc90d488695845be02d0813dd6b9766d93ada338dff06babe
6
+ metadata.gz: b76f64f1c587ef6c0b0b793326233770a6dd99d0e4fec500002e3e145a3751ed2c89fa5ecda792a8cc5210c082438e55110ff7631bf00b2d0ad3da209a5c7786
7
+ data.tar.gz: b52c3f7fddb2597c684f9264527c6839b8a9804978cd8e97c3d58e6dc49ddf129943191bca3305e8bdb05da2a88b53e29dc50a3ca9428ca07168873cde284f3a
@@ -269,7 +269,7 @@ module Teodoro
269
269
  leiaute['EventoAdmissao_InfoVinculo_InfoContrato_HorarioContratual_TipoJornada'],
270
270
  leiaute['EventoAdmissao_InfoVinculo_InfoContrato_HorarioContratual_DescricaoTipoJornada'],
271
271
  ['EventoAdmissao_InfoVinculo_InfoContrato_HorarioContratual_JornadaTempoParcial', evento['vinculo/infoContrato/horContratual/tmpParc']],
272
- *([['HorarioNoturno', evento['vinculo/infoContrato/horContratual/horNoturno']]] if leiaute_simplificado?),
272
+ *([['EventoAdmissao_InfoVinculo_InfoContrato_HorarioContratual_HorarioNoturno', evento['vinculo/infoContrato/horContratual/horNoturno']]] if leiaute_simplificado?),
273
273
  ['EventoAdmissao_InfoVinculo_DataInicioAfastamento', evento['vinculo/afastamento/dtIniAfast'], :data],
274
274
  ['EventoAdmissao_InfoVinculo_CodigoMotivoAfastamento', evento['vinculo/afastamento/codMotAfast']],
275
275
  ['EventoAdmissao_InfoVinculo_SucessaoVinculo_DataTransferencia', evento['vinculo/sucessaoVinc/dtTransf'], :data],
@@ -188,7 +188,7 @@ module Teodoro
188
188
  ['InformacoesContrato_HorarioContratual_TipoJornada', evento['altContratual/vinculo/infoContrato/horContratual/tpJornada'].then { %w[2 3].include?(_1) ? _1 : 9 }],
189
189
  ['InformacoesContrato_HorarioContratual_JornadaTempoParcial', evento['altContratual/vinculo/infoContrato/horContratual/tmpParc']],
190
190
  ['InformacoesContrato_HorarioContratual_QuantidadeHorasSemanal', evento['altContratual/vinculo/infoContrato/horContratual/qtdHrsSem'], :decimal],
191
- ['HorarioNoturno', evento['altContratual/vinculo/infoContrato/horContratual/horNoturno']],
191
+ ['InformacoesContrato_HorarioContratual_HorarioNoturno', evento['altContratual/vinculo/infoContrato/horContratual/horNoturno']],
192
192
  ['InformacoesContrato_HorarioContratual_DescricaoTipoJornada', evento['altContratual/vinculo/infoContrato/horContratual/dscJorn']],
193
193
  ['InformacoesContrato_CodigoCargo', codigo_do_cargo],
194
194
  ['InformacoesContrato_CodigoFuncao', codigo_da_funcao],
@@ -1,3 +1,3 @@
1
1
  module Teodoro
2
- VERSION = '0.43.2'.freeze
2
+ VERSION = '0.44.0'.freeze
3
3
  end
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.43.2
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fortes Tecnologia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-27 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri