teodoro 0.49.0 → 0.49.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 +4 -4
- data/lib/teodoro/leiaute/arquivo_s2200.rb +2 -1
- data/lib/teodoro/leiaute/arquivo_s2300.rb +2 -1
- data/lib/teodoro/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37e8ecabeca146c207419bd9913bd837bf375ffefedf3d5a5a1b5d453157cefb
|
|
4
|
+
data.tar.gz: 26306bffa4c86ae0049e35bc5c46fe159e1d208c5fed3364f0b00ee43d20f098
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2947309578038f6e26ea1046f9ecc2318d289a316a01c98f5c0c55bf4212221f40d378ff85bd91978f7e67fcbfcb0f9df40fd8e17e6f0bd1a0d06fcbf4c71f77
|
|
7
|
+
data.tar.gz: 1f32b05e88e2025ba151f260d03187c47f39c089c67089784062406573ca8cb3a97a54952572e70f5ec4ab2a633bc93ed8c2a42f01cb3e1e8738472e3e703346
|
|
@@ -131,7 +131,8 @@ module Teodoro
|
|
|
131
131
|
evento['vinculo/afastamento']&.then do |afastamento|
|
|
132
132
|
Obj.new(
|
|
133
133
|
data_de_inicio: afastamento['dtIniAfast'],
|
|
134
|
-
codigo_do_motivo: afastamento['codMotAfast']
|
|
134
|
+
codigo_do_motivo: afastamento['codMotAfast'],
|
|
135
|
+
numero_do_recibo: numero_do_recibo
|
|
135
136
|
)
|
|
136
137
|
end
|
|
137
138
|
end
|
|
@@ -123,7 +123,8 @@ module Teodoro
|
|
|
123
123
|
evento['infoTSVInicio/afastamento']&.then do |afastamento|
|
|
124
124
|
Obj.new(
|
|
125
125
|
data_de_inicio: afastamento['dtIniAfast'],
|
|
126
|
-
codigo_do_motivo: afastamento['codMotAfast']
|
|
126
|
+
codigo_do_motivo: afastamento['codMotAfast'],
|
|
127
|
+
numero_do_recibo: numero_do_recibo
|
|
127
128
|
)
|
|
128
129
|
end
|
|
129
130
|
end
|
data/lib/teodoro/version.rb
CHANGED
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.49.
|
|
4
|
+
version: 0.49.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fortes Tecnologia
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -178,8 +178,8 @@ dependencies:
|
|
|
178
178
|
- - ">="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: '0'
|
|
181
|
-
description:
|
|
182
|
-
email:
|
|
181
|
+
description:
|
|
182
|
+
email:
|
|
183
183
|
executables:
|
|
184
184
|
- teodoro
|
|
185
185
|
extensions: []
|
|
@@ -243,11 +243,11 @@ files:
|
|
|
243
243
|
- lib/teodoro/version.rb
|
|
244
244
|
- lib/teodoro/xml.rb
|
|
245
245
|
- lib/tipos_de_logradouro.json
|
|
246
|
-
homepage:
|
|
246
|
+
homepage:
|
|
247
247
|
licenses: []
|
|
248
248
|
metadata:
|
|
249
249
|
rubygems_mfa_required: 'true'
|
|
250
|
-
post_install_message:
|
|
250
|
+
post_install_message:
|
|
251
251
|
rdoc_options: []
|
|
252
252
|
require_paths:
|
|
253
253
|
- lib
|
|
@@ -262,8 +262,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
262
262
|
- !ruby/object:Gem::Version
|
|
263
263
|
version: '0'
|
|
264
264
|
requirements: []
|
|
265
|
-
rubygems_version: 3.
|
|
266
|
-
signing_key:
|
|
265
|
+
rubygems_version: 3.3.26
|
|
266
|
+
signing_key:
|
|
267
267
|
specification_version: 4
|
|
268
268
|
summary: ''
|
|
269
269
|
test_files: []
|