bank_slip 0.3.1 → 0.3.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
  SHA1:
3
- metadata.gz: 8eab2d7997e6d41a3ec758c29854687d094a8f38
4
- data.tar.gz: 568e42044873bb81e08631b092ffcf7916d1a467
3
+ metadata.gz: a512ed63a7e268d5e34c332576ada91a34131e72
4
+ data.tar.gz: 7ca039f40a79d8a31e18e18c9dca2b1206b6c2c6
5
5
  SHA512:
6
- metadata.gz: 063764cd326215f48aa2d39b1b8130d118ce13c803a952d11a74dca495d063f5f46631fbf78d3a8c9d82ccc2ce115427e50a9cdb840115ba9d1e819474494166
7
- data.tar.gz: d9d80085851d481e5712df3179f9c5a4666823e6eef728c63a66328bdf0d90ac69ae78a6158e087b3b0d4149b2b94ec4f44c286a878c22102cc3c1a36072b900
6
+ metadata.gz: d6bebf27e94720440012f508cacfa4431c817eb7c26eb152993c1bc85a6037f2eb38abc55006a899176533c73c098aa879b195242cd74d543e69c9afef05803d
7
+ data.tar.gz: 054bc4207a27961309d639dd3aec1b4eed07918647f50b76be057da540d92ee67406ab1261760d24157d7a68824d8b87d20185b05823fa34bc05e6a719379dca
data/lib/bank_slip/pdf.rb CHANGED
@@ -77,7 +77,7 @@ module BankSlip
77
77
  move_down 0.1.in
78
78
  indent(0.1.in) do
79
79
  text 'Outras Informações', size: 8
80
- text @data[:stub][:other_information]
80
+ text @data[:stub][:other_information], size: 8
81
81
  end
82
82
 
83
83
  text_box "PAGÁVEL EM QUALQUER AGENTE ARRECADADOR AUTORIZADO ATÉ #{@data[:stub][:expiration_date]}.\n" +
@@ -1,3 +1,3 @@
1
1
  module BankSlip
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bank_slip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Moura
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2015-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler