teodoro 0.51.1 → 0.52.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: 4b56a0b10de8ab5ef5d882108e4a2a9242142e1ecb66c0ae73347746b8ebdd8f
4
- data.tar.gz: 0de207a68296af5d14b7e6eb4973ee09f52b265606d61335dd1c7dae29bd4ad6
3
+ metadata.gz: 033c3a5f2e2a4c82341dbf4c7cd760e1515e6ca71a9599ebf8141dbc033405d5
4
+ data.tar.gz: 56b19eecec7796d366816765af2b09701c3263f65bbafef3b91ba6cc2e571f3f
5
5
  SHA512:
6
- metadata.gz: 13de1c51e869027efd596cab712fd97683bccd8c6cea8afc624e86d9c475abe52b81ef69bba4c042610047bb6098623f852a4270a33b28105408142112b84a75
7
- data.tar.gz: 6de6a031a3d78e24a553d07e3e06664ad6ae71482aced0ed6d51a0682fa7beb58952f5b1c40f4365918f8da78aaae3c6a3d98200491d511ae9824fc50b14f53f
6
+ metadata.gz: 967f129d85ab4770ab33b0de1d59faec79b9faafc5f8f89a217aa853110a00f9299c39be3ff617004c14d3f1fc8e2f392744252799126209b36e1debb90a2d2a
7
+ data.tar.gz: dcf467a8bea28a4d65382963aece25259d930b6adb1957e92a48c07a2e3c0327d1fdc7b396cf844de4f097600a22d1aa42204a0b44a8700ae742dc881e041071
@@ -136,7 +136,7 @@ module Teodoro
136
136
  %w[ESX_SEMVINCULO 0],
137
137
  ['ESX_INICIO', data_de_inicio_do_afastamento, :data_aaaammdd],
138
138
  (['ESX_TERMINO', data_de_termino_do_afastamento, :data_aaaammdd] if termino_do_afastamento?),
139
- ['IniAfastamento_DataInicioAfastamento', (data_de_inicio_do_afastamento if inicio_do_afastamento?), :data],
139
+ ['IniAfastamento_DataInicioAfastamento', data_de_inicio_do_afastamento, :data],
140
140
  (['FimAfastamento_DataTerminoAfastamento', data_de_termino_do_afastamento, :data] if termino_do_afastamento?),
141
141
  ['IniAfastamento_CodMotivoAfastamento', codigo_do_motivo_de_afastamento],
142
142
  ['IniAfastamento_InfoMesmoMotivo', evento['infoAfastamento/iniAfastamento/infoMesmoMtv']],
@@ -1,3 +1,3 @@
1
1
  module Teodoro
2
- VERSION = '0.51.1'.freeze
2
+ VERSION = '0.52.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.51.1
4
+ version: 0.52.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-01-24 00:00:00.000000000 Z
11
+ date: 2023-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri