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: d16dbfe9183a80cf5104917582d4af59fe5aaf9e
4
- data.tar.gz: 85abfe56bca98763364c99ba3e0e2eefc0c86f05
3
+ metadata.gz: 9f4e67dfac4e97c20e5e07521b4fb1c8764ffb5e
4
+ data.tar.gz: dbf32490aa85187d9976936ca035e6320df8b076
5
5
  SHA512:
6
- metadata.gz: c6e8f71c47f86caf28d2e6ea49794a748995603985714d15ccfebaa8e9986a39a16f83d4cd6bb750f62321fc93fd69cd4db4b74ac2408161c229f09bc5cf9163
7
- data.tar.gz: 359f97d528bbb8b6689c78acfbc033d043aa18328d85dd2e05794a320be1c790e7246a1cb307614fad3958f88701e13ddb6ecefc305af34bbb16503161ef35fc
6
+ metadata.gz: 04acbbcf7defda9c1aec808fb57f7f36a0a8a49404f204893df392ee1aee60dfeebff66cc344dbadcb2ae19bb0552e439b10df241e9264783924950654c91082
7
+ data.tar.gz: 80c07a6bc6e21bdb60751ff6a9671822f00d8ca17db6fdcc29760f2633bcb12237f4de2a9c3edb1e0123c5755e5ab9fb619443538984cdafbe1791e8206f0bf1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- br_boleto (0.1.0)
4
+ br_boleto (1.0.1)
5
5
  activemodel (~> 4.2)
6
6
  activesupport (~> 4.2)
7
7
  rake (>= 0.8.7)
@@ -72,7 +72,7 @@ module BrBoleto
72
72
  # 6 posições
73
73
  #
74
74
  def trailer_arquivo_posicao_030_a_035
75
- ''.rjust(6, ' ')
75
+ ''.rjust(6, '0')
76
76
  end
77
77
 
78
78
  # Uso Exclusivo FEBRABAN/CNAB
@@ -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 = 0 #corrige bugs ou traz melhorias em implementações já existentes
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.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-14 00:00:00.000000000 Z
11
+ date: 2015-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake