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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f17254a1aaa7fe0be394bc79a15140e58700047
4
- data.tar.gz: 914fbdcc0f56dc0630892322f87ad2ca0f8eef05
3
+ metadata.gz: 9172c18a144db984fb969b31b2d299ee36714eb1
4
+ data.tar.gz: 01cf4750e2a7375ee2fdc55f609da65c01a572e1
5
5
  SHA512:
6
- metadata.gz: d73898ea69be67f693e11720322a38a33a5c642f1945abf539427d12da19e334de66a7019cdefe203ed4939826ed7e9d11464551f275ba784c7eaee27d79bede
7
- data.tar.gz: bc450d16bad6ff1ecc95795b1140b133b132dda3f9a9e2eab5b352f5034b1c1084a0974453a00f4948908ce7f600176fa3b47f6da3c5792a5383b50eed5fa188
6
+ metadata.gz: a0cbcc8556108b6f225d116e6686a1af678c98df8415b6d4371fd4f6d1d7c6454f45cff3ab2187f1b90409a4c463a5138bfad90d8c6e872577703576b10c4847
7
+ data.tar.gz: a793d3723640108aaf6bcfd38a6dbeffa463fdd10254032e953f5f37b21f103ac4c029992362778434b553f1b9f227ffe372cd3ef44b9151e3ae3d689b82faf1
@@ -1,5 +1,5 @@
1
1
  module Formatos
2
2
  module Febraban
3
- VERSION = '0.3.30'
3
+ VERSION = '0.3.31'
4
4
  end
5
5
  end
@@ -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, 5), # Versão do Layout (5, desde 05.05.2008)
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, 5), # Versão do Layout (5, desde 05.05.2008)
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
  })
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatos-febraban
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.30
4
+ version: 0.3.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Ricardo Almeida