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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c59b0ea704cd0b7de3b45528c8fa6efb28629b4023733e8a0969fba6fcf1293
4
- data.tar.gz: eaae2d034db36d9df086992286380475eea80af7dd51497c1518ab2072d95de9
3
+ metadata.gz: 37e8ecabeca146c207419bd9913bd837bf375ffefedf3d5a5a1b5d453157cefb
4
+ data.tar.gz: 26306bffa4c86ae0049e35bc5c46fe159e1d208c5fed3364f0b00ee43d20f098
5
5
  SHA512:
6
- metadata.gz: e72bc89482a1bc6c01f54ee62abfe1c2f780bf995153fc6d4b328191f179023d49247c03c7c22c4c92746884a30f3641b0452eecdd581497ddfa7ecf99b58833
7
- data.tar.gz: b94107ddaa32192d54945abd299694ea1d7be3e1c7538bdc23fe41fab933c3a4f5621127ec303f854ac07b434b0fda64ff5f965312fb87de4f2bed53e04b4789
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
@@ -1,3 +1,3 @@
1
1
  module Teodoro
2
- VERSION = '0.49.0'.freeze
2
+ VERSION = '0.49.1'.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.49.0
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: 2022-09-06 00:00:00.000000000 Z
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.2.15
266
- signing_key:
265
+ rubygems_version: 3.3.26
266
+ signing_key:
267
267
  specification_version: 4
268
268
  summary: ''
269
269
  test_files: []