br_boleto 1.0.0 → 1.0.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f4e67dfac4e97c20e5e07521b4fb1c8764ffb5e
|
|
4
|
+
data.tar.gz: dbf32490aa85187d9976936ca035e6320df8b076
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04acbbcf7defda9c1aec808fb57f7f36a0a8a49404f204893df392ee1aee60dfeebff66cc344dbadcb2ae19bb0552e439b10df241e9264783924950654c91082
|
|
7
|
+
data.tar.gz: 80c07a6bc6e21bdb60751ff6a9671822f00d8ca17db6fdcc29760f2633bcb12237f4de2a9c3edb1e0123c5755e5ab9fb619443538984cdafbe1791e8206f0bf1
|
data/Gemfile.lock
CHANGED
data/lib/br_boleto/version.rb
CHANGED
|
@@ -2,7 +2,7 @@ module BrBoleto
|
|
|
2
2
|
module Version
|
|
3
3
|
MAJOR = 1 #inclui alterações de API e pode quebrar compatibilidade com versões anteriores
|
|
4
4
|
MINOR = 0 #inclui novas funcionalidades, sem quebrar APIs existentes
|
|
5
|
-
PATCH =
|
|
5
|
+
PATCH = 1 #corrige bugs ou traz melhorias em implementações já existentes
|
|
6
6
|
CURRENT = "#{MAJOR}.#{MINOR}.#{PATCH}"
|
|
7
7
|
end
|
|
8
8
|
end
|
|
@@ -67,7 +67,7 @@ module Helper
|
|
|
67
67
|
# Retorna 6 posições em branco
|
|
68
68
|
#
|
|
69
69
|
def test_TrailerArquivo_metodo_trailer_arquivo_posicao_030_a_035
|
|
70
|
-
subject.trailer_arquivo_posicao_030_a_035.must_equal ''.rjust(6, '
|
|
70
|
+
subject.trailer_arquivo_posicao_030_a_035.must_equal ''.rjust(6, '0')
|
|
71
71
|
end
|
|
72
72
|
|
|
73
73
|
# Uso Exclusivo FEBRABAN/CNAB
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: br_boleto
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bruno M. Mergen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|