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 +4 -4
- data/lib/formatos/febraban/version.rb +1 -1
- data/lib/formatos/febraban150/febraban_150.rb +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46c4bef875b58b5984cd8b40886472a62bf32fdf
|
4
|
+
data.tar.gz: 4ce87435169f44d66f685f45d50093d6c99545cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da571f26f460b69edc1a80dd12b31e89ddcfb44c5c662e6d566b9a0de785a1279cf12552c126e13fa6b187a8559fed332c24da9bb959ec1f0eabb1b60fabcab6
|
7
|
+
data.tar.gz: 1efc3833952e3442ca198c3cb3060c9cbfa5f7a0ec0e19198cf4ff4e689a97d0541f1eb0ae1e3123c475d2abe421436c5507f92c9fddc0e501108ba478cb5166
|
@@ -41,11 +41,11 @@ class Febraban150
|
|
41
41
|
self. valida_arquivo(file)
|
42
42
|
end
|
43
43
|
|
44
|
-
|
44
|
+
protected
|
45
45
|
def valida_versao
|
46
|
-
unless VersaoDisponivel.
|
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
|
|