vesr 0.6.1 → 0.6.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.
- data/lib/vesr/prawn/esr_recipe.rb +1 -1
- data/lib/vesr/version.rb +1 -1
- metadata +8 -6
|
@@ -90,7 +90,7 @@ module Prawn
|
|
|
90
90
|
::Rails.logger.warn("No ocrb10.ttf found for ESR reference in #{::Rails.root.join('data')}!")
|
|
91
91
|
end
|
|
92
92
|
|
|
93
|
-
font ocr_font, :size =>
|
|
93
|
+
font ocr_font, :size => 11 do
|
|
94
94
|
draw_text esr9(invoice, account), :at => [cm2pt(6.7), cm2pt(1.7)], :character_spacing => 2.2
|
|
95
95
|
end
|
|
96
96
|
end
|
data/lib/vesr/version.rb
CHANGED
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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 3
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.6.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Roman Simecek
|
|
@@ -16,7 +16,8 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-12-02 00:00:00
|
|
19
|
+
date: 2011-12-02 00:00:00 +01:00
|
|
20
|
+
default_executable:
|
|
20
21
|
dependencies: []
|
|
21
22
|
|
|
22
23
|
description: VESR provides support for ESR number calculations and gives ready to use Rails components.
|
|
@@ -52,6 +53,7 @@ files:
|
|
|
52
53
|
- lib/vesr/version.rb
|
|
53
54
|
- README.rdoc
|
|
54
55
|
- LICENSE.txt
|
|
56
|
+
has_rdoc: true
|
|
55
57
|
homepage: https://github.com/raskhadafi/vesr
|
|
56
58
|
licenses:
|
|
57
59
|
- MIT
|
|
@@ -81,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
83
|
requirements: []
|
|
82
84
|
|
|
83
85
|
rubyforge_project:
|
|
84
|
-
rubygems_version: 1.
|
|
86
|
+
rubygems_version: 1.3.7
|
|
85
87
|
signing_key:
|
|
86
88
|
specification_version: 3
|
|
87
89
|
summary: VESR invoice support library.
|