formatos-febraban 0.2.3 → 0.2.4
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 +3 -1
- 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: 6487c572a9d67d7ffd652e3ed2ef5456131fb778
|
|
4
|
+
data.tar.gz: e8f47610f9ef8bb26bc25833c0ec98265a32407b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bdc2a0d38119606124a6ae50f3408f01ad91f35db9315aed8e7287d49387d5af6d851c0bc3a4837132408278ad36305d3d65237d6ccb7d039f697d1a6596326
|
|
7
|
+
data.tar.gz: 8b449247e3dd1716b738596c6cf5db4cd6da7e0b8f79b10b58e396e88513a792789813205fe108c8a00480b7d39d6cc2cbaf66e1d5ef603ddcbac1a9eb56ed54
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
class Febraban150
|
|
3
3
|
require 'date'
|
|
4
4
|
|
|
5
|
+
VERSAO = "05"
|
|
6
|
+
|
|
5
7
|
# Carrega todas as dependências de Layout
|
|
6
8
|
Dir[File.join(File.dirname(__FILE__), '../..', 'base', '**/*.rb')].sort.each do |file|
|
|
7
9
|
require file
|
|
@@ -81,7 +83,7 @@ class Febraban150
|
|
|
81
83
|
section.set_nome_banco nome_banco
|
|
82
84
|
section.set_data_geracao data.strftime("%Y%m%d")
|
|
83
85
|
section.set_numero_sequencial numero_sequencial
|
|
84
|
-
section.set_versao_layout self.
|
|
86
|
+
section.set_versao_layout self.VERSAO
|
|
85
87
|
section.set_identificacao_servico self.identificacao_servico
|
|
86
88
|
section.set_reservado ""
|
|
87
89
|
|