formatos-febraban 0.2.7 → 0.2.8
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/formatos/febraban/version.rb +1 -1
- data/lib/formatos/febraban150/febraban_150.rb +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aeda7067c92d035a0641123fa12bd2a7d7dd997a
|
|
4
|
+
data.tar.gz: b50c6049fadebb2372538842aa23ea538143fbd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8ac9780c35db47cc53992773e2cfb9519990a4735c64bd0a394dfaa5cdb08d892de5ea4ef1003331163bd03c3e6255384c10b8ff107e845d73c52f135f32a1f
|
|
7
|
+
data.tar.gz: 22b71d78d4e74f870d8babe817eb27a1c736f9da7064fef3898db54f2e1242b516f7b923c89eb7926da5b5d2acc8003e34cfb69e1a48caaafdd3cb7b9269b6d1
|
|
@@ -72,8 +72,6 @@ class Febraban150
|
|
|
72
72
|
codigo_banco, nome_banco, numero_sequencial)
|
|
73
73
|
|
|
74
74
|
if self.get_header.nil?
|
|
75
|
-
data = Time.new
|
|
76
|
-
|
|
77
75
|
section = self.get_new_section("A")
|
|
78
76
|
|
|
79
77
|
section.set_codigo_remessa codigo_remessa
|
|
@@ -81,7 +79,7 @@ class Febraban150
|
|
|
81
79
|
section.set_nome_empresa nome_empresa
|
|
82
80
|
section.set_codigo_banco codigo_banco
|
|
83
81
|
section.set_nome_banco nome_banco
|
|
84
|
-
section.set_data_geracao
|
|
82
|
+
section.set_data_geracao Time.new
|
|
85
83
|
section.set_numero_sequencial numero_sequencial
|
|
86
84
|
section.set_versao_layout Febraban150::VERSAO
|
|
87
85
|
section.set_identificacao_servico Febraban150A::ID_SERVICO
|