html_to_pdf_conversion 0.2.4 → 0.2.5
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 +2 -2
- data/lib/html_to_pdf_conversion/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90a824f2a841d6d1a8c14ffc9c815cf934ba925d
|
|
4
|
+
data.tar.gz: 7b39db559bb76a45e84b2efa79a819181112fb47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b99887741708ed0afb7c56587375546b61ae49d0515ef99c2f27a51c5bac4c2fd7966b3e59709401c9e25b4b9952ba52d8eac7f166ea543b11d8f727f2410f5
|
|
7
|
+
data.tar.gz: a257a34ae5b4f8c297cdd625afa0847ecbd0e1bdc58de2d036bf1978b06352aa11c81828ac90e0dfba3be3d8ff9f8738ce877ad9f071ea9abc739b9bfff69a13
|
|
@@ -11,8 +11,8 @@ 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.
|
|
15
|
-
spec.
|
|
14
|
+
spec.description = "Ruby Library for the pdflayer API, https://pdflayer.com/"
|
|
15
|
+
spec.summary = "Conversion API for Developers. Create highly customizable PDFs from URLs & HTML"
|
|
16
16
|
spec.license = "MIT"
|
|
17
17
|
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Andreas Moelgaard
|
|
@@ -108,8 +108,7 @@ dependencies:
|
|
|
108
108
|
- - '>='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
|
-
description:
|
|
112
|
-
& HTML
|
|
111
|
+
description: Ruby Library for the pdflayer API, https://pdflayer.com/
|
|
113
112
|
email:
|
|
114
113
|
- github@petermolgaard.com
|
|
115
114
|
executables: []
|
|
@@ -155,5 +154,6 @@ rubyforge_project:
|
|
|
155
154
|
rubygems_version: 2.0.14
|
|
156
155
|
signing_key:
|
|
157
156
|
specification_version: 4
|
|
158
|
-
summary:
|
|
157
|
+
summary: Conversion API for Developers. Create highly customizable PDFs from URLs
|
|
158
|
+
& HTML
|
|
159
159
|
test_files: []
|