teodoro 0.47.9 → 0.47.10
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/arquivo_de_evento_de_tabela.rb +2 -2
- data/lib/teodoro/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7cfa8c1a59b942d0bfe9ff6b70821f64fc1e3cef3456a8b7c6e83d7cc4db19a8
|
|
4
|
+
data.tar.gz: fea4b7d2f514d7e858bc725ee66461cb260de6dd9495c3b974f81aaef6de71be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60da06696646e3920d22599851ddb85f0d9a48c17c3941588d5eaa7dafc324f5635b111fadcf85ca66b0fb056a0c43756ab4227085ca3416a5db5ca1b8a2f2e3
|
|
7
|
+
data.tar.gz: '09172e11bc9f134a027c176a04f284114e368bde452f6886886a04f70343db90607fd6dc3a4131b0a487406a3dc09a5eaf9d56ab0e49a491a511ed161428d479'
|
|
@@ -116,8 +116,8 @@ module Teodoro
|
|
|
116
116
|
def nome_base_do_arquivo_data
|
|
117
117
|
identificacao[0] + identificacao[1..].map { "[#{_1}]" }
|
|
118
118
|
.join
|
|
119
|
-
.tr('àáäâãèéëẽêìíïîĩòóöôõùúüûũñç'.then{_1 + _1.upcase},
|
|
120
|
-
'aaaaaeeeeeiiiiiooooouuuuunc'.then{_1 + _1.upcase})
|
|
119
|
+
.tr('àáäâãèéëẽêìíïîĩòóöôõùúüûũñç'.then{ _1 + _1.upcase },
|
|
120
|
+
'aaaaaeeeeeiiiiiooooouuuuunc'.then{ _1 + _1.upcase })
|
|
121
121
|
end
|
|
122
122
|
end
|
|
123
123
|
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.47.
|
|
4
|
+
version: 0.47.10
|
|
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-06-
|
|
11
|
+
date: 2022-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|