pdfgen 0.3.0 → 0.3.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/pdfgen.rb +1 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 590a851860d5f2838dddc23fd7140f6cfb388339
4
- data.tar.gz: 100f36d71b3b3944a4f007554ebcace4a2ff3ba0
3
+ metadata.gz: 7a73f59d301df367f103e141312e3a32b05f62b0
4
+ data.tar.gz: 80fc53102a85db8f1faeaed2767096abe6d3a858
5
5
  SHA512:
6
- metadata.gz: 0d612a4ce6c8996cbfde86d36e170325646a72b06190fa23f20eca14b70153ca6babad62737b7bf30159e93d578e3fc583999e78d20a28cfd7121c8f24f83195
7
- data.tar.gz: 87554103bf9bad7cd4265f608891418d9bce8e13b65e66f7da4860a861c25d9b93d5395c5c6f99406b6100ab41bcaa0a980014714db8f3fbf9d27413bfa68dff
6
+ metadata.gz: eb03e8ffc7351e7297ccbd13d80b5589694534cbc568e8b1df3d925472030daf9bd8cf1366f8fa3794e8116efbb8c36173390ed581af78aad6381b3fbc19b2b8
7
+ data.tar.gz: b2da59c15ea2dbb0450557f152839f4ee12eb3e3732949e2bf742add35e33b02c2e91e447a9d328f274c1be8ef7931c59267c0144fdf46f74b93910d653219b4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
data/lib/pdfgen.rb CHANGED
@@ -42,6 +42,7 @@ class Pdfgen
42
42
  stdin_options = { pdf_options: opts, current_path: Dir.pwd, launch_options: @launch_options }
43
43
  stdin_options = stdin_options.merge(viewport_options: @viewport_options) if @viewport_options
44
44
  stdin_options = stdin_options.merge(emulate_media: @emulate_media) if @emulate_media
45
+ stdin_options = stdin_options.merge(wait_for_timeout: @wait_for_timeout) if @wait_for_timeout
45
46
  file = Tempfile.new('input_html')
46
47
  file.write(@html)
47
48
  file.close
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Fox