brcobranca 9.2.1 → 9.2.2

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
  SHA256:
3
- metadata.gz: e7bea2cb66df79a28d915cfa0e01d8cee2a1aff60c88ebb65a3646af93ed285f
4
- data.tar.gz: 9e7e117425ef6deea5c9c0f82dd43c96012e5ad42887d574ac3ad49f4ab12848
3
+ metadata.gz: 5f7ee73b2ffaa980eb4a501f09e24679e4c6510d53829956d339831f3581a41c
4
+ data.tar.gz: 526d0ae9a85d34a44a29e5af74892554abc14220894c7c4306fe2a25eba5e670
5
5
  SHA512:
6
- metadata.gz: '01768206899eec6d052cb73a1494398eea6966dff68c674fc0737604c6fddcbfd0fa03e5d088e096a3f3b6daa8c28a70a2dfd79c9e12049b625ebbda883c6902'
7
- data.tar.gz: 6c43f3eb728f8442b5ce5403ee44cd7118dd7914247c0cc2a77b842b2af21b1b65139f70fc2dbf2096db6ccec114d28bede283e14d576c0b88600eacc20c323f
6
+ metadata.gz: c70e0c7c171ffef31f611162887662c67a997a87ffdc122474c8bc2c077ddb1b4c6057108da9961a9a2b90630d35dcbb70a9e8a7d74adbaae3e87de981d2d03a
7
+ data.tar.gz: 3f8a03bd7ca429dd0f5f138d033ae8ccac361022fc311267407a6406c10788e99380f2d634bdd036947899e7fbb140a659f3eb1c96fde8be1eda8c0e99676f1a
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## [v9.2.1](https://github.com/kivanio/brcobranca/tree/v9.2.1) (21-06-2018)
4
+ [Full Changelog](https://github.com/kivanio/brcobranca/compare/v9.2.0...v9.2.1)
5
+
3
6
  ## [v9.2.0](https://github.com/kivanio/brcobranca/tree/v9.2.0) (11-06-2018)
4
7
  [Full Changelog](https://github.com/kivanio/brcobranca/compare/v9.1.2...v9.2.0)
5
8
 
@@ -63,9 +63,9 @@ module Brcobranca
63
63
  # Agência + conta corrente do cliente para exibir no boleto.
64
64
  # @return [String]
65
65
  # @example
66
- # boleto.agencia_conta_boleto #=> "0811-1 / 53678-8"
66
+ # boleto.agencia_conta_boleto #=> "08111 / 536788"
67
67
  def agencia_conta_boleto
68
- "#{agencia}-#{agencia_dv} / #{conta_corrente}-#{conta_corrente_dv}"
68
+ "#{agencia}#{agencia_dv} / #{conta_corrente}#{conta_corrente_dv}"
69
69
  end
70
70
 
71
71
  # Segunda parte do código de barras.
@@ -2,5 +2,5 @@
2
2
  #
3
3
 
4
4
  module Brcobranca
5
- VERSION = '9.2.1'
5
+ VERSION = '9.2.2'
6
6
  end
@@ -116,12 +116,12 @@ RSpec.describe Brcobranca::Boleto::Safra do
116
116
  it 'Montar agencia_conta_boleto' do
117
117
  boleto_novo = described_class.new(valid_attributes)
118
118
 
119
- expect(boleto_novo.agencia_conta_boleto).to eql('4042-8 / 00061900-7')
119
+ expect(boleto_novo.agencia_conta_boleto).to eql('40428 / 000619007')
120
120
  boleto_novo.agencia = '0719'
121
- expect(boleto_novo.agencia_conta_boleto).to eql('0719-8 / 00061900-7')
121
+ expect(boleto_novo.agencia_conta_boleto).to eql('07198 / 000619007')
122
122
  boleto_novo.agencia = '0548'
123
123
  boleto_novo.conta_corrente = '1448'
124
- expect(boleto_novo.agencia_conta_boleto).to eql('0548-8 / 00001448-7')
124
+ expect(boleto_novo.agencia_conta_boleto).to eql('05488 / 000014487')
125
125
  end
126
126
 
127
127
  describe 'Busca logotipo do banco' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brcobranca
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.2.1
4
+ version: 9.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kivanio Barbosa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-21 00:00:00.000000000 Z
11
+ date: 2018-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rghost