vesr 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -104,7 +104,7 @@ module Prawn
104
104
  def draw_esr(invoice, account, sender, print_payment_for = true)
105
105
  float do
106
106
  canvas do
107
- font_size 8 do
107
+ font 'Helvetica', :size => 8 do
108
108
  esr_recipe(invoice, account, sender, print_payment_for)
109
109
  end
110
110
  end
data/lib/vesr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vesr
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
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: 61
4
+ hash: 59
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 1
10
- version: 0.8.1
9
+ - 2
10
+ version: 0.8.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek