mno-enterprise-core 3.2.0 → 3.2.1

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: 04d03f902dba4992c2dcf7dfc79bcde79328f734
4
- data.tar.gz: 7abe37f46afd67baf9b2c01aa6e71f915887e91e
3
+ metadata.gz: e8e1fe8fd42565b2cf5f939e4a018c1ab33ff576
4
+ data.tar.gz: a6fb0eece8899bc8c7a9bbd2e584e2a218dce7ca
5
5
  SHA512:
6
- metadata.gz: f102931d14d82727074363e7492e5212005693ec5124cbf13cbaf4f6366a2bbac9b661f5f48661ec4a20b4f893a4aa7e03e2bca728738f9e728b31a4991c87fb
7
- data.tar.gz: 504de1f76c89a3a3b8f77c4948b6a5bc47b32b16437ff02e95746584e90c5a3bbff26e2989b5ee2efa70e858b8332513f6c74388a0046ed9305e4935f2b1a5a4
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'), scale: 0.5
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 }
@@ -1,3 +1,3 @@
1
1
  module MnoEnterprise
2
- VERSION = '3.2.0'
2
+ VERSION = '3.2.1'
3
3
  end
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.0
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-06-14 00:00:00.000000000 Z
12
+ date: 2017-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails