pdfkit-middleware-to-file 0.5.6 → 0.5.7

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.
@@ -36,7 +36,7 @@ class PDFKit
36
36
 
37
37
  if headers["PDF-Full-File-Path"].present?
38
38
  file = pdf.to_file( headers["PDF-Full-File-Path"] )
39
- upload(file) if PDFKit.configure.upload_options[:host].present?
39
+ upload(file) if PDFKit.configuration.upload_options[:host].present?
40
40
  end
41
41
 
42
42
  body = pdf.to_pdf
@@ -4,7 +4,7 @@ require "pdfkit/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "pdfkit-middleware-to-file"
7
- s.version = "0.5.6" # PDFKit::VERSION
7
+ s.version = "0.5.7" # PDFKit::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Jared Pace", "Relevance", "Ashish", "kikuchiyo"]
10
10
  # s.email = ["jared@codewordstudios.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfkit-middleware-to-file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: