formatos-febraban 0.3.08 → 0.3.09

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: fe89318c8e274e985e5d246268a3350a0a426950
4
- data.tar.gz: df234447a49e9dd066a1f03f3d1f1d6228c7f460
3
+ metadata.gz: 92830bc5e81ed63a250ee970b65311b5721d62c1
4
+ data.tar.gz: 21d8f14dec053c15208cdf132fa173f872212a69
5
5
  SHA512:
6
- metadata.gz: 097b4b05f7c09618ccf2f73f1b104a70c36156bc12022c1ccea56b16b1198c579c75f35c0a1e01a88f488d93da6927d43891070cce50e1a8eb68cdda5c8f5684
7
- data.tar.gz: 89ac88e16e3f4beb4d28193e52391c48874ae3b5e570dfddc35367c93d9f0d92ad0e2c74fcb305d17f8dabc43a5e3617331a685af9fdd63271111378c08af51b
6
+ metadata.gz: 4e5a21529dec16068b5e3ef6cef256997629bd08adbb7a97f6a6287f099fdf4ef1551677f50bba7147799699effa40bc74815ca3e1c66f02170094380e222c49
7
+ data.tar.gz: 9ef0780cf3df6f7795aee43f54a225466a8f586107c69001033945a3001abd5c6b95944a3d4ace96f2c4471aa8ee243fae396560149a62327f5d37548d71c02c
@@ -1,5 +1,5 @@
1
1
  module Formatos
2
2
  module Febraban
3
- VERSION = '0.3.08'
3
+ VERSION = '0.3.09'
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ class Febraban150A < FormatSection
18
18
  end
19
19
  end
20
20
 
21
- private
21
+ protected
22
22
  def monta_versao_04
23
23
  @section = Section.new({
24
24
  0 => Position.new(1, 1, false, 'A', true), # Código do Registro
@@ -14,7 +14,7 @@ class Febraban150E < FormatSection
14
14
  end
15
15
  end
16
16
 
17
- private
17
+ protected
18
18
  def monta_versao_04
19
19
  @section = Section.new({
20
20
  0 => Position.new(1, 1, false, 'E', true), # Código do Registro
@@ -14,7 +14,7 @@ class Febraban150Z < FormatSection
14
14
  end
15
15
  end
16
16
 
17
- private
17
+ protected
18
18
  def monta_versao_04
19
19
  @section = Section.new({
20
20
  0 => Position.new(1, 1, false, 'Z', true), # Código do Registro
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.08
4
+ version: 0.3.09
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Ricardo Almeida