mno-enterprise-core 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pdf/mno_enterprise/invoice_pdf.rb +1 -1
- data/lib/mno_enterprise/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8e1fe8fd42565b2cf5f939e4a018c1ab33ff576
|
4
|
+
data.tar.gz: a6fb0eece8899bc8c7a9bbd2e584e2a218dce7ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3e019b4e3e072537b9dffd8ca2e9615b2f1413920dcb769470cd1ffc7c0a4bd8a8d0d0073fb163df83b7daca5d968cce9e34f6c440954e60700701f77d05a8c
|
7
|
+
data.tar.gz: ed1b104400a046e01a67026f38bea30ace63d99c3b2b3c3f3b10182b530fa708c5878233d51e3ddd02563615b7aeb49c0e3abed1af7b68309a8fb76710ec62fb
|
@@ -138,7 +138,7 @@ module MnoEnterprise
|
|
138
138
|
@pdf.repeat :all do
|
139
139
|
@pdf.bounding_box([0, @pdf.bounds.top+@format[:header_size]], width: 540, height: @format[:footer_size]) do
|
140
140
|
@pdf.float do
|
141
|
-
@pdf.image image_path('mno_enterprise/main-logo.png'),
|
141
|
+
@pdf.image image_path('mno_enterprise/main-logo.png'), :fit => [135, (@format[:footer_size])]
|
142
142
|
end
|
143
143
|
@pdf.move_down 52
|
144
144
|
@pdf.font_size(20) { @pdf.text "Monthly Invoice - #{@data[:period_month]}", style: :bold, align: :right }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mno-enterprise-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Lachaume
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-11-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|