pdfkit 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pdfkit might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 104694d613ddecebcd67c5373e1309d9da1322d0
4
- data.tar.gz: eed2d02a43b9fb425508a4b978a24ffc53191c99
3
+ metadata.gz: de8b4012d74460425f75d1374c727da61833b7a7
4
+ data.tar.gz: e723e3a6a1820d56bba814abe11531e2b50a8cbe
5
5
  SHA512:
6
- metadata.gz: 1463a8202d9b64d4d90a018b998015f1f6b70fa630994b27ba9cc7ad4f749b285a14fc455058a0b90f9626ecb648daccaa31fc547ca613d59d5efabde816e772
7
- data.tar.gz: 9392e87f053d898c9e49cc96f8630e5056f9f58b2cddbc7db95cffd87424e8f1670a9fb0b572b38df81e6901140efb97f09d61564a975c79caf9cb8aa64948be
6
+ metadata.gz: 1adb6a986fe7f6ac50399478a378228031da51a45584ecdc87e6dcdaa706c85242166f5748e50cf073fde18f4607f53fa6bc96bb64e2ddf2121c9f4b2a4743b9
7
+ data.tar.gz: 44b2ce9e91809c74af26484f610d0ae7fa0cc322b6d7f3cf3b613292cf1e075d2fa5cd6e5d354b2443a2003fca6586044ee4ad90baa932380b637aa508211da7
@@ -1,3 +1,9 @@
1
+ 2015-08-26
2
+ =================
3
+ * Bump to 0.8.2
4
+ * Fix URI errors for users using PDFKit in contexts with 'uri' not
5
+ already required (thanks christhekeele)
6
+
1
7
  2015-08-20
2
8
  =================
3
9
  * Bump to 0.8.1
@@ -1,3 +1,5 @@
1
+ require 'uri'
2
+
1
3
  class PDFKit
2
4
  class Source
3
5
  SOURCE_FROM_STDIN = '-'
@@ -1,3 +1,3 @@
1
1
  class PDFKit
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jared Pace
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-08-21 00:00:00.000000000 Z
12
+ date: 2015-08-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport