html_to_pdf_conversion 0.2.6 → 0.2.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.
- checksums.yaml +4 -4
- data/html_to_pdf_conversion.gemspec +1 -1
- data/lib/html_to_pdf_conversion/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 754f6fce345c027a39028d7fb4eabb1789f34f22
|
|
4
|
+
data.tar.gz: aaaeb5adbab89c0f50c9d5fada1fbbb3b99f31a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c2695c0d9070295eb8a84344de653d87791b9713439357235f9a90e750877a53c79f480a689ad8ade61a313c1cb23ad5600fd6f4b3d8ea392cf9b9473d567fa
|
|
7
|
+
data.tar.gz: 761d03d02419cdee837b22cea634a406459d4761bf083935243f4ce43ce31db7ef4b4f613f502724196069a56776de1da90a20744c0ab28779ffd08912ec6ac0
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.email = ["github@petermolgaard.com"]
|
|
12
12
|
spec.homepage = "https://github.com/pmoelgaard/html_to_pdf_conversion"
|
|
13
13
|
|
|
14
|
-
spec.description = "Ruby Library for the pdflayer API,
|
|
14
|
+
spec.description = "Ruby Library for the pdflayer API, https://pdflayer.com"
|
|
15
15
|
spec.summary = "Conversion API for Developers. Create highly customizable PDFs from URLs & HTML"
|
|
16
16
|
spec.license = "MIT"
|
|
17
17
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html_to_pdf_conversion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Andreas Moelgaard
|
|
@@ -108,7 +108,7 @@ dependencies:
|
|
|
108
108
|
- - '>='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
|
-
description: Ruby Library for the pdflayer API,
|
|
111
|
+
description: Ruby Library for the pdflayer API, https://pdflayer.com
|
|
112
112
|
email:
|
|
113
113
|
- github@petermolgaard.com
|
|
114
114
|
executables: []
|