formatos-febraban 0.3.06 → 0.3.07

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: 5ff3c19719b6eb3d2f8d794add982bf596d61cb7
4
- data.tar.gz: d88325acdfc4a1928985939260028676c835ca3f
3
+ metadata.gz: 46c4bef875b58b5984cd8b40886472a62bf32fdf
4
+ data.tar.gz: 4ce87435169f44d66f685f45d50093d6c99545cf
5
5
  SHA512:
6
- metadata.gz: 1e46544fedd97044577b2942e92b7da64fc97aa9ac03b6b1352399726f566300160dfb68b08fb69a4281a16fc4bb183c6f6cd7307558e426decd06dfa9feb19f
7
- data.tar.gz: a8e24438e87ccdcbd335ad4eb8dc6deaa6029ad1870e3dc00fe0d64964677e2ff6154e0bec95e01c5f9461caaff2dfac6e66010b5af0d3db76db72c4dc5511ac
6
+ metadata.gz: da571f26f460b69edc1a80dd12b31e89ddcfb44c5c662e6d566b9a0de785a1279cf12552c126e13fa6b187a8559fed332c24da9bb959ec1f0eabb1b60fabcab6
7
+ data.tar.gz: 1efc3833952e3442ca198c3cb3060c9cbfa5f7a0ec0e19198cf4ff4e689a97d0541f1eb0ae1e3123c475d2abe421436c5507f92c9fddc0e501108ba478cb5166
@@ -1,5 +1,5 @@
1
1
  module Formatos
2
2
  module Febraban
3
- VERSION = '0.3.06'
3
+ VERSION = '0.3.07'
4
4
  end
5
5
  end
@@ -41,11 +41,11 @@ class Febraban150
41
41
  self. valida_arquivo(file)
42
42
  end
43
43
 
44
- private
44
+ protected
45
45
  def valida_versao
46
- unless VersaoDisponivel.list.contains?(@versao)
46
+ unless Febraban150::VersaoDisponivel.contains?(@versao)
47
47
  raise "Versão #{@versao} não suportada.
48
- Utilizar versões #{VersaoDisponivel.list.inspect}"
48
+ Utilizar versões #{Febraban150::VersaoDisponivel.list.inspect}"
49
49
  end
50
50
  end
51
51
 
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.06
4
+ version: 0.3.07
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Ricardo Almeida