breezy_pdf 0.0.18 → 0.0.19

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: f96e0707087a6ec855ab37b985ee3ff85462cd0f
4
- data.tar.gz: a194a4f380f659fa12f695ccd83047649a858d17
3
+ metadata.gz: b998ad372477279dc26037c8984d0c22c5563a1d
4
+ data.tar.gz: ad1a6951717fb895563525d94eaa2d6f0a3f77cc
5
5
  SHA512:
6
- metadata.gz: 880c5ba65853fb17df0f3be7893b7e75a2b3542d4b2874fa2df27bd8b61020d1976aeee5469f2b5c6aefac1ce78a9a26a6a2c6a8c19dd545ed65b3d553cc1354
7
- data.tar.gz: b747791a6b0c9418e91b027b2244235b86be9337022e279a674cd33fbfbdd6b1d792d3886076c3abfecbd7d136bc99d8904310b9e122d1feab6f27f1816ff06c
6
+ metadata.gz: 1a97ec3e1b4c80a80bacb1958b28f31aee1b239a05a391a64f129780d1e7b8dc4057d3e17cdbe19f4b3195751753daba8e41f9ee139b0c9b9cdaf96772027fc3
7
+ data.tar.gz: 0e5a3a068d941b7a0109f6c21af27d8c143abd51667ae41153649aa02e6869ddf5e2a34627c08623719658e501767794ff6eb52b55814ba61762c96cc3afa00b
data/lib/breezy_pdf.rb CHANGED
@@ -77,18 +77,18 @@ module BreezyPDF
77
77
 
78
78
  mattr_writer :default_metadata
79
79
  @@default_metadata = {
80
- width: 8.5,
81
- height: 11,
82
- cssPageSize: false,
83
- marginTop: 0.04,
84
- marginRight: 0.04,
85
- marginBottom: 0.04,
86
- marginLeft: 0.04,
87
- landscape: false,
88
- scale: 1,
89
- displayBackground: false,
90
- headerTemplate: "",
91
- footerTemplate: ""
80
+ # width: 8.5,
81
+ # height: 11,
82
+ # cssPageSize: false,
83
+ # marginTop: 0.4,
84
+ # marginRight: 0.4,
85
+ # marginBottom: 0.4,
86
+ # marginLeft: 0.4,
87
+ # landscape: false,
88
+ # scale: 1,
89
+ # displayBackground: false,
90
+ # headerTemplate: "",
91
+ # footerTemplate: ""
92
92
  }
93
93
 
94
94
  mattr_accessor :logger
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BreezyPDF
4
- VERSION = "0.0.18"
4
+ VERSION = "0.0.19"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breezy_pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Westendorf
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-12 00:00:00.000000000 Z
11
+ date: 2018-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby