teodoro 0.63.0 → 0.64.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 657a50660941b77ac628832d4d57b13301c5d87cfb8e1df4bca428cd2d498554
4
- data.tar.gz: afc557a660e95f5138340ac49ed79f195b0ac275bc3f5326fdbaea19a7728e2c
3
+ metadata.gz: 2fb0f5c082dbcec11f8f4255a211d84566c3648e399b1097496e50c65f1a7728
4
+ data.tar.gz: 62936f3dbe189176d6fe47a98e5e570af457a7e261150cb2d34ed48613e6d4c4
5
5
  SHA512:
6
- metadata.gz: c60d48c68fb9e84355c4eee2dc6cd39ff4d2a1cbdb5724321d32092081dd8de81626aacba58ef9177bd055207502c6da0d2f7fb1f5be0252b953ab0937696b9b
7
- data.tar.gz: 51b756477133381c199121daa00d8445580b4005e64836bdfd632e2d60093ca362aea7ce22a74b7873f58e646f59c58ae8fdbde2c41a9cb6f6dc48d87379d255
6
+ metadata.gz: 2b46d6e1f4118604336a6ff859403e85dd0c009f190150a91403333f153647247b24237ea899bc527232ba194940431fb1b280bb2d216adbf0b95320c5d821ad
7
+ data.tar.gz: '08be92c2225c91ba5868bf00eb28cbb39e7633bdd6e29304814c1d7317676365627909fbfbc6313897eabb32300221744538b14f8016ecf21a2edb5f6886f482'
@@ -147,6 +147,8 @@ module Teodoro
147
147
  ['IndicadorRetificacao', evento['ideEvento/indRetif']],
148
148
  ['DataTerminoAfastamentoInformada', termino_do_afastamento?, :bool],
149
149
  ['CodigoMotivo', codigo_do_motivo_de_afastamento],
150
+ ['IniAfastamento_PeriodoAquisitivo_DataInicio', evento['infoAfastamento/iniAfastamento/perAquis/dtInicio'], :data],
151
+ ['IniAfastamento_PeriodoAquisitivo_DataFim', evento['infoAfastamento/iniAfastamento/perAquis/dtFim'], :data],
150
152
  ['DescricaoProcEmi', processo_de_emissao_do_evento],
151
153
  ['VerProc', versao_do_processo_de_emissao_do_evento],
152
154
  *evento.*('infoAfastamento/iniAfastamento/infoAtestado').map.with_index(1) do |atestado, seq|
@@ -1,3 +1,3 @@
1
1
  module Teodoro
2
- VERSION = '0.63.0'.freeze
2
+ VERSION = '0.64.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.63.0
4
+ version: 0.64.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: 2023-11-03 00:00:00.000000000 Z
11
+ date: 2023-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri