formatos-febraban 0.3.36 → 0.3.37

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: ea51dadf130ad3aa2f242e60965d4176f00de607
4
- data.tar.gz: 481a8d1c645cae181a6cb4251f5089b89ce0332d
3
+ metadata.gz: d542de846e5ab199af4ea35cf3cfbc2fba06bcb2
4
+ data.tar.gz: 78a642b03a420dc20e4577f6f3f8c981ebb75bad
5
5
  SHA512:
6
- metadata.gz: 233b4f9eaf6075e1f7432daffe67f95c3150b8352ee0dc187ee7c08c83da6df41b99065d51acff4a301ed1746ab42da3ad049fe3924275f239eb432c6e80be48
7
- data.tar.gz: 03f780c24b198b01ed2959978713f29792c4a239d6101e47a7fcb87bb05fccf4363660c02872091b4f21a1a659b9ea3d287cfef31b1a70fe6b7dbcab2d0bcc06
6
+ metadata.gz: 802e1c9121c4b0f9bc991ba9cfbee0bf99976a9856195617fd6f2a9af1486321edf3e57f015d78e965097f968aa0cb102c96daee768a6162411d55392b665bf5
7
+ data.tar.gz: ac7c49cdbbfd60987abcc37dc6e5062a76606866cfdbf9201c8ca64a1b0c513bb0f45cbe864d7ac053b893c55733f1e6ae88091ceeb7bcce937abd298bfdefb5
@@ -1,5 +1,5 @@
1
1
  module Formatos
2
2
  module Febraban
3
- VERSION = '0.3.36'
3
+ VERSION = '0.3.37'
4
4
  end
5
5
  end
@@ -39,7 +39,7 @@ class Febraban150E < FormatSection
39
39
  0 => Position.new(1, 1, false, 'E', true), # Código do Registro
40
40
  1 => Position.new(2, 25, false), # Identificação do Cliente Empresa
41
41
  2 => Position.new(3, 4, false), # Agência para Débito
42
- 3 => Position.new(4, 14, false), # Identificação Cliente Banco
42
+ 3 => Position.new(4, 14, true), # Identificação Cliente Banco
43
43
  4 => Position.new(5, 8, true), # Data do Vencimento
44
44
  5 => Position.new(6, 15, true), # Valor do Débito
45
45
  6 => Position.new(7, 2, false), # Código da Moeda (01-UFIR, 03-REAL)
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.36
4
+ version: 0.3.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Ricardo Almeida