vesr 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,13 +55,13 @@ module Prawn
55
55
  # =========
56
56
  def esr_recipe(invoice, account, sender, print_payment_for)
57
57
  bounding_box [cm2pt(0.4), cm2pt(9.6)], :width => cm2pt(5) do
58
- indent cm2pt(0.2) do
58
+ indent cm2pt(0.4) do
59
59
  draw_account_detail(account.bank, sender, print_payment_for)
60
60
  end
61
61
  draw_account(account)
62
62
  draw_amount(invoice.balance.currency_round)
63
63
 
64
- bounding_box [cm2pt(0.2), bounds.top - cm2pt(5.2)], :width => cm2pt(5) do
64
+ bounding_box [cm2pt(0.4), bounds.top - cm2pt(5.2)], :width => cm2pt(5) do
65
65
  text esr9_reference(invoice, account), :size => 7
66
66
 
67
67
  text " "
data/lib/vesr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vesr
2
- VERSION = "0.10.0"
2
+ VERSION = "0.10.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vesr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 0
10
- version: 0.10.0
9
+ - 1
10
+ version: 0.10.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-01-24 00:00:00 Z
19
+ date: 2012-02-04 00:00:00 Z
20
20
  dependencies: []
21
21
 
22
22
  description: VESR provides support for ESR number calculations and gives ready to use Rails components.