formatos-febraban 0.3.04 → 0.3.06

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 747e59d33db1ce0264ae20c2c46dfd96eb98875e
4
- data.tar.gz: 4073f31375a382059a9b0b9c1613afa06d99119c
3
+ metadata.gz: 5ff3c19719b6eb3d2f8d794add982bf596d61cb7
4
+ data.tar.gz: d88325acdfc4a1928985939260028676c835ca3f
5
5
  SHA512:
6
- metadata.gz: 490c36c8586cd1df6ffaaa2420b9a22351d53f48f80981e84ff8066bf3b44e5ab45dbd6cb32af2eef8e493a46d86a0da9a29f8cadb1b37525ab62b9512939f9f
7
- data.tar.gz: 4b6ef4ad4aa16edd22cb61b056215660caaa3ad6f0bf440bc7856fd68368b3c54dfae73d7aa9dfe5ce7fdf3d6079edaff39f2ea700a5de989ed532b8dbbaee9a
6
+ metadata.gz: 1e46544fedd97044577b2942e92b7da64fc97aa9ac03b6b1352399726f566300160dfb68b08fb69a4281a16fc4bb183c6f6cd7307558e426decd06dfa9feb19f
7
+ data.tar.gz: a8e24438e87ccdcbd335ad4eb8dc6deaa6029ad1870e3dc00fe0d64964677e2ff6154e0bec95e01c5f9461caaff2dfac6e66010b5af0d3db76db72c4dc5511ac
@@ -1,5 +1,5 @@
1
1
  module Formatos
2
2
  module Febraban
3
- VERSION = '0.3.04'
3
+ VERSION = '0.3.06'
4
4
  end
5
5
  end
@@ -33,7 +33,7 @@ class Febraban150
33
33
  #-------------------------------------------------------------------
34
34
  #-------------------------------------------------------------------
35
35
  # Construtor
36
- def initialize(file = '', versao = VersaoDisponivel[Febraban150::VERSAO])
36
+ def initialize(file = '', versao = Febraban150::VERSAO)
37
37
  @sections = []
38
38
  @versao = versao
39
39
 
@@ -7,7 +7,7 @@ class Febraban150A < FormatSection
7
7
 
8
8
  ID_SERVICO = "DÉBITO AUTOMÁTICO"
9
9
 
10
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
10
+ def initialize(master, versao = Febraban150::VERSAO)
11
11
  super(master, true, true, false)
12
12
 
13
13
  case versao
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Cadastro Débito Automático - Banco
5
5
  class Febraban150B < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, true, false)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Ocorrências - Empresa
5
5
  class Febraban150C < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, false, true)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Alteração da Identificação Cliente/Empresa - Empresa
5
5
  class Febraban150D < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, false, true)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Débito em Conta - Empresa
5
5
  class Febraban150E < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, false, true)
8
8
 
9
9
  case versao
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Retorno do Débito Automático - Banco
5
5
  class Febraban150F < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, true, false)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Ocorrência da Alteração Cliente/Empresa - Banco
5
5
  class Febraban150H < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, true, false)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Incentivo de Débito Automático - Empresa
5
5
  class Febraban150I < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, false, true)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Confirmação de Processamento - Empresa/Banco
5
5
  class Febraban150J < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, true, true)
8
8
 
9
9
  @section = Section.new({
@@ -4,7 +4,7 @@
4
4
  # Lei 10833, Cobrança não-cumulativa COFINS - Empresa
5
5
  # http://www.planalto.gov.br/ccivil_03/leis/2003/L10.833compilado.htm
6
6
  class Febraban150K < FormatSection
7
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
7
+ def initialize(master, versao = Febraban150::VERSAO)
8
8
  super(master, false, true)
9
9
 
10
10
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Cronograma de Faturamento Contas/Tributos - Empresa
5
5
  class Febraban150L < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, false, true)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Total de Clientes debitados - Banco
5
5
  class Febraban150T < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, true, false)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Relação de Agências - Banco
5
5
  class Febraban150X < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, true, false, false)
8
8
 
9
9
  @section = Section.new({
@@ -3,7 +3,7 @@
3
3
  #-------------------------------------------------------------------
4
4
  # Footer/Trailler - Empresa/Banco
5
5
  class Febraban150Z < FormatSection
6
- def initialize(master, versao = Febraban150.VersaoDisponivel[Febraban150::VERSAO])
6
+ def initialize(master, versao = Febraban150::VERSAO)
7
7
  super(master, true, true, false)
8
8
 
9
9
  case versao
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.04
4
+ version: 0.3.06
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Ricardo Almeida