formatos-febraban 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/formatos/febraban/version.rb +1 -1
- data/lib/formatos/febraban150/febraban_150.rb +1 -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: 8c4dd0b405497522aa1bc40e082e70cd5ab758d3
|
4
|
+
data.tar.gz: af696b142621cd5f6f6b7e7688e57412d63cbde7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0730f650cbce8bea3b705155f881d070f0287ed70ecb7d58c9c3aa75d49a1b70639497539ce0776178422f55b3091ca85ee2f4cacb5cbd0a9acbbb4047057b50
|
7
|
+
data.tar.gz: 1ec6a94476aad737ee02e6443589f4f14a0c2cbcd4c842ebd82a0426e70d32df3c083d08a07ccf57d1313fa0a1e139efe2709eff1652e3c58421dd671d9c9cb6
|
@@ -83,7 +83,7 @@ class Febraban150
|
|
83
83
|
section.set_nome_banco nome_banco
|
84
84
|
section.set_data_geracao data.strftime("%Y%m%d")
|
85
85
|
section.set_numero_sequencial numero_sequencial
|
86
|
-
section.set_versao_layout
|
86
|
+
section.set_versao_layout Febraban150::VERSAO
|
87
87
|
section.set_identificacao_servico self.identificacao_servico
|
88
88
|
section.set_reservado ""
|
89
89
|
|