formatos-febraban 0.3.30 → 0.3.31
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_a.rb +2 -2
- 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: 9172c18a144db984fb969b31b2d299ee36714eb1
|
|
4
|
+
data.tar.gz: 01cf4750e2a7375ee2fdc55f609da65c01a572e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0cbcc8556108b6f225d116e6686a1af678c98df8415b6d4371fd4f6d1d7c6454f45cff3ab2187f1b90409a4c463a5138bfad90d8c6e872577703576b10c4847
|
|
7
|
+
data.tar.gz: a793d3723640108aaf6bcfd38a6dbeffa463fdd10254032e953f5f37b21f103ac4c029992362778434b553f1b9f227ffe372cd3ef44b9151e3ae3d689b82faf1
|
|
@@ -33,7 +33,7 @@ class Febraban150A < FormatSection
|
|
|
33
33
|
5 => Position.new(6, 20, false), # Nome do Banco
|
|
34
34
|
6 => Position.new(7, 8, true), # Data de Geração de Arquivo
|
|
35
35
|
7 => Position.new(8, 6, true), # Número Sequencial do Arquivo
|
|
36
|
-
8 => Position.new(9, 2, true,
|
|
36
|
+
8 => Position.new(9, 2, true, @versao), # Versão do Layout (5, desde 05.05.2008)
|
|
37
37
|
9 => Position.new(10, 17, false, Febraban150A::ID_SERVICO), # Identificação ("DÉBITO AUTOMÁTICO")
|
|
38
38
|
10 => Position.new(11, 52, false), # Reservado pelo Sistema
|
|
39
39
|
})
|
|
@@ -49,7 +49,7 @@ class Febraban150A < FormatSection
|
|
|
49
49
|
5 => Position.new(6, 20, false), # Nome do Banco
|
|
50
50
|
6 => Position.new(7, 8, true), # Data de Geração de Arquivo
|
|
51
51
|
7 => Position.new(8, 6, true), # Número Sequencial do Arquivo
|
|
52
|
-
8 => Position.new(9, 2, true,
|
|
52
|
+
8 => Position.new(9, 2, true, @versao), # Versão do Layout (5, desde 05.05.2008)
|
|
53
53
|
9 => Position.new(10, 17, false, Febraban150A::ID_SERVICO), # Identificação ("DÉBITO AUTOMÁTICO")
|
|
54
54
|
10 => Position.new(11, 52, false), # Reservado pelo Sistema
|
|
55
55
|
})
|