teodoro 0.46.0 → 0.46.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 +1 -1
- data/lib/teodoro/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea4d1b13c107ae118402e0785bbcc62d478e5436bf9530000a9d5f9f20097283
|
|
4
|
+
data.tar.gz: c42a7e350a34796f135f1be75d7e0617796b01655cd223d3cca6f01e6a95ac7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecf2fd67a2dc8cbe7f581fcb7c4e438b21e95a01159c02eff867348143b0bee302d8e3ee05a571eb14d05f9eb111d477962a4b1d8c163af78a41c472072a5daa
|
|
7
|
+
data.tar.gz: 03e6428ff9eba33b52afb10504b27277eb60d5e0ce8d5fefe0b7c0dab63a16accff1b1ec9f267aa2c5f55314e95391f64d0f464640d3350ffd93122fd1f8a6bf
|
|
@@ -319,7 +319,7 @@ module Teodoro
|
|
|
319
319
|
private
|
|
320
320
|
|
|
321
321
|
def dados_do_arquivo_data_por_chave
|
|
322
|
-
@dados_do_arquivo_data_por_chave ||= dados_do_arquivo_data.
|
|
322
|
+
@dados_do_arquivo_data_por_chave ||= dados_do_arquivo_data.to_h { |item| [item.first, item] }
|
|
323
323
|
end
|
|
324
324
|
end
|
|
325
325
|
|
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.46.
|
|
4
|
+
version: 0.46.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fortes Tecnologia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02-
|
|
11
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -241,7 +241,8 @@ files:
|
|
|
241
241
|
- lib/tipos_de_logradouro.json
|
|
242
242
|
homepage:
|
|
243
243
|
licenses: []
|
|
244
|
-
metadata:
|
|
244
|
+
metadata:
|
|
245
|
+
rubygems_mfa_required: 'true'
|
|
245
246
|
post_install_message:
|
|
246
247
|
rdoc_options: []
|
|
247
248
|
require_paths:
|