formatos-febraban 0.3.07 → 0.3.08

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: 46c4bef875b58b5984cd8b40886472a62bf32fdf
4
- data.tar.gz: 4ce87435169f44d66f685f45d50093d6c99545cf
3
+ metadata.gz: fe89318c8e274e985e5d246268a3350a0a426950
4
+ data.tar.gz: df234447a49e9dd066a1f03f3d1f1d6228c7f460
5
5
  SHA512:
6
- metadata.gz: da571f26f460b69edc1a80dd12b31e89ddcfb44c5c662e6d566b9a0de785a1279cf12552c126e13fa6b187a8559fed332c24da9bb959ec1f0eabb1b60fabcab6
7
- data.tar.gz: 1efc3833952e3442ca198c3cb3060c9cbfa5f7a0ec0e19198cf4ff4e689a97d0541f1eb0ae1e3123c475d2abe421436c5507f92c9fddc0e501108ba478cb5166
6
+ metadata.gz: 097b4b05f7c09618ccf2f73f1b104a70c36156bc12022c1ccea56b16b1198c579c75f35c0a1e01a88f488d93da6927d43891070cce50e1a8eb68cdda5c8f5684
7
+ data.tar.gz: 89ac88e16e3f4beb4d28193e52391c48874ae3b5e570dfddc35367c93d9f0d92ad0e2c74fcb305d17f8dabc43a5e3617331a685af9fdd63271111378c08af51b
@@ -1,5 +1,5 @@
1
1
  module Formatos
2
2
  module Febraban
3
- VERSION = '0.3.07'
3
+ VERSION = '0.3.08'
4
4
  end
5
5
  end
@@ -43,7 +43,7 @@ class Febraban150
43
43
 
44
44
  protected
45
45
  def valida_versao
46
- unless Febraban150::VersaoDisponivel.contains?(@versao)
46
+ unless Febraban150::VersaoDisponivel.include?(@versao)
47
47
  raise "Versão #{@versao} não suportada.
48
48
  Utilizar versões #{Febraban150::VersaoDisponivel.list.inspect}"
49
49
  end
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.07
4
+ version: 0.3.08
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Ricardo Almeida