formatos-febraban 0.2.3 → 0.2.4

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: c060035bac14e724f6bc092c043109603145e1f2
4
- data.tar.gz: b9067b930cda50f839d52775c7b823e9dae466be
3
+ metadata.gz: 6487c572a9d67d7ffd652e3ed2ef5456131fb778
4
+ data.tar.gz: e8f47610f9ef8bb26bc25833c0ec98265a32407b
5
5
  SHA512:
6
- metadata.gz: 372158215e573ba078a840691ca2582edc3bc1e2a55c68b1dcf398f3427fa9f6de21d623b7f5f23240a191430450620796c1ac02c68fb3ea9589d65533f25fab
7
- data.tar.gz: 5e2901a73cd2e535344e38483b3f864f643921bb89e57afd01d9414773ae5535ad89d709451eae6d7347f12915167c96f04abdb7572eb703471c3068021773db
6
+ metadata.gz: 3bdc2a0d38119606124a6ae50f3408f01ad91f35db9315aed8e7287d49387d5af6d851c0bc3a4837132408278ad36305d3d65237d6ccb7d039f697d1a6596326
7
+ data.tar.gz: 8b449247e3dd1716b738596c6cf5db4cd6da7e0b8f79b10b58e396e88513a792789813205fe108c8a00480b7d39d6cc2cbaf66e1d5ef603ddcbac1a9eb56ed54
@@ -1,5 +1,5 @@
1
1
  module Formatos
2
2
  module Febraban
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
@@ -2,6 +2,8 @@
2
2
  class Febraban150
3
3
  require 'date'
4
4
 
5
+ VERSAO = "05"
6
+
5
7
  # Carrega todas as dependências de Layout
6
8
  Dir[File.join(File.dirname(__FILE__), '../..', 'base', '**/*.rb')].sort.each do |file|
7
9
  require file
@@ -81,7 +83,7 @@ class Febraban150
81
83
  section.set_nome_banco nome_banco
82
84
  section.set_data_geracao data.strftime("%Y%m%d")
83
85
  section.set_numero_sequencial numero_sequencial
84
- section.set_versao_layout self.versao_layout
86
+ section.set_versao_layout self.VERSAO
85
87
  section.set_identificacao_servico self.identificacao_servico
86
88
  section.set_reservado ""
87
89
 
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.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - josé Ricardo Almeida